Shades of Deep Magenta #BB01AC
Tints of Deep Magenta #BB01AC
RGB
CMYK
RGB Variations
Color information
#BB01AC (or 0xBB01AC) is known color: Deep Magenta. HEX triplet: BB, 01 and AC. RGB value is (187,1,172). Sum of RGB (Red+Green+Blue) = 187+1+172=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01AC is #44FE53. Grayscale: #4B4B4B. Windows color (decimal): -4521556 or 11272635. OLE color: 11272635.
HSL color Cylindrical-coordinate representation of color #BB01AC: hue angle of 304.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB01AC is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.27 |
| HSL | 304.84º | 0.99% | 0.37% | - |
| HSV(B) | 304.84º | 0.99% | 0.73% | - |
| XYZ | 27.95 | 13.57 | 40.17 | - |
| YUV | 76.11 | 182.12 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 172 | 0 | 0.99 | 0.08 | 0.27 | 304.84 | 0.99 | 0.37 |
| Hex | BB | 1 | AC | 0 | 63 | 8 | 1B | 131 | 63 | 25 |
| Octal | 273 | 1 | 254 | 0 | 143 | 10 | 33 | 461 | 143 | 45 |
| Binary | 10111011 | 1 | 10101100 | 0 | 1100011 | 1000 | 11011 | 100110001 | 1100011 | 100101 |
Color Harmonies of #BB01AC
Complementary color
Monochromatic Colors of #BB01AC
Black with #BB01AC
Text Example
Text Example
White with #BB01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01AC; }
p { color: rgb(187,1,172); }
H1.HeaderClassName
{
color: #BB01AC;
}
.AnyTagClassName
{
color: #BB01AC;
}
</style>
background-color css
<style>
a { background-color: #BB01AC; }
a { background-color: rgb(187,1,172); }
div.DivClassName
{
background-color: #BB01AC;
}
.BgClassName
{
background-color: #BB01AC;
}
</style>
border-color css
<style>
span { border-color: #BB01AC; }
span { border-color: rgb(187,1,172); }
td.TdClassName
{
border-color: #BB01AC;
}
.TagClassName
{
border-color: #BB01AC;
}
</style>