Medium Violet Red (Pink)
#B13673
RGB: 177, 54, 115
Color OverviewHEX #B13673
#B13673 Color Code Information
In the RGB color space, #B13673 is composed of 69% red, 21% green, and 45% blue. In the HSL color space, it has a hue of 330°, saturation of 53%, and lightness of 45%.
HEX
#B13673
RGB
177, 54, 115
HSL
330°, 53%, 45%
HSV
330°, 69%, 69%
CMYK
0%, 69%, 35%, 31%
Name Match
Medium Violet Red
Closest StandardShades of #B13673 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B13673 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B13673 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B13673
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #B13673 Background
Contrast Ratio against Pure White (#FFFFFF):5.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B13673 Background
Contrast Ratio against Pure Black (#000000):3.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B13673;
}
.element {
color: #B13673;
background-color: #B13673;
border-color: #B13673;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B13673] text-[#B13673] border-[#B13673]"> Content styled with #B13673 </div>