Shades of Deep Magenta #BB15DC
Tints of Deep Magenta #BB15DC
RGB
CMYK
RGB Variations
Color information
#BB15DC (or 0xBB15DC) is known color: Deep Magenta. HEX triplet: BB, 15 and DC. RGB value is (187,21,220). Sum of RGB (Red+Green+Blue) = 187+21+220=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15DC is #44EA23. Grayscale: #5C5C5C. Windows color (decimal): -4516388 or 14423483. OLE color: 14423483.
HSL color Cylindrical-coordinate representation of color #BB15DC: hue angle of 290.05º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB15DC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 21 | 220 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.14 |
| HSL | 290.05º | 0.83% | 0.47% | - |
| HSV(B) | 290.05º | 0.9% | 0.86% | - |
| XYZ | 33.68 | 16.27 | 69.08 | - |
| YUV | 93.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 220 | 0.15 | 0.90 | 0 | 0.14 | 290.05 | 0.83 | 0.47 |
| Hex | BB | 15 | DC | F | 5A | 0 | E | 122 | 53 | 2F |
| Octal | 273 | 25 | 334 | 17 | 132 | 0 | 16 | 442 | 123 | 57 |
| Binary | 10111011 | 10101 | 11011100 | 1111 | 1011010 | 0 | 1110 | 100100010 | 1010011 | 101111 |
Color Harmonies of #BB15DC
Complementary color
Monochromatic Colors of #BB15DC
Black with #BB15DC
Text Example
Text Example
White with #BB15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15DC; }
p { color: rgb(187,21,220); }
H1.HeaderClassName
{
color: #BB15DC;
}
.AnyTagClassName
{
color: #BB15DC;
}
</style>
background-color css
<style>
a { background-color: #BB15DC; }
a { background-color: rgb(187,21,220); }
div.DivClassName
{
background-color: #BB15DC;
}
.BgClassName
{
background-color: #BB15DC;
}
</style>
border-color css
<style>
span { border-color: #BB15DC; }
span { border-color: rgb(187,21,220); }
td.TdClassName
{
border-color: #BB15DC;
}
.TagClassName
{
border-color: #BB15DC;
}
</style>