Shades of Deep Magenta #BB15B5
Tints of Deep Magenta #BB15B5
RGB
CMYK
RGB Variations
Color information
#BB15B5 (or 0xBB15B5) is known color: Deep Magenta. HEX triplet: BB, 15 and B5. RGB value is (187,21,181). Sum of RGB (Red+Green+Blue) = 187+21+181=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15B5 is #44EA4A. Grayscale: #585858. Windows color (decimal): -4516427 or 11867579. OLE color: 11867579.
HSL color Cylindrical-coordinate representation of color #BB15B5: hue angle of 302.17º 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 #BB15B5 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 181 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.27 |
| HSL | 302.17º | 0.8% | 0.41% | - |
| HSV(B) | 302.17º | 0.89% | 0.73% | - |
| XYZ | 29.1 | 14.44 | 44.97 | - |
| YUV | 88.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 181 | 0 | 0.89 | 0.03 | 0.27 | 302.17 | 0.8 | 0.41 |
| Hex | BB | 15 | B5 | 0 | 59 | 3 | 1B | 12E | 50 | 29 |
| Octal | 273 | 25 | 265 | 0 | 131 | 3 | 33 | 456 | 120 | 51 |
| Binary | 10111011 | 10101 | 10110101 | 0 | 1011001 | 11 | 11011 | 100101110 | 1010000 | 101001 |
Color Harmonies of #BB15B5
Complementary color
Monochromatic Colors of #BB15B5
Black with #BB15B5
Text Example
Text Example
White with #BB15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15B5; }
p { color: rgb(187,21,181); }
H1.HeaderClassName
{
color: #BB15B5;
}
.AnyTagClassName
{
color: #BB15B5;
}
</style>
background-color css
<style>
a { background-color: #BB15B5; }
a { background-color: rgb(187,21,181); }
div.DivClassName
{
background-color: #BB15B5;
}
.BgClassName
{
background-color: #BB15B5;
}
</style>
border-color css
<style>
span { border-color: #BB15B5; }
span { border-color: rgb(187,21,181); }
td.TdClassName
{
border-color: #BB15B5;
}
.TagClassName
{
border-color: #BB15B5;
}
</style>