Shades of Deep Magenta #B914C6
Tints of Deep Magenta #B914C6
RGB
CMYK
RGB Variations
Color information
#B914C6 (or 0xB914C6) is known color: Deep Magenta. HEX triplet: B9, 14 and C6. RGB value is (185,20,198). Sum of RGB (Red+Green+Blue) = 185+20+198=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #B914C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914C6 is #46EB39. Grayscale: #595959. Windows color (decimal): -4647738 or 12981433. OLE color: 12981433.
HSL color Cylindrical-coordinate representation of color #B914C6: hue angle of 295.62º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B914C6 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 20 | 198 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.22 |
| HSL | 295.62º | 0.82% | 0.43% | - |
| HSV(B) | 295.62º | 0.9% | 0.78% | - |
| XYZ | 30.45 | 14.89 | 54.7 | - |
| YUV | 89.63 | 189.16 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 198 | 0.07 | 0.90 | 0 | 0.22 | 295.62 | 0.82 | 0.43 |
| Hex | B9 | 14 | C6 | 7 | 5A | 0 | 16 | 128 | 52 | 2B |
| Octal | 271 | 24 | 306 | 7 | 132 | 0 | 26 | 450 | 122 | 53 |
| Binary | 10111001 | 10100 | 11000110 | 111 | 1011010 | 0 | 10110 | 100101000 | 1010010 | 101011 |
Color Harmonies of #B914C6
Complementary color
Monochromatic Colors of #B914C6
Black with #B914C6
Text Example
Text Example
White with #B914C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914C6; }
p { color: rgb(185,20,198); }
H1.HeaderClassName
{
color: #B914C6;
}
.AnyTagClassName
{
color: #B914C6;
}
</style>
background-color css
<style>
a { background-color: #B914C6; }
a { background-color: rgb(185,20,198); }
div.DivClassName
{
background-color: #B914C6;
}
.BgClassName
{
background-color: #B914C6;
}
</style>
border-color css
<style>
span { border-color: #B914C6; }
span { border-color: rgb(185,20,198); }
td.TdClassName
{
border-color: #B914C6;
}
.TagClassName
{
border-color: #B914C6;
}
</style>