Shades of Medium Violet Red #BB0EA3
Tints of Medium Violet Red #BB0EA3
RGB
CMYK
RGB Variations
Color information
#BB0EA3 (or 0xBB0EA3) is known color: Medium Violet Red. HEX triplet: BB, 0E and A3. RGB value is (187,14,163). Sum of RGB (Red+Green+Blue) = 187+14+163=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0EA3 is #44F15C. Grayscale: #525252. Windows color (decimal): -4518237 or 10686139. OLE color: 10686139.
HSL color Cylindrical-coordinate representation of color #BB0EA3: hue angle of 308.32º 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 #BB0EA3 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 163 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.27 |
| HSL | 308.32º | 0.86% | 0.39% | - |
| HSV(B) | 308.32º | 0.93% | 0.73% | - |
| XYZ | 27.26 | 13.52 | 35.82 | - |
| YUV | 82.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 163 | 0 | 0.93 | 0.13 | 0.27 | 308.32 | 0.86 | 0.39 |
| Hex | BB | E | A3 | 0 | 5D | D | 1B | 134 | 56 | 27 |
| Octal | 273 | 16 | 243 | 0 | 135 | 15 | 33 | 464 | 126 | 47 |
| Binary | 10111011 | 1110 | 10100011 | 0 | 1011101 | 1101 | 11011 | 100110100 | 1010110 | 100111 |
Color Harmonies of #BB0EA3
Complementary color
Monochromatic Colors of #BB0EA3
Black with #BB0EA3
Text Example
Text Example
White with #BB0EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EA3; }
p { color: rgb(187,14,163); }
H1.HeaderClassName
{
color: #BB0EA3;
}
.AnyTagClassName
{
color: #BB0EA3;
}
</style>
background-color css
<style>
a { background-color: #BB0EA3; }
a { background-color: rgb(187,14,163); }
div.DivClassName
{
background-color: #BB0EA3;
}
.BgClassName
{
background-color: #BB0EA3;
}
</style>
border-color css
<style>
span { border-color: #BB0EA3; }
span { border-color: rgb(187,14,163); }
td.TdClassName
{
border-color: #BB0EA3;
}
.TagClassName
{
border-color: #BB0EA3;
}
</style>