Shades of Deep Magenta #BB15AD
Tints of Deep Magenta #BB15AD
RGB
CMYK
RGB Variations
Color information
#BB15AD (or 0xBB15AD) is known color: Deep Magenta. HEX triplet: BB, 15 and AD. RGB value is (187,21,173). Sum of RGB (Red+Green+Blue) = 187+21+173=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB15AD is #44EA52. Grayscale: #575757. Windows color (decimal): -4516435 or 11343291. OLE color: 11343291.
HSL color Cylindrical-coordinate representation of color #BB15AD: hue angle of 305.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15AD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 173 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.27 |
| HSL | 305.06º | 0.8% | 0.41% | - |
| HSV(B) | 305.06º | 0.89% | 0.73% | - |
| XYZ | 28.3 | 14.12 | 40.77 | - |
| YUV | 87.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 173 | 0 | 0.89 | 0.07 | 0.27 | 305.06 | 0.8 | 0.41 |
| Hex | BB | 15 | AD | 0 | 59 | 7 | 1B | 131 | 50 | 29 |
| Octal | 273 | 25 | 255 | 0 | 131 | 7 | 33 | 461 | 120 | 51 |
| Binary | 10111011 | 10101 | 10101101 | 0 | 1011001 | 111 | 11011 | 100110001 | 1010000 | 101001 |
Color Harmonies of #BB15AD
Complementary color
Monochromatic Colors of #BB15AD
Black with #BB15AD
Text Example
Text Example
White with #BB15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15AD; }
p { color: rgb(187,21,173); }
H1.HeaderClassName
{
color: #BB15AD;
}
.AnyTagClassName
{
color: #BB15AD;
}
</style>
background-color css
<style>
a { background-color: #BB15AD; }
a { background-color: rgb(187,21,173); }
div.DivClassName
{
background-color: #BB15AD;
}
.BgClassName
{
background-color: #BB15AD;
}
</style>
border-color css
<style>
span { border-color: #BB15AD; }
span { border-color: rgb(187,21,173); }
td.TdClassName
{
border-color: #BB15AD;
}
.TagClassName
{
border-color: #BB15AD;
}
</style>