Shades of Deep Magenta #B914C9
Tints of Deep Magenta #B914C9
RGB
CMYK
RGB Variations
Color information
#B914C9 (or 0xB914C9) is known color: Deep Magenta. HEX triplet: B9, 14 and C9. RGB value is (185,20,201). Sum of RGB (Red+Green+Blue) = 185+20+201=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #B914C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914C9 is #46EB36. Grayscale: #595959. Windows color (decimal): -4647735 or 13178041. OLE color: 13178041.
HSL color Cylindrical-coordinate representation of color #B914C9: hue angle of 294.7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B914C9 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 20 | 201 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.21 |
| HSL | 294.7º | 0.82% | 0.43% | - |
| HSV(B) | 294.7º | 0.9% | 0.79% | - |
| XYZ | 30.8 | 15.03 | 56.54 | - |
| YUV | 89.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 201 | 0.08 | 0.90 | 0 | 0.21 | 294.7 | 0.82 | 0.43 |
| Hex | B9 | 14 | C9 | 8 | 5A | 0 | 15 | 127 | 52 | 2B |
| Octal | 271 | 24 | 311 | 10 | 132 | 0 | 25 | 447 | 122 | 53 |
| Binary | 10111001 | 10100 | 11001001 | 1000 | 1011010 | 0 | 10101 | 100100111 | 1010010 | 101011 |
Color Harmonies of #B914C9
Complementary color
Monochromatic Colors of #B914C9
Black with #B914C9
Text Example
Text Example
White with #B914C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914C9; }
p { color: rgb(185,20,201); }
H1.HeaderClassName
{
color: #B914C9;
}
.AnyTagClassName
{
color: #B914C9;
}
</style>
background-color css
<style>
a { background-color: #B914C9; }
a { background-color: rgb(185,20,201); }
div.DivClassName
{
background-color: #B914C9;
}
.BgClassName
{
background-color: #B914C9;
}
</style>
border-color css
<style>
span { border-color: #B914C9; }
span { border-color: rgb(185,20,201); }
td.TdClassName
{
border-color: #B914C9;
}
.TagClassName
{
border-color: #B914C9;
}
</style>