Shades of Medium Violet Red #BB0D9F
Tints of Medium Violet Red #BB0D9F
RGB
CMYK
RGB Variations
Color information
#BB0D9F (or 0xBB0D9F) is known color: Medium Violet Red. HEX triplet: BB, 0D and 9F. RGB value is (187,13,159). Sum of RGB (Red+Green+Blue) = 187+13+159=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0D9F is #44F260. Grayscale: #515151. Windows color (decimal): -4518497 or 10423739. OLE color: 10423739.
HSL color Cylindrical-coordinate representation of color #BB0D9F: hue angle of 309.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0D9F is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 159 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.27 |
| HSL | 309.66º | 0.87% | 0.39% | - |
| HSV(B) | 309.66º | 0.93% | 0.73% | - |
| XYZ | 26.9 | 13.36 | 33.96 | - |
| YUV | 81.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 159 | 0 | 0.93 | 0.15 | 0.27 | 309.66 | 0.87 | 0.39 |
| Hex | BB | D | 9F | 0 | 5D | F | 1B | 136 | 57 | 27 |
| Octal | 273 | 15 | 237 | 0 | 135 | 17 | 33 | 466 | 127 | 47 |
| Binary | 10111011 | 1101 | 10011111 | 0 | 1011101 | 1111 | 11011 | 100110110 | 1010111 | 100111 |
Color Harmonies of #BB0D9F
Complementary color
Monochromatic Colors of #BB0D9F
Black with #BB0D9F
Text Example
Text Example
White with #BB0D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0D9F; }
p { color: rgb(187,13,159); }
H1.HeaderClassName
{
color: #BB0D9F;
}
.AnyTagClassName
{
color: #BB0D9F;
}
</style>
background-color css
<style>
a { background-color: #BB0D9F; }
a { background-color: rgb(187,13,159); }
div.DivClassName
{
background-color: #BB0D9F;
}
.BgClassName
{
background-color: #BB0D9F;
}
</style>
border-color css
<style>
span { border-color: #BB0D9F; }
span { border-color: rgb(187,13,159); }
td.TdClassName
{
border-color: #BB0D9F;
}
.TagClassName
{
border-color: #BB0D9F;
}
</style>