Shades of Deep Magenta #BB03AF
Tints of Deep Magenta #BB03AF
RGB
CMYK
RGB Variations
Color information
#BB03AF (or 0xBB03AF) is known color: Deep Magenta. HEX triplet: BB, 03 and AF. RGB value is (187,3,175). Sum of RGB (Red+Green+Blue) = 187+3+175=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB03AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB03AF is #44FC50. Grayscale: #4D4D4D. Windows color (decimal): -4521041 or 11469755. OLE color: 11469755.
HSL color Cylindrical-coordinate representation of color #BB03AF: hue angle of 303.91º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB03AF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 175 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.27 |
| HSL | 303.91º | 0.97% | 0.37% | - |
| HSV(B) | 303.91º | 0.98% | 0.73% | - |
| XYZ | 28.26 | 13.73 | 41.72 | - |
| YUV | 77.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 175 | 0 | 0.98 | 0.06 | 0.27 | 303.91 | 0.97 | 0.37 |
| Hex | BB | 3 | AF | 0 | 62 | 6 | 1B | 130 | 61 | 25 |
| Octal | 273 | 3 | 257 | 0 | 142 | 6 | 33 | 460 | 141 | 45 |
| Binary | 10111011 | 11 | 10101111 | 0 | 1100010 | 110 | 11011 | 100110000 | 1100001 | 100101 |
Color Harmonies of #BB03AF
Complementary color
Monochromatic Colors of #BB03AF
Black with #BB03AF
Text Example
Text Example
White with #BB03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03AF; }
p { color: rgb(187,3,175); }
H1.HeaderClassName
{
color: #BB03AF;
}
.AnyTagClassName
{
color: #BB03AF;
}
</style>
background-color css
<style>
a { background-color: #BB03AF; }
a { background-color: rgb(187,3,175); }
div.DivClassName
{
background-color: #BB03AF;
}
.BgClassName
{
background-color: #BB03AF;
}
</style>
border-color css
<style>
span { border-color: #BB03AF; }
span { border-color: rgb(187,3,175); }
td.TdClassName
{
border-color: #BB03AF;
}
.TagClassName
{
border-color: #BB03AF;
}
</style>