Shades of Deep Magenta #B914C3
Tints of Deep Magenta #B914C3
RGB
CMYK
RGB Variations
Color information
#B914C3 (or 0xB914C3) is known color: Deep Magenta. HEX triplet: B9, 14 and C3. RGB value is (185,20,195). Sum of RGB (Red+Green+Blue) = 185+20+195=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #B914C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914C3 is #46EB3C. Grayscale: #585858. Windows color (decimal): -4647741 or 12784825. OLE color: 12784825.
HSL color Cylindrical-coordinate representation of color #B914C3: hue angle of 296.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B914C3 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 20 | 195 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.24 |
| HSL | 296.57º | 0.81% | 0.42% | - |
| HSV(B) | 296.57º | 0.9% | 0.76% | - |
| XYZ | 30.11 | 14.75 | 52.89 | - |
| YUV | 89.29 | 187.66 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 195 | 0.05 | 0.90 | 0 | 0.24 | 296.57 | 0.81 | 0.42 |
| Hex | B9 | 14 | C3 | 5 | 5A | 0 | 18 | 129 | 51 | 2A |
| Octal | 271 | 24 | 303 | 5 | 132 | 0 | 30 | 451 | 121 | 52 |
| Binary | 10111001 | 10100 | 11000011 | 101 | 1011010 | 0 | 11000 | 100101001 | 1010001 | 101010 |
Color Harmonies of #B914C3
Complementary color
Monochromatic Colors of #B914C3
Black with #B914C3
Text Example
Text Example
White with #B914C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914C3; }
p { color: rgb(185,20,195); }
H1.HeaderClassName
{
color: #B914C3;
}
.AnyTagClassName
{
color: #B914C3;
}
</style>
background-color css
<style>
a { background-color: #B914C3; }
a { background-color: rgb(185,20,195); }
div.DivClassName
{
background-color: #B914C3;
}
.BgClassName
{
background-color: #B914C3;
}
</style>
border-color css
<style>
span { border-color: #B914C3; }
span { border-color: rgb(185,20,195); }
td.TdClassName
{
border-color: #B914C3;
}
.TagClassName
{
border-color: #B914C3;
}
</style>