Shades of Medium Violet Red #BB0E7B
Tints of Medium Violet Red #BB0E7B
RGB
CMYK
RGB Variations
Color information
#BB0E7B (or 0xBB0E7B) is known color: Medium Violet Red. HEX triplet: BB, 0E and 7B. RGB value is (187,14,123). Sum of RGB (Red+Green+Blue) = 187+14+123=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E7B is #44F184. Grayscale: #4D4D4D. Windows color (decimal): -4518277 or 8064699. OLE color: 8064699.
HSL color Cylindrical-coordinate representation of color #BB0E7B: hue angle of 322.2º degrees, saturation: 0.86, 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 #BB0E7B is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.27 |
| HSL | 322.2º | 0.86% | 0.39% | - |
| HSV(B) | 322.2º | 0.93% | 0.73% | - |
| XYZ | 24.23 | 12.31 | 19.84 | - |
| YUV | 78.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 123 | 0 | 0.93 | 0.34 | 0.27 | 322.2 | 0.86 | 0.39 |
| Hex | BB | E | 7B | 0 | 5D | 22 | 1B | 142 | 56 | 27 |
| Octal | 273 | 16 | 173 | 0 | 135 | 42 | 33 | 502 | 126 | 47 |
| Binary | 10111011 | 1110 | 1111011 | 0 | 1011101 | 100010 | 11011 | 101000010 | 1010110 | 100111 |
Color Harmonies of #BB0E7B
Complementary color
Monochromatic Colors of #BB0E7B
Black with #BB0E7B
Text Example
Text Example
White with #BB0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E7B; }
p { color: rgb(187,14,123); }
H1.HeaderClassName
{
color: #BB0E7B;
}
.AnyTagClassName
{
color: #BB0E7B;
}
</style>
background-color css
<style>
a { background-color: #BB0E7B; }
a { background-color: rgb(187,14,123); }
div.DivClassName
{
background-color: #BB0E7B;
}
.BgClassName
{
background-color: #BB0E7B;
}
</style>
border-color css
<style>
span { border-color: #BB0E7B; }
span { border-color: rgb(187,14,123); }
td.TdClassName
{
border-color: #BB0E7B;
}
.TagClassName
{
border-color: #BB0E7B;
}
</style>