Shades of Deep Magenta #B920C0
Tints of Deep Magenta #B920C0
RGB
CMYK
RGB Variations
Color information
#B920C0 (or 0xB920C0) is known color: Deep Magenta. HEX triplet: B9, 20 and C0. RGB value is (185,32,192). Sum of RGB (Red+Green+Blue) = 185+32+192=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #B920C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920C0 is #46DF3F. Grayscale: #5F5F5F. Windows color (decimal): -4644672 or 12591289. OLE color: 12591289.
HSL color Cylindrical-coordinate representation of color #B920C0: hue angle of 297.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B920C0 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 32 | 192 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.25 |
| HSL | 297.38º | 0.71% | 0.44% | - |
| HSV(B) | 297.38º | 0.83% | 0.75% | - |
| XYZ | 30.04 | 15.15 | 51.21 | - |
| YUV | 95.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 192 | 0.04 | 0.83 | 0 | 0.25 | 297.38 | 0.71 | 0.44 |
| Hex | B9 | 20 | C0 | 4 | 53 | 0 | 19 | 129 | 47 | 2C |
| Octal | 271 | 40 | 300 | 4 | 123 | 0 | 31 | 451 | 107 | 54 |
| Binary | 10111001 | 100000 | 11000000 | 100 | 1010011 | 0 | 11001 | 100101001 | 1000111 | 101100 |
Color Harmonies of #B920C0
Complementary color
Monochromatic Colors of #B920C0
Black with #B920C0
Text Example
Text Example
White with #B920C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920C0; }
p { color: rgb(185,32,192); }
H1.HeaderClassName
{
color: #B920C0;
}
.AnyTagClassName
{
color: #B920C0;
}
</style>
background-color css
<style>
a { background-color: #B920C0; }
a { background-color: rgb(185,32,192); }
div.DivClassName
{
background-color: #B920C0;
}
.BgClassName
{
background-color: #B920C0;
}
</style>
border-color css
<style>
span { border-color: #B920C0; }
span { border-color: rgb(185,32,192); }
td.TdClassName
{
border-color: #B920C0;
}
.TagClassName
{
border-color: #B920C0;
}
</style>