Shades of Deep Magenta #B914CE
Tints of Deep Magenta #B914CE
RGB
CMYK
RGB Variations
Color information
#B914CE (or 0xB914CE) is known color: Deep Magenta. HEX triplet: B9, 14 and CE. RGB value is (185,20,206). Sum of RGB (Red+Green+Blue) = 185+20+206=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #B914CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914CE is #46EB31. Grayscale: #595959. Windows color (decimal): -4647730 or 13505721. OLE color: 13505721.
HSL color Cylindrical-coordinate representation of color #B914CE: hue angle of 293.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B914CE is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 20 | 206 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.19 |
| HSL | 293.23º | 0.82% | 0.44% | - |
| HSV(B) | 293.23º | 0.9% | 0.81% | - |
| XYZ | 31.4 | 15.27 | 59.69 | - |
| YUV | 90.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 206 | 0.10 | 0.90 | 0 | 0.19 | 293.23 | 0.82 | 0.44 |
| Hex | B9 | 14 | CE | A | 5A | 0 | 13 | 125 | 52 | 2C |
| Octal | 271 | 24 | 316 | 12 | 132 | 0 | 23 | 445 | 122 | 54 |
| Binary | 10111001 | 10100 | 11001110 | 1010 | 1011010 | 0 | 10011 | 100100101 | 1010010 | 101100 |
Color Harmonies of #B914CE
Complementary color
Monochromatic Colors of #B914CE
Black with #B914CE
Text Example
Text Example
White with #B914CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914CE; }
p { color: rgb(185,20,206); }
H1.HeaderClassName
{
color: #B914CE;
}
.AnyTagClassName
{
color: #B914CE;
}
</style>
background-color css
<style>
a { background-color: #B914CE; }
a { background-color: rgb(185,20,206); }
div.DivClassName
{
background-color: #B914CE;
}
.BgClassName
{
background-color: #B914CE;
}
</style>
border-color css
<style>
span { border-color: #B914CE; }
span { border-color: rgb(185,20,206); }
td.TdClassName
{
border-color: #B914CE;
}
.TagClassName
{
border-color: #B914CE;
}
</style>