Shades of Medium Violet Red #BB0F6E
Tints of Medium Violet Red #BB0F6E
RGB
CMYK
RGB Variations
Color information
#BB0F6E (or 0xBB0F6E) is known color: Medium Violet Red. HEX triplet: BB, 0F and 6E. RGB value is (187,15,110). Sum of RGB (Red+Green+Blue) = 187+15+110=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F6E is #44F091. Grayscale: #4D4D4D. Windows color (decimal): -4518034 or 7212987. OLE color: 7212987.
HSL color Cylindrical-coordinate representation of color #BB0F6E: hue angle of 326.86º 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 #BB0F6E is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 110 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.27 |
| HSL | 326.86º | 0.85% | 0.4% | - |
| HSV(B) | 326.86º | 0.92% | 0.73% | - |
| XYZ | 23.48 | 12.03 | 15.84 | - |
| YUV | 77.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 110 | 0 | 0.92 | 0.41 | 0.27 | 326.86 | 0.85 | 0.4 |
| Hex | BB | F | 6E | 0 | 5C | 29 | 1B | 147 | 55 | 28 |
| Octal | 273 | 17 | 156 | 0 | 134 | 51 | 33 | 507 | 125 | 50 |
| Binary | 10111011 | 1111 | 1101110 | 0 | 1011100 | 101001 | 11011 | 101000111 | 1010101 | 101000 |
Color Harmonies of #BB0F6E
Complementary color
Monochromatic Colors of #BB0F6E
Black with #BB0F6E
Text Example
Text Example
White with #BB0F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F6E; }
p { color: rgb(187,15,110); }
H1.HeaderClassName
{
color: #BB0F6E;
}
.AnyTagClassName
{
color: #BB0F6E;
}
</style>
background-color css
<style>
a { background-color: #BB0F6E; }
a { background-color: rgb(187,15,110); }
div.DivClassName
{
background-color: #BB0F6E;
}
.BgClassName
{
background-color: #BB0F6E;
}
</style>
border-color css
<style>
span { border-color: #BB0F6E; }
span { border-color: rgb(187,15,110); }
td.TdClassName
{
border-color: #BB0F6E;
}
.TagClassName
{
border-color: #BB0F6E;
}
</style>