Shades of Deep Magenta #B920CE
Tints of Deep Magenta #B920CE
RGB
CMYK
RGB Variations
Color information
#B920CE (or 0xB920CE) is known color: Deep Magenta. HEX triplet: B9, 20 and CE. RGB value is (185,32,206). Sum of RGB (Red+Green+Blue) = 185+32+206=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #B920CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920CE is #46DF31. Grayscale: #616161. Windows color (decimal): -4644658 or 13508793. OLE color: 13508793.
HSL color Cylindrical-coordinate representation of color #B920CE: hue angle of 292.76º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B920CE is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 32 | 206 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.19 |
| HSL | 292.76º | 0.73% | 0.47% | - |
| HSV(B) | 292.76º | 0.84% | 0.81% | - |
| XYZ | 31.66 | 15.8 | 59.77 | - |
| YUV | 97.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 206 | 0.10 | 0.84 | 0 | 0.19 | 292.76 | 0.73 | 0.47 |
| Hex | B9 | 20 | CE | A | 54 | 0 | 13 | 125 | 49 | 2F |
| Octal | 271 | 40 | 316 | 12 | 124 | 0 | 23 | 445 | 111 | 57 |
| Binary | 10111001 | 100000 | 11001110 | 1010 | 1010100 | 0 | 10011 | 100100101 | 1001001 | 101111 |
Color Harmonies of #B920CE
Complementary color
Monochromatic Colors of #B920CE
Black with #B920CE
Text Example
Text Example
White with #B920CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920CE; }
p { color: rgb(185,32,206); }
H1.HeaderClassName
{
color: #B920CE;
}
.AnyTagClassName
{
color: #B920CE;
}
</style>
background-color css
<style>
a { background-color: #B920CE; }
a { background-color: rgb(185,32,206); }
div.DivClassName
{
background-color: #B920CE;
}
.BgClassName
{
background-color: #B920CE;
}
</style>
border-color css
<style>
span { border-color: #B920CE; }
span { border-color: rgb(185,32,206); }
td.TdClassName
{
border-color: #B920CE;
}
.TagClassName
{
border-color: #B920CE;
}
</style>