Shades of Medium Violet Red #B00C87
Tints of Medium Violet Red #B00C87
RGB
CMYK
RGB Variations
Color information
#B00C87 (or 0xB00C87) is known color: Medium Violet Red. HEX triplet: B0, 0C and 87. RGB value is (176,12,135). Sum of RGB (Red+Green+Blue) = 176+12+135=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00C87 is #4FF378. Grayscale: #4A4A4A. Windows color (decimal): -5239673 or 8850608. OLE color: 8850608.
HSL color Cylindrical-coordinate representation of color #B00C87: hue angle of 315º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C87 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 135 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.31 |
| HSL | 315º | 0.87% | 0.37% | - |
| HSV(B) | 315º | 0.93% | 0.69% | - |
| XYZ | 22.41 | 11.24 | 23.91 | - |
| YUV | 75.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 135 | 0 | 0.93 | 0.23 | 0.31 | 315 | 0.87 | 0.37 |
| Hex | B0 | C | 87 | 0 | 5D | 17 | 1F | 13B | 57 | 25 |
| Octal | 260 | 14 | 207 | 0 | 135 | 27 | 37 | 473 | 127 | 45 |
| Binary | 10110000 | 1100 | 10000111 | 0 | 1011101 | 10111 | 11111 | 100111011 | 1010111 | 100101 |
Color Harmonies of #B00C87
Complementary color
Monochromatic Colors of #B00C87
Black with #B00C87
Text Example
Text Example
White with #B00C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C87; }
p { color: rgb(176,12,135); }
H1.HeaderClassName
{
color: #B00C87;
}
.AnyTagClassName
{
color: #B00C87;
}
</style>
background-color css
<style>
a { background-color: #B00C87; }
a { background-color: rgb(176,12,135); }
div.DivClassName
{
background-color: #B00C87;
}
.BgClassName
{
background-color: #B00C87;
}
</style>
border-color css
<style>
span { border-color: #B00C87; }
span { border-color: rgb(176,12,135); }
td.TdClassName
{
border-color: #B00C87;
}
.TagClassName
{
border-color: #B00C87;
}
</style>