Shades of Medium Violet Red #BB0BA3
Tints of Medium Violet Red #BB0BA3
RGB
CMYK
RGB Variations
Color information
#BB0BA3 (or 0xBB0BA3) is known color: Medium Violet Red. HEX triplet: BB, 0B and A3. RGB value is (187,11,163). Sum of RGB (Red+Green+Blue) = 187+11+163=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BA3 is #44F45C. Grayscale: #505050. Windows color (decimal): -4519005 or 10685371. OLE color: 10685371.
HSL color Cylindrical-coordinate representation of color #BB0BA3: hue angle of 308.18º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.27 |
| HSL | 308.18º | 0.89% | 0.39% | - |
| HSV(B) | 308.18º | 0.94% | 0.73% | - |
| XYZ | 27.22 | 13.45 | 35.81 | - |
| YUV | 80.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 163 | 0 | 0.94 | 0.13 | 0.27 | 308.18 | 0.89 | 0.39 |
| Hex | BB | B | A3 | 0 | 5E | D | 1B | 134 | 59 | 27 |
| Octal | 273 | 13 | 243 | 0 | 136 | 15 | 33 | 464 | 131 | 47 |
| Binary | 10111011 | 1011 | 10100011 | 0 | 1011110 | 1101 | 11011 | 100110100 | 1011001 | 100111 |
Color Harmonies of #BB0BA3
Complementary color
Monochromatic Colors of #BB0BA3
Black with #BB0BA3
Text Example
Text Example
White with #BB0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BA3; }
p { color: rgb(187,11,163); }
H1.HeaderClassName
{
color: #BB0BA3;
}
.AnyTagClassName
{
color: #BB0BA3;
}
</style>
background-color css
<style>
a { background-color: #BB0BA3; }
a { background-color: rgb(187,11,163); }
div.DivClassName
{
background-color: #BB0BA3;
}
.BgClassName
{
background-color: #BB0BA3;
}
</style>
border-color css
<style>
span { border-color: #BB0BA3; }
span { border-color: rgb(187,11,163); }
td.TdClassName
{
border-color: #BB0BA3;
}
.TagClassName
{
border-color: #BB0BA3;
}
</style>