Shades of Deep Magenta #B914D6
Tints of Deep Magenta #B914D6
RGB
CMYK
RGB Variations
Color information
#B914D6 (or 0xB914D6) is known color: Deep Magenta. HEX triplet: B9, 14 and D6. RGB value is (185,20,214). Sum of RGB (Red+Green+Blue) = 185+20+214=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #B914D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914D6 is #46EB29. Grayscale: #5A5A5A. Windows color (decimal): -4647722 or 14030009. OLE color: 14030009.
HSL color Cylindrical-coordinate representation of color #B914D6: hue angle of 291.03º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B914D6 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 20 | 214 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.16 |
| HSL | 291.03º | 0.83% | 0.46% | - |
| HSV(B) | 291.03º | 0.91% | 0.84% | - |
| XYZ | 32.4 | 15.67 | 64.94 | - |
| YUV | 91.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 214 | 0.14 | 0.91 | 0 | 0.16 | 291.03 | 0.83 | 0.46 |
| Hex | B9 | 14 | D6 | E | 5B | 0 | 10 | 123 | 53 | 2E |
| Octal | 271 | 24 | 326 | 16 | 133 | 0 | 20 | 443 | 123 | 56 |
| Binary | 10111001 | 10100 | 11010110 | 1110 | 1011011 | 0 | 10000 | 100100011 | 1010011 | 101110 |
Color Harmonies of #B914D6
Complementary color
Monochromatic Colors of #B914D6
Black with #B914D6
Text Example
Text Example
White with #B914D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914D6; }
p { color: rgb(185,20,214); }
H1.HeaderClassName
{
color: #B914D6;
}
.AnyTagClassName
{
color: #B914D6;
}
</style>
background-color css
<style>
a { background-color: #B914D6; }
a { background-color: rgb(185,20,214); }
div.DivClassName
{
background-color: #B914D6;
}
.BgClassName
{
background-color: #B914D6;
}
</style>
border-color css
<style>
span { border-color: #B914D6; }
span { border-color: rgb(185,20,214); }
td.TdClassName
{
border-color: #B914D6;
}
.TagClassName
{
border-color: #B914D6;
}
</style>