Shades of Medium Violet Red #BB17AA
Tints of Medium Violet Red #BB17AA
RGB
CMYK
RGB Variations
Color information
#BB17AA (or 0xBB17AA) is known color: Medium Violet Red. HEX triplet: BB, 17 and AA. RGB value is (187,23,170). Sum of RGB (Red+Green+Blue) = 187+23+170=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB17AA is #44E855. Grayscale: #585858. Windows color (decimal): -4515926 or 11147195. OLE color: 11147195.
HSL color Cylindrical-coordinate representation of color #BB17AA: hue angle of 306.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB17AA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 170 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.27 |
| HSL | 306.22º | 0.78% | 0.41% | - |
| HSV(B) | 306.22º | 0.88% | 0.73% | - |
| XYZ | 28.06 | 14.08 | 39.27 | - |
| YUV | 88.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 170 | 0 | 0.88 | 0.09 | 0.27 | 306.22 | 0.78 | 0.41 |
| Hex | BB | 17 | AA | 0 | 58 | 9 | 1B | 132 | 4E | 29 |
| Octal | 273 | 27 | 252 | 0 | 130 | 11 | 33 | 462 | 116 | 51 |
| Binary | 10111011 | 10111 | 10101010 | 0 | 1011000 | 1001 | 11011 | 100110010 | 1001110 | 101001 |
Color Harmonies of #BB17AA
Complementary color
Monochromatic Colors of #BB17AA
Black with #BB17AA
Text Example
Text Example
White with #BB17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17AA; }
p { color: rgb(187,23,170); }
H1.HeaderClassName
{
color: #BB17AA;
}
.AnyTagClassName
{
color: #BB17AA;
}
</style>
background-color css
<style>
a { background-color: #BB17AA; }
a { background-color: rgb(187,23,170); }
div.DivClassName
{
background-color: #BB17AA;
}
.BgClassName
{
background-color: #BB17AA;
}
</style>
border-color css
<style>
span { border-color: #BB17AA; }
span { border-color: rgb(187,23,170); }
td.TdClassName
{
border-color: #BB17AA;
}
.TagClassName
{
border-color: #BB17AA;
}
</style>