Shades of Medium Violet Red #BB0873
Tints of Medium Violet Red #BB0873
RGB
CMYK
RGB Variations
Color information
#BB0873 (or 0xBB0873) is known color: Medium Violet Red. HEX triplet: BB, 08 and 73. RGB value is (187,8,115). Sum of RGB (Red+Green+Blue) = 187+8+115=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0873 is #44F78C. Grayscale: #494949. Windows color (decimal): -4519821 or 7538875. OLE color: 7538875.
HSL color Cylindrical-coordinate representation of color #BB0873: hue angle of 324.13º 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 #BB0873 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.27 |
| HSL | 324.13º | 0.92% | 0.38% | - |
| HSV(B) | 324.13º | 0.96% | 0.73% | - |
| XYZ | 23.67 | 11.98 | 17.28 | - |
| YUV | 73.72 | 151.3 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 115 | 0 | 0.96 | 0.39 | 0.27 | 324.13 | 0.92 | 0.38 |
| Hex | BB | 8 | 73 | 0 | 60 | 27 | 1B | 144 | 5C | 26 |
| Octal | 273 | 10 | 163 | 0 | 140 | 47 | 33 | 504 | 134 | 46 |
| Binary | 10111011 | 1000 | 1110011 | 0 | 1100000 | 100111 | 11011 | 101000100 | 1011100 | 100110 |
Color Harmonies of #BB0873
Complementary color
Monochromatic Colors of #BB0873
Black with #BB0873
Text Example
Text Example
White with #BB0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0873; }
p { color: rgb(187,8,115); }
H1.HeaderClassName
{
color: #BB0873;
}
.AnyTagClassName
{
color: #BB0873;
}
</style>
background-color css
<style>
a { background-color: #BB0873; }
a { background-color: rgb(187,8,115); }
div.DivClassName
{
background-color: #BB0873;
}
.BgClassName
{
background-color: #BB0873;
}
</style>
border-color css
<style>
span { border-color: #BB0873; }
span { border-color: rgb(187,8,115); }
td.TdClassName
{
border-color: #BB0873;
}
.TagClassName
{
border-color: #BB0873;
}
</style>