Shades of Medium Violet Red #BB0F9F
Tints of Medium Violet Red #BB0F9F
RGB
CMYK
RGB Variations
Color information
#BB0F9F (or 0xBB0F9F) is known color: Medium Violet Red. HEX triplet: BB, 0F and 9F. RGB value is (187,15,159). Sum of RGB (Red+Green+Blue) = 187+15+159=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F9F is #44F060. Grayscale: #525252. Windows color (decimal): -4517985 or 10424251. OLE color: 10424251.
HSL color Cylindrical-coordinate representation of color #BB0F9F: hue angle of 309.77º 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 #BB0F9F is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 159 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.27 |
| HSL | 309.77º | 0.85% | 0.4% | - |
| HSV(B) | 309.77º | 0.92% | 0.73% | - |
| XYZ | 26.92 | 13.41 | 33.97 | - |
| YUV | 82.84 | 170.98 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 159 | 0 | 0.92 | 0.15 | 0.27 | 309.77 | 0.85 | 0.4 |
| Hex | BB | F | 9F | 0 | 5C | F | 1B | 136 | 55 | 28 |
| Octal | 273 | 17 | 237 | 0 | 134 | 17 | 33 | 466 | 125 | 50 |
| Binary | 10111011 | 1111 | 10011111 | 0 | 1011100 | 1111 | 11011 | 100110110 | 1010101 | 101000 |
Color Harmonies of #BB0F9F
Complementary color
Monochromatic Colors of #BB0F9F
Black with #BB0F9F
Text Example
Text Example
White with #BB0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F9F; }
p { color: rgb(187,15,159); }
H1.HeaderClassName
{
color: #BB0F9F;
}
.AnyTagClassName
{
color: #BB0F9F;
}
</style>
background-color css
<style>
a { background-color: #BB0F9F; }
a { background-color: rgb(187,15,159); }
div.DivClassName
{
background-color: #BB0F9F;
}
.BgClassName
{
background-color: #BB0F9F;
}
</style>
border-color css
<style>
span { border-color: #BB0F9F; }
span { border-color: rgb(187,15,159); }
td.TdClassName
{
border-color: #BB0F9F;
}
.TagClassName
{
border-color: #BB0F9F;
}
</style>