Shades of Deep Magenta #BB00AC
Tints of Deep Magenta #BB00AC
RGB
CMYK
RGB Variations
Color information
#BB00AC (or 0xBB00AC) is known color: Deep Magenta. HEX triplet: BB, 00 and AC. RGB value is (187,0,172). Sum of RGB (Red+Green+Blue) = 187+0+172=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00AC is #44FF53. Grayscale: #4B4B4B. Windows color (decimal): -4521812 or 11272379. OLE color: 11272379.
HSL color Cylindrical-coordinate representation of color #BB00AC: hue angle of 304.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00AC is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.08 | 0.27 |
| HSL | 304.81º | 1% | 0.37% | - |
| HSV(B) | 304.81º | 1% | 0.73% | - |
| XYZ | 27.94 | 13.54 | 40.17 | - |
| YUV | 75.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 172 | 0 | 1 | 0.08 | 0.27 | 304.81 | 1 | 0.37 |
| Hex | BB | 0 | AC | 0 | 64 | 8 | 1B | 131 | 64 | 25 |
| Octal | 273 | 0 | 254 | 0 | 144 | 10 | 33 | 461 | 144 | 45 |
| Binary | 10111011 | 0 | 10101100 | 0 | 1100100 | 1000 | 11011 | 100110001 | 1100100 | 100101 |
Color Harmonies of #BB00AC
Complementary color
Monochromatic Colors of #BB00AC
Black with #BB00AC
Text Example
Text Example
White with #BB00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00AC; }
p { color: rgb(187,0,172); }
H1.HeaderClassName
{
color: #BB00AC;
}
.AnyTagClassName
{
color: #BB00AC;
}
</style>
background-color css
<style>
a { background-color: #BB00AC; }
a { background-color: rgb(187,0,172); }
div.DivClassName
{
background-color: #BB00AC;
}
.BgClassName
{
background-color: #BB00AC;
}
</style>
border-color css
<style>
span { border-color: #BB00AC; }
span { border-color: rgb(187,0,172); }
td.TdClassName
{
border-color: #BB00AC;
}
.TagClassName
{
border-color: #BB00AC;
}
</style>