Shades of Deep Magenta #B913DC
Tints of Deep Magenta #B913DC
RGB
CMYK
RGB Variations
Color information
#B913DC (or 0xB913DC) is known color: Deep Magenta. HEX triplet: B9, 13 and DC. RGB value is (185,19,220). Sum of RGB (Red+Green+Blue) = 185+19+220=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #B913DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913DC is #46EC23. Grayscale: #5A5A5A. Windows color (decimal): -4647972 or 14422969. OLE color: 14422969.
HSL color Cylindrical-coordinate representation of color #B913DC: hue angle of 289.55º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B913DC is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 19 | 220 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.14 |
| HSL | 289.55º | 0.84% | 0.47% | - |
| HSV(B) | 289.55º | 0.91% | 0.86% | - |
| XYZ | 33.16 | 15.95 | 69.04 | - |
| YUV | 91.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 220 | 0.16 | 0.91 | 0 | 0.14 | 289.55 | 0.84 | 0.47 |
| Hex | B9 | 13 | DC | 10 | 5B | 0 | E | 122 | 54 | 2F |
| Octal | 271 | 23 | 334 | 20 | 133 | 0 | 16 | 442 | 124 | 57 |
| Binary | 10111001 | 10011 | 11011100 | 10000 | 1011011 | 0 | 1110 | 100100010 | 1010100 | 101111 |
Color Harmonies of #B913DC
Complementary color
Monochromatic Colors of #B913DC
Black with #B913DC
Text Example
Text Example
White with #B913DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913DC; }
p { color: rgb(185,19,220); }
H1.HeaderClassName
{
color: #B913DC;
}
.AnyTagClassName
{
color: #B913DC;
}
</style>
background-color css
<style>
a { background-color: #B913DC; }
a { background-color: rgb(185,19,220); }
div.DivClassName
{
background-color: #B913DC;
}
.BgClassName
{
background-color: #B913DC;
}
</style>
border-color css
<style>
span { border-color: #B913DC; }
span { border-color: rgb(185,19,220); }
td.TdClassName
{
border-color: #B913DC;
}
.TagClassName
{
border-color: #B913DC;
}
</style>