Shades of Medium Violet Red #BB0C71
Tints of Medium Violet Red #BB0C71
RGB
CMYK
RGB Variations
Color information
#BB0C71 (or 0xBB0C71) is known color: Medium Violet Red. HEX triplet: BB, 0C and 71. RGB value is (187,12,113). Sum of RGB (Red+Green+Blue) = 187+12+113=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C71 is #44F38E. Grayscale: #4B4B4B. Windows color (decimal): -4518799 or 7408827. OLE color: 7408827.
HSL color Cylindrical-coordinate representation of color #BB0C71: hue angle of 325.37º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C71 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 113 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.27 |
| HSL | 325.37º | 0.88% | 0.39% | - |
| HSV(B) | 325.37º | 0.94% | 0.73% | - |
| XYZ | 23.61 | 12.02 | 16.7 | - |
| YUV | 75.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 113 | 0 | 0.94 | 0.40 | 0.27 | 325.37 | 0.88 | 0.39 |
| Hex | BB | C | 71 | 0 | 5E | 28 | 1B | 145 | 58 | 27 |
| Octal | 273 | 14 | 161 | 0 | 136 | 50 | 33 | 505 | 130 | 47 |
| Binary | 10111011 | 1100 | 1110001 | 0 | 1011110 | 101000 | 11011 | 101000101 | 1011000 | 100111 |
Color Harmonies of #BB0C71
Complementary color
Monochromatic Colors of #BB0C71
Black with #BB0C71
Text Example
Text Example
White with #BB0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C71; }
p { color: rgb(187,12,113); }
H1.HeaderClassName
{
color: #BB0C71;
}
.AnyTagClassName
{
color: #BB0C71;
}
</style>
background-color css
<style>
a { background-color: #BB0C71; }
a { background-color: rgb(187,12,113); }
div.DivClassName
{
background-color: #BB0C71;
}
.BgClassName
{
background-color: #BB0C71;
}
</style>
border-color css
<style>
span { border-color: #BB0C71; }
span { border-color: rgb(187,12,113); }
td.TdClassName
{
border-color: #BB0C71;
}
.TagClassName
{
border-color: #BB0C71;
}
</style>