Shades of Deep Magenta #BB09A8
Tints of Deep Magenta #BB09A8
RGB
CMYK
RGB Variations
Color information
#BB09A8 (or 0xBB09A8) is known color: Deep Magenta. HEX triplet: BB, 09 and A8. RGB value is (187,9,168). Sum of RGB (Red+Green+Blue) = 187+9+168=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB09A8 is #44F657. Grayscale: #4F4F4F. Windows color (decimal): -4519512 or 11012539. OLE color: 11012539.
HSL color Cylindrical-coordinate representation of color #BB09A8: hue angle of 306.4º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB09A8 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.27 |
| HSL | 306.4º | 0.91% | 0.38% | - |
| HSV(B) | 306.4º | 0.95% | 0.73% | - |
| XYZ | 27.66 | 13.59 | 38.21 | - |
| YUV | 80.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 168 | 0 | 0.95 | 0.10 | 0.27 | 306.4 | 0.91 | 0.38 |
| Hex | BB | 9 | A8 | 0 | 5F | A | 1B | 132 | 5B | 26 |
| Octal | 273 | 11 | 250 | 0 | 137 | 12 | 33 | 462 | 133 | 46 |
| Binary | 10111011 | 1001 | 10101000 | 0 | 1011111 | 1010 | 11011 | 100110010 | 1011011 | 100110 |
Color Harmonies of #BB09A8
Complementary color
Monochromatic Colors of #BB09A8
Black with #BB09A8
Text Example
Text Example
White with #BB09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09A8; }
p { color: rgb(187,9,168); }
H1.HeaderClassName
{
color: #BB09A8;
}
.AnyTagClassName
{
color: #BB09A8;
}
</style>
background-color css
<style>
a { background-color: #BB09A8; }
a { background-color: rgb(187,9,168); }
div.DivClassName
{
background-color: #BB09A8;
}
.BgClassName
{
background-color: #BB09A8;
}
</style>
border-color css
<style>
span { border-color: #BB09A8; }
span { border-color: rgb(187,9,168); }
td.TdClassName
{
border-color: #BB09A8;
}
.TagClassName
{
border-color: #BB09A8;
}
</style>