Shades of Deep Magenta #B915DC
Tints of Deep Magenta #B915DC
RGB
CMYK
RGB Variations
Color information
#B915DC (or 0xB915DC) is known color: Deep Magenta. HEX triplet: B9, 15 and DC. RGB value is (185,21,220). Sum of RGB (Red+Green+Blue) = 185+21+220=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #B915DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915DC is #46EA23. Grayscale: #5C5C5C. Windows color (decimal): -4647460 or 14423481. OLE color: 14423481.
HSL color Cylindrical-coordinate representation of color #B915DC: hue angle of 289.45º 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 #B915DC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 21 | 220 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.14 |
| HSL | 289.45º | 0.83% | 0.47% | - |
| HSV(B) | 289.45º | 0.9% | 0.86% | - |
| XYZ | 33.19 | 16.02 | 69.05 | - |
| YUV | 92.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 220 | 0.16 | 0.90 | 0 | 0.14 | 289.45 | 0.83 | 0.47 |
| Hex | B9 | 15 | DC | 10 | 5A | 0 | E | 121 | 53 | 2F |
| Octal | 271 | 25 | 334 | 20 | 132 | 0 | 16 | 441 | 123 | 57 |
| Binary | 10111001 | 10101 | 11011100 | 10000 | 1011010 | 0 | 1110 | 100100001 | 1010011 | 101111 |
Color Harmonies of #B915DC
Complementary color
Monochromatic Colors of #B915DC
Black with #B915DC
Text Example
Text Example
White with #B915DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B915DC; }
p { color: rgb(185,21,220); }
H1.HeaderClassName
{
color: #B915DC;
}
.AnyTagClassName
{
color: #B915DC;
}
</style>
background-color css
<style>
a { background-color: #B915DC; }
a { background-color: rgb(185,21,220); }
div.DivClassName
{
background-color: #B915DC;
}
.BgClassName
{
background-color: #B915DC;
}
</style>
border-color css
<style>
span { border-color: #B915DC; }
span { border-color: rgb(185,21,220); }
td.TdClassName
{
border-color: #B915DC;
}
.TagClassName
{
border-color: #B915DC;
}
</style>