Shades of Medium Violet Red #B8009C
Tints of Medium Violet Red #B8009C
RGB
CMYK
RGB Variations
Color information
#B8009C (or 0xB8009C) is known color: Medium Violet Red. HEX triplet: B8, 00 and 9C. RGB value is (184,0,156). Sum of RGB (Red+Green+Blue) = 184+0+156=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8009C is #47FF63. Grayscale: #484848. Windows color (decimal): -4718436 or 10223800. OLE color: 10223800.
HSL color Cylindrical-coordinate representation of color #B8009C: hue angle of 309.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8009C is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.15 | 0.28 |
| HSL | 309.13º | 1% | 0.36% | - |
| HSV(B) | 309.13º | 1% | 0.72% | - |
| XYZ | 25.77 | 12.59 | 32.52 | - |
| YUV | 72.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 156 | 0 | 1 | 0.15 | 0.28 | 309.13 | 1 | 0.36 |
| Hex | B8 | 0 | 9C | 0 | 64 | F | 1C | 135 | 64 | 24 |
| Octal | 270 | 0 | 234 | 0 | 144 | 17 | 34 | 465 | 144 | 44 |
| Binary | 10111000 | 0 | 10011100 | 0 | 1100100 | 1111 | 11100 | 100110101 | 1100100 | 100100 |
Color Harmonies of #B8009C
Complementary color
Monochromatic Colors of #B8009C
Black with #B8009C
Text Example
Text Example
White with #B8009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8009C; }
p { color: rgb(184,0,156); }
H1.HeaderClassName
{
color: #B8009C;
}
.AnyTagClassName
{
color: #B8009C;
}
</style>
background-color css
<style>
a { background-color: #B8009C; }
a { background-color: rgb(184,0,156); }
div.DivClassName
{
background-color: #B8009C;
}
.BgClassName
{
background-color: #B8009C;
}
</style>
border-color css
<style>
span { border-color: #B8009C; }
span { border-color: rgb(184,0,156); }
td.TdClassName
{
border-color: #B8009C;
}
.TagClassName
{
border-color: #B8009C;
}
</style>