Shades of Deep Magenta #BB08AF
Tints of Deep Magenta #BB08AF
RGB
CMYK
RGB Variations
Color information
#BB08AF (or 0xBB08AF) is known color: Deep Magenta. HEX triplet: BB, 08 and AF. RGB value is (187,8,175). Sum of RGB (Red+Green+Blue) = 187+8+175=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB08AF is #44F750. Grayscale: #505050. Windows color (decimal): -4519761 or 11471035. OLE color: 11471035.
HSL color Cylindrical-coordinate representation of color #BB08AF: hue angle of 304.02º 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 #BB08AF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.27 |
| HSL | 304.02º | 0.92% | 0.38% | - |
| HSV(B) | 304.02º | 0.96% | 0.73% | - |
| XYZ | 28.32 | 13.83 | 41.74 | - |
| YUV | 80.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 175 | 0 | 0.96 | 0.06 | 0.27 | 304.02 | 0.92 | 0.38 |
| Hex | BB | 8 | AF | 0 | 60 | 6 | 1B | 130 | 5C | 26 |
| Octal | 273 | 10 | 257 | 0 | 140 | 6 | 33 | 460 | 134 | 46 |
| Binary | 10111011 | 1000 | 10101111 | 0 | 1100000 | 110 | 11011 | 100110000 | 1011100 | 100110 |
Color Harmonies of #BB08AF
Complementary color
Monochromatic Colors of #BB08AF
Black with #BB08AF
Text Example
Text Example
White with #BB08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08AF; }
p { color: rgb(187,8,175); }
H1.HeaderClassName
{
color: #BB08AF;
}
.AnyTagClassName
{
color: #BB08AF;
}
</style>
background-color css
<style>
a { background-color: #BB08AF; }
a { background-color: rgb(187,8,175); }
div.DivClassName
{
background-color: #BB08AF;
}
.BgClassName
{
background-color: #BB08AF;
}
</style>
border-color css
<style>
span { border-color: #BB08AF; }
span { border-color: rgb(187,8,175); }
td.TdClassName
{
border-color: #BB08AF;
}
.TagClassName
{
border-color: #BB08AF;
}
</style>