Shades of Deep Magenta #BB10AF
Tints of Deep Magenta #BB10AF
RGB
CMYK
RGB Variations
Color information
#BB10AF (or 0xBB10AF) is known color: Deep Magenta. HEX triplet: BB, 10 and AF. RGB value is (187,16,175). Sum of RGB (Red+Green+Blue) = 187+16+175=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10AF is #44EF50. Grayscale: #545454. Windows color (decimal): -4517713 or 11473083. OLE color: 11473083.
HSL color Cylindrical-coordinate representation of color #BB10AF: hue angle of 304.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10AF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 175 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.27 |
| HSL | 304.21º | 0.84% | 0.4% | - |
| HSV(B) | 304.21º | 0.91% | 0.73% | - |
| XYZ | 28.42 | 14.03 | 41.77 | - |
| YUV | 85.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 175 | 0 | 0.91 | 0.06 | 0.27 | 304.21 | 0.84 | 0.4 |
| Hex | BB | 10 | AF | 0 | 5B | 6 | 1B | 130 | 54 | 28 |
| Octal | 273 | 20 | 257 | 0 | 133 | 6 | 33 | 460 | 124 | 50 |
| Binary | 10111011 | 10000 | 10101111 | 0 | 1011011 | 110 | 11011 | 100110000 | 1010100 | 101000 |
Color Harmonies of #BB10AF
Complementary color
Monochromatic Colors of #BB10AF
Black with #BB10AF
Text Example
Text Example
White with #BB10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10AF; }
p { color: rgb(187,16,175); }
H1.HeaderClassName
{
color: #BB10AF;
}
.AnyTagClassName
{
color: #BB10AF;
}
</style>
background-color css
<style>
a { background-color: #BB10AF; }
a { background-color: rgb(187,16,175); }
div.DivClassName
{
background-color: #BB10AF;
}
.BgClassName
{
background-color: #BB10AF;
}
</style>
border-color css
<style>
span { border-color: #BB10AF; }
span { border-color: rgb(187,16,175); }
td.TdClassName
{
border-color: #BB10AF;
}
.TagClassName
{
border-color: #BB10AF;
}
</style>