Shades of Medium Violet Red #BB0872
Tints of Medium Violet Red #BB0872
RGB
CMYK
RGB Variations
Color information
#BB0872 (or 0xBB0872) is known color: Medium Violet Red. HEX triplet: BB, 08 and 72. RGB value is (187,8,114). Sum of RGB (Red+Green+Blue) = 187+8+114=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0872 is #44F78D. Grayscale: #494949. Windows color (decimal): -4519822 or 7473339. OLE color: 7473339.
HSL color Cylindrical-coordinate representation of color #BB0872: hue angle of 324.47º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0872 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.27 |
| HSL | 324.47º | 0.92% | 0.38% | - |
| HSV(B) | 324.47º | 0.96% | 0.73% | - |
| XYZ | 23.62 | 11.95 | 16.98 | - |
| YUV | 73.61 | 150.8 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 114 | 0 | 0.96 | 0.39 | 0.27 | 324.47 | 0.92 | 0.38 |
| Hex | BB | 8 | 72 | 0 | 60 | 27 | 1B | 144 | 5C | 26 |
| Octal | 273 | 10 | 162 | 0 | 140 | 47 | 33 | 504 | 134 | 46 |
| Binary | 10111011 | 1000 | 1110010 | 0 | 1100000 | 100111 | 11011 | 101000100 | 1011100 | 100110 |
Color Harmonies of #BB0872
Complementary color
Monochromatic Colors of #BB0872
Black with #BB0872
Text Example
Text Example
White with #BB0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0872; }
p { color: rgb(187,8,114); }
H1.HeaderClassName
{
color: #BB0872;
}
.AnyTagClassName
{
color: #BB0872;
}
</style>
background-color css
<style>
a { background-color: #BB0872; }
a { background-color: rgb(187,8,114); }
div.DivClassName
{
background-color: #BB0872;
}
.BgClassName
{
background-color: #BB0872;
}
</style>
border-color css
<style>
span { border-color: #BB0872; }
span { border-color: rgb(187,8,114); }
td.TdClassName
{
border-color: #BB0872;
}
.TagClassName
{
border-color: #BB0872;
}
</style>