Shades of Medium Violet Red #BB0F85
Tints of Medium Violet Red #BB0F85
RGB
CMYK
RGB Variations
Color information
#BB0F85 (or 0xBB0F85) is known color: Medium Violet Red. HEX triplet: BB, 0F and 85. RGB value is (187,15,133). Sum of RGB (Red+Green+Blue) = 187+15+133=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F85 is #44F07A. Grayscale: #4F4F4F. Windows color (decimal): -4518011 or 8720315. OLE color: 8720315.
HSL color Cylindrical-coordinate representation of color #BB0F85: hue angle of 318.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F85 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 133 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.27 |
| HSL | 318.84º | 0.85% | 0.4% | - |
| HSV(B) | 318.84º | 0.92% | 0.73% | - |
| XYZ | 24.9 | 12.6 | 23.31 | - |
| YUV | 79.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 133 | 0 | 0.92 | 0.29 | 0.27 | 318.84 | 0.85 | 0.4 |
| Hex | BB | F | 85 | 0 | 5C | 1D | 1B | 13F | 55 | 28 |
| Octal | 273 | 17 | 205 | 0 | 134 | 35 | 33 | 477 | 125 | 50 |
| Binary | 10111011 | 1111 | 10000101 | 0 | 1011100 | 11101 | 11011 | 100111111 | 1010101 | 101000 |
Color Harmonies of #BB0F85
Complementary color
Monochromatic Colors of #BB0F85
Black with #BB0F85
Text Example
Text Example
White with #BB0F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F85; }
p { color: rgb(187,15,133); }
H1.HeaderClassName
{
color: #BB0F85;
}
.AnyTagClassName
{
color: #BB0F85;
}
</style>
background-color css
<style>
a { background-color: #BB0F85; }
a { background-color: rgb(187,15,133); }
div.DivClassName
{
background-color: #BB0F85;
}
.BgClassName
{
background-color: #BB0F85;
}
</style>
border-color css
<style>
span { border-color: #BB0F85; }
span { border-color: rgb(187,15,133); }
td.TdClassName
{
border-color: #BB0F85;
}
.TagClassName
{
border-color: #BB0F85;
}
</style>