Shades of Deep Magenta #BB02A6
Tints of Deep Magenta #BB02A6
RGB
CMYK
RGB Variations
Color information
#BB02A6 (or 0xBB02A6) is known color: Deep Magenta. HEX triplet: BB, 02 and A6. RGB value is (187,2,166). Sum of RGB (Red+Green+Blue) = 187+2+166=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB02A6 is #44FD59. Grayscale: #4B4B4B. Windows color (decimal): -4521306 or 10879675. OLE color: 10879675.
HSL color Cylindrical-coordinate representation of color #BB02A6: hue angle of 306.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.27 |
| HSL | 306.81º | 0.98% | 0.37% | - |
| HSV(B) | 306.81º | 0.99% | 0.73% | - |
| XYZ | 27.4 | 13.36 | 37.21 | - |
| YUV | 76.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 166 | 0 | 0.99 | 0.11 | 0.27 | 306.81 | 0.98 | 0.37 |
| Hex | BB | 2 | A6 | 0 | 63 | B | 1B | 133 | 62 | 25 |
| Octal | 273 | 2 | 246 | 0 | 143 | 13 | 33 | 463 | 142 | 45 |
| Binary | 10111011 | 10 | 10100110 | 0 | 1100011 | 1011 | 11011 | 100110011 | 1100010 | 100101 |
Color Harmonies of #BB02A6
Complementary color
Monochromatic Colors of #BB02A6
Black with #BB02A6
Text Example
Text Example
White with #BB02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02A6; }
p { color: rgb(187,2,166); }
H1.HeaderClassName
{
color: #BB02A6;
}
.AnyTagClassName
{
color: #BB02A6;
}
</style>
background-color css
<style>
a { background-color: #BB02A6; }
a { background-color: rgb(187,2,166); }
div.DivClassName
{
background-color: #BB02A6;
}
.BgClassName
{
background-color: #BB02A6;
}
</style>
border-color css
<style>
span { border-color: #BB02A6; }
span { border-color: rgb(187,2,166); }
td.TdClassName
{
border-color: #BB02A6;
}
.TagClassName
{
border-color: #BB02A6;
}
</style>