Shades of Deep Magenta #BB15C9
Tints of Deep Magenta #BB15C9
RGB
CMYK
RGB Variations
Color information
#BB15C9 (or 0xBB15C9) is known color: Deep Magenta. HEX triplet: BB, 15 and C9. RGB value is (187,21,201). Sum of RGB (Red+Green+Blue) = 187+21+201=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB15C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15C9 is #44EA36. Grayscale: #5A5A5A. Windows color (decimal): -4516407 or 13178299. OLE color: 13178299.
HSL color Cylindrical-coordinate representation of color #BB15C9: hue angle of 295.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB15C9 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 21 | 201 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.21 |
| HSL | 295.33º | 0.81% | 0.44% | - |
| HSV(B) | 295.33º | 0.9% | 0.79% | - |
| XYZ | 31.3 | 15.32 | 56.57 | - |
| YUV | 91.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 201 | 0.07 | 0.90 | 0 | 0.21 | 295.33 | 0.81 | 0.44 |
| Hex | BB | 15 | C9 | 7 | 5A | 0 | 15 | 127 | 51 | 2C |
| Octal | 273 | 25 | 311 | 7 | 132 | 0 | 25 | 447 | 121 | 54 |
| Binary | 10111011 | 10101 | 11001001 | 111 | 1011010 | 0 | 10101 | 100100111 | 1010001 | 101100 |
Color Harmonies of #BB15C9
Complementary color
Monochromatic Colors of #BB15C9
Black with #BB15C9
Text Example
Text Example
White with #BB15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15C9; }
p { color: rgb(187,21,201); }
H1.HeaderClassName
{
color: #BB15C9;
}
.AnyTagClassName
{
color: #BB15C9;
}
</style>
background-color css
<style>
a { background-color: #BB15C9; }
a { background-color: rgb(187,21,201); }
div.DivClassName
{
background-color: #BB15C9;
}
.BgClassName
{
background-color: #BB15C9;
}
</style>
border-color css
<style>
span { border-color: #BB15C9; }
span { border-color: rgb(187,21,201); }
td.TdClassName
{
border-color: #BB15C9;
}
.TagClassName
{
border-color: #BB15C9;
}
</style>