Shades of Medium Red Violet #B8217D
Tints of Medium Red Violet #B8217D
RGB
CMYK
RGB Variations
Color information
#B8217D (or 0xB8217D) is known color: Medium Red Violet. HEX triplet: B8, 21 and 7D. RGB value is (184,33,125). Sum of RGB (Red+Green+Blue) = 184+33+125=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8217D is #47DE82. Grayscale: #585858. Windows color (decimal): -4710019 or 8200632. OLE color: 8200632.
HSL color Cylindrical-coordinate representation of color #B8217D: hue angle of 323.44º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8217D is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 125 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.28 |
| HSL | 323.44º | 0.7% | 0.43% | - |
| HSV(B) | 323.44º | 0.82% | 0.72% | - |
| XYZ | 24.01 | 12.76 | 20.6 | - |
| YUV | 88.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 125 | 0 | 0.82 | 0.32 | 0.28 | 323.44 | 0.7 | 0.43 |
| Hex | B8 | 21 | 7D | 0 | 52 | 20 | 1C | 143 | 46 | 2B |
| Octal | 270 | 41 | 175 | 0 | 122 | 40 | 34 | 503 | 106 | 53 |
| Binary | 10111000 | 100001 | 1111101 | 0 | 1010010 | 100000 | 11100 | 101000011 | 1000110 | 101011 |
Color Harmonies of #B8217D
Complementary color
Monochromatic Colors of #B8217D
Black with #B8217D
Text Example
Text Example
White with #B8217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8217D; }
p { color: rgb(184,33,125); }
H1.HeaderClassName
{
color: #B8217D;
}
.AnyTagClassName
{
color: #B8217D;
}
</style>
background-color css
<style>
a { background-color: #B8217D; }
a { background-color: rgb(184,33,125); }
div.DivClassName
{
background-color: #B8217D;
}
.BgClassName
{
background-color: #B8217D;
}
</style>
border-color css
<style>
span { border-color: #B8217D; }
span { border-color: rgb(184,33,125); }
td.TdClassName
{
border-color: #B8217D;
}
.TagClassName
{
border-color: #B8217D;
}
</style>