Shades of Deep Magenta #BB08AA
Tints of Deep Magenta #BB08AA
RGB
CMYK
RGB Variations
Color information
#BB08AA (or 0xBB08AA) is known color: Deep Magenta. HEX triplet: BB, 08 and AA. RGB value is (187,8,170). Sum of RGB (Red+Green+Blue) = 187+8+170=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB08AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB08AA is #44F755. Grayscale: #4F4F4F. Windows color (decimal): -4519766 or 11143355. OLE color: 11143355.
HSL color Cylindrical-coordinate representation of color #BB08AA: hue angle of 305.7º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08AA is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.27 |
| HSL | 305.7º | 0.92% | 0.38% | - |
| HSV(B) | 305.7º | 0.96% | 0.73% | - |
| XYZ | 27.84 | 13.64 | 39.2 | - |
| YUV | 79.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 170 | 0 | 0.96 | 0.09 | 0.27 | 305.7 | 0.92 | 0.38 |
| Hex | BB | 8 | AA | 0 | 60 | 9 | 1B | 132 | 5C | 26 |
| Octal | 273 | 10 | 252 | 0 | 140 | 11 | 33 | 462 | 134 | 46 |
| Binary | 10111011 | 1000 | 10101010 | 0 | 1100000 | 1001 | 11011 | 100110010 | 1011100 | 100110 |
Color Harmonies of #BB08AA
Complementary color
Monochromatic Colors of #BB08AA
Black with #BB08AA
Text Example
Text Example
White with #BB08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08AA; }
p { color: rgb(187,8,170); }
H1.HeaderClassName
{
color: #BB08AA;
}
.AnyTagClassName
{
color: #BB08AA;
}
</style>
background-color css
<style>
a { background-color: #BB08AA; }
a { background-color: rgb(187,8,170); }
div.DivClassName
{
background-color: #BB08AA;
}
.BgClassName
{
background-color: #BB08AA;
}
</style>
border-color css
<style>
span { border-color: #BB08AA; }
span { border-color: rgb(187,8,170); }
td.TdClassName
{
border-color: #BB08AA;
}
.TagClassName
{
border-color: #BB08AA;
}
</style>