Shades of Deep Magenta #B914CC
Tints of Deep Magenta #B914CC
RGB
CMYK
RGB Variations
Color information
#B914CC (or 0xB914CC) is known color: Deep Magenta. HEX triplet: B9, 14 and CC. RGB value is (185,20,204). Sum of RGB (Red+Green+Blue) = 185+20+204=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #B914CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914CC is #46EB33. Grayscale: #595959. Windows color (decimal): -4647732 or 13374649. OLE color: 13374649.
HSL color Cylindrical-coordinate representation of color #B914CC: hue angle of 293.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B914CC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 20 | 204 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.2 |
| HSL | 293.8º | 0.82% | 0.44% | - |
| HSV(B) | 293.8º | 0.9% | 0.8% | - |
| XYZ | 31.16 | 15.17 | 58.41 | - |
| YUV | 90.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 204 | 0.09 | 0.90 | 0 | 0.2 | 293.8 | 0.82 | 0.44 |
| Hex | B9 | 14 | CC | 9 | 5A | 0 | 14 | 126 | 52 | 2C |
| Octal | 271 | 24 | 314 | 11 | 132 | 0 | 24 | 446 | 122 | 54 |
| Binary | 10111001 | 10100 | 11001100 | 1001 | 1011010 | 0 | 10100 | 100100110 | 1010010 | 101100 |
Color Harmonies of #B914CC
Complementary color
Monochromatic Colors of #B914CC
Black with #B914CC
Text Example
Text Example
White with #B914CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914CC; }
p { color: rgb(185,20,204); }
H1.HeaderClassName
{
color: #B914CC;
}
.AnyTagClassName
{
color: #B914CC;
}
</style>
background-color css
<style>
a { background-color: #B914CC; }
a { background-color: rgb(185,20,204); }
div.DivClassName
{
background-color: #B914CC;
}
.BgClassName
{
background-color: #B914CC;
}
</style>
border-color css
<style>
span { border-color: #B914CC; }
span { border-color: rgb(185,20,204); }
td.TdClassName
{
border-color: #B914CC;
}
.TagClassName
{
border-color: #B914CC;
}
</style>