Shades of Deep Magenta #BB12AF
Tints of Deep Magenta #BB12AF
RGB
CMYK
RGB Variations
Color information
#BB12AF (or 0xBB12AF) is known color: Deep Magenta. HEX triplet: BB, 12 and AF. RGB value is (187,18,175). Sum of RGB (Red+Green+Blue) = 187+18+175=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB12AF is #44ED50. Grayscale: #555555. Windows color (decimal): -4517201 or 11473595. OLE color: 11473595.
HSL color Cylindrical-coordinate representation of color #BB12AF: hue angle of 304.26º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB12AF is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 175 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.27 |
| HSL | 304.26º | 0.82% | 0.4% | - |
| HSV(B) | 304.26º | 0.9% | 0.73% | - |
| XYZ | 28.45 | 14.09 | 41.78 | - |
| YUV | 86.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 175 | 0 | 0.90 | 0.06 | 0.27 | 304.26 | 0.82 | 0.4 |
| Hex | BB | 12 | AF | 0 | 5A | 6 | 1B | 130 | 52 | 28 |
| Octal | 273 | 22 | 257 | 0 | 132 | 6 | 33 | 460 | 122 | 50 |
| Binary | 10111011 | 10010 | 10101111 | 0 | 1011010 | 110 | 11011 | 100110000 | 1010010 | 101000 |
Color Harmonies of #BB12AF
Complementary color
Monochromatic Colors of #BB12AF
Black with #BB12AF
Text Example
Text Example
White with #BB12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12AF; }
p { color: rgb(187,18,175); }
H1.HeaderClassName
{
color: #BB12AF;
}
.AnyTagClassName
{
color: #BB12AF;
}
</style>
background-color css
<style>
a { background-color: #BB12AF; }
a { background-color: rgb(187,18,175); }
div.DivClassName
{
background-color: #BB12AF;
}
.BgClassName
{
background-color: #BB12AF;
}
</style>
border-color css
<style>
span { border-color: #BB12AF; }
span { border-color: rgb(187,18,175); }
td.TdClassName
{
border-color: #BB12AF;
}
.TagClassName
{
border-color: #BB12AF;
}
</style>