Shades of Deep Magenta #BB18AD
Tints of Deep Magenta #BB18AD
RGB
CMYK
RGB Variations
Color information
#BB18AD (or 0xBB18AD) is known color: Deep Magenta. HEX triplet: BB, 18 and AD. RGB value is (187,24,173). Sum of RGB (Red+Green+Blue) = 187+24+173=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB18AD is #44E752. Grayscale: #595959. Windows color (decimal): -4515667 or 11344059. OLE color: 11344059.
HSL color Cylindrical-coordinate representation of color #BB18AD: hue angle of 305.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB18AD is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 173 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.27 |
| HSL | 305.15º | 0.77% | 0.41% | - |
| HSV(B) | 305.15º | 0.87% | 0.73% | - |
| XYZ | 28.36 | 14.24 | 40.79 | - |
| YUV | 89.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 173 | 0 | 0.87 | 0.07 | 0.27 | 305.15 | 0.77 | 0.41 |
| Hex | BB | 18 | AD | 0 | 57 | 7 | 1B | 131 | 4D | 29 |
| Octal | 273 | 30 | 255 | 0 | 127 | 7 | 33 | 461 | 115 | 51 |
| Binary | 10111011 | 11000 | 10101101 | 0 | 1010111 | 111 | 11011 | 100110001 | 1001101 | 101001 |
Color Harmonies of #BB18AD
Complementary color
Monochromatic Colors of #BB18AD
Black with #BB18AD
Text Example
Text Example
White with #BB18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18AD; }
p { color: rgb(187,24,173); }
H1.HeaderClassName
{
color: #BB18AD;
}
.AnyTagClassName
{
color: #BB18AD;
}
</style>
background-color css
<style>
a { background-color: #BB18AD; }
a { background-color: rgb(187,24,173); }
div.DivClassName
{
background-color: #BB18AD;
}
.BgClassName
{
background-color: #BB18AD;
}
</style>
border-color css
<style>
span { border-color: #BB18AD; }
span { border-color: rgb(187,24,173); }
td.TdClassName
{
border-color: #BB18AD;
}
.TagClassName
{
border-color: #BB18AD;
}
</style>