Shades of Deep Magenta #BB09AF
Tints of Deep Magenta #BB09AF
RGB
CMYK
RGB Variations
Color information
#BB09AF (or 0xBB09AF) is known color: Deep Magenta. HEX triplet: BB, 09 and AF. RGB value is (187,9,175). Sum of RGB (Red+Green+Blue) = 187+9+175=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB09AF is #44F650. Grayscale: #505050. Windows color (decimal): -4519505 or 11471291. OLE color: 11471291.
HSL color Cylindrical-coordinate representation of color #BB09AF: hue angle of 304.04º 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 #BB09AF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 175 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.27 |
| HSL | 304.05º | 0.91% | 0.38% | - |
| HSV(B) | 304.05º | 0.95% | 0.73% | - |
| XYZ | 28.33 | 13.86 | 41.74 | - |
| YUV | 81.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 175 | 0 | 0.95 | 0.06 | 0.27 | 304.05 | 0.91 | 0.38 |
| Hex | BB | 9 | AF | 0 | 5F | 6 | 1B | 130 | 5B | 26 |
| Octal | 273 | 11 | 257 | 0 | 137 | 6 | 33 | 460 | 133 | 46 |
| Binary | 10111011 | 1001 | 10101111 | 0 | 1011111 | 110 | 11011 | 100110000 | 1011011 | 100110 |
Color Harmonies of #BB09AF
Complementary color
Monochromatic Colors of #BB09AF
Black with #BB09AF
Text Example
Text Example
White with #BB09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09AF; }
p { color: rgb(187,9,175); }
H1.HeaderClassName
{
color: #BB09AF;
}
.AnyTagClassName
{
color: #BB09AF;
}
</style>
background-color css
<style>
a { background-color: #BB09AF; }
a { background-color: rgb(187,9,175); }
div.DivClassName
{
background-color: #BB09AF;
}
.BgClassName
{
background-color: #BB09AF;
}
</style>
border-color css
<style>
span { border-color: #BB09AF; }
span { border-color: rgb(187,9,175); }
td.TdClassName
{
border-color: #BB09AF;
}
.TagClassName
{
border-color: #BB09AF;
}
</style>