Shades of Medium Violet Red #BB0AA3
Tints of Medium Violet Red #BB0AA3
RGB
CMYK
RGB Variations
Color information
#BB0AA3 (or 0xBB0AA3) is known color: Medium Violet Red. HEX triplet: BB, 0A and A3. RGB value is (187,10,163). Sum of RGB (Red+Green+Blue) = 187+10+163=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0AA3 is #44F55C. Grayscale: #4F4F4F. Windows color (decimal): -4519261 or 10685115. OLE color: 10685115.
HSL color Cylindrical-coordinate representation of color #BB0AA3: hue angle of 308.14º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0AA3 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 163 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.27 |
| HSL | 308.14º | 0.9% | 0.39% | - |
| HSV(B) | 308.14º | 0.95% | 0.73% | - |
| XYZ | 27.21 | 13.43 | 35.81 | - |
| YUV | 80.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 163 | 0 | 0.95 | 0.13 | 0.27 | 308.14 | 0.9 | 0.39 |
| Hex | BB | A | A3 | 0 | 5F | D | 1B | 134 | 5A | 27 |
| Octal | 273 | 12 | 243 | 0 | 137 | 15 | 33 | 464 | 132 | 47 |
| Binary | 10111011 | 1010 | 10100011 | 0 | 1011111 | 1101 | 11011 | 100110100 | 1011010 | 100111 |
Color Harmonies of #BB0AA3
Complementary color
Monochromatic Colors of #BB0AA3
Black with #BB0AA3
Text Example
Text Example
White with #BB0AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0AA3; }
p { color: rgb(187,10,163); }
H1.HeaderClassName
{
color: #BB0AA3;
}
.AnyTagClassName
{
color: #BB0AA3;
}
</style>
background-color css
<style>
a { background-color: #BB0AA3; }
a { background-color: rgb(187,10,163); }
div.DivClassName
{
background-color: #BB0AA3;
}
.BgClassName
{
background-color: #BB0AA3;
}
</style>
border-color css
<style>
span { border-color: #BB0AA3; }
span { border-color: rgb(187,10,163); }
td.TdClassName
{
border-color: #BB0AA3;
}
.TagClassName
{
border-color: #BB0AA3;
}
</style>