Shades of Deep Magenta #BB01AD
Tints of Deep Magenta #BB01AD
RGB
CMYK
RGB Variations
Color information
#BB01AD (or 0xBB01AD) is known color: Deep Magenta. HEX triplet: BB, 01 and AD. RGB value is (187,1,173). Sum of RGB (Red+Green+Blue) = 187+1+173=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01AD is #44FE52. Grayscale: #4B4B4B. Windows color (decimal): -4521555 or 11338171. OLE color: 11338171.
HSL color Cylindrical-coordinate representation of color #BB01AD: hue angle of 304.52º 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 #BB01AD is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.27 |
| HSL | 304.52º | 0.99% | 0.37% | - |
| HSV(B) | 304.52º | 0.99% | 0.73% | - |
| XYZ | 28.05 | 13.6 | 40.68 | - |
| YUV | 76.22 | 182.62 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 173 | 0 | 0.99 | 0.07 | 0.27 | 304.52 | 0.99 | 0.37 |
| Hex | BB | 1 | AD | 0 | 63 | 7 | 1B | 131 | 63 | 25 |
| Octal | 273 | 1 | 255 | 0 | 143 | 7 | 33 | 461 | 143 | 45 |
| Binary | 10111011 | 1 | 10101101 | 0 | 1100011 | 111 | 11011 | 100110001 | 1100011 | 100101 |
Color Harmonies of #BB01AD
Complementary color
Monochromatic Colors of #BB01AD
Black with #BB01AD
Text Example
Text Example
White with #BB01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01AD; }
p { color: rgb(187,1,173); }
H1.HeaderClassName
{
color: #BB01AD;
}
.AnyTagClassName
{
color: #BB01AD;
}
</style>
background-color css
<style>
a { background-color: #BB01AD; }
a { background-color: rgb(187,1,173); }
div.DivClassName
{
background-color: #BB01AD;
}
.BgClassName
{
background-color: #BB01AD;
}
</style>
border-color css
<style>
span { border-color: #BB01AD; }
span { border-color: rgb(187,1,173); }
td.TdClassName
{
border-color: #BB01AD;
}
.TagClassName
{
border-color: #BB01AD;
}
</style>