Shades of Deep Magenta #B720C2
Tints of Deep Magenta #B720C2
RGB
CMYK
RGB Variations
Color information
#B720C2 (or 0xB720C2) is known color: Deep Magenta. HEX triplet: B7, 20 and C2. RGB value is (183,32,194). Sum of RGB (Red+Green+Blue) = 183+32+194=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #B720C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720C2 is #48DF3D. Grayscale: #5F5F5F. Windows color (decimal): -4775742 or 12722359. OLE color: 12722359.
HSL color Cylindrical-coordinate representation of color #B720C2: hue angle of 295.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B720C2 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 32 | 194 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.24 |
| HSL | 295.93º | 0.72% | 0.44% | - |
| HSV(B) | 295.93º | 0.84% | 0.76% | - |
| XYZ | 29.78 | 15 | 52.36 | - |
| YUV | 95.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 194 | 0.06 | 0.84 | 0 | 0.24 | 295.93 | 0.72 | 0.44 |
| Hex | B7 | 20 | C2 | 6 | 54 | 0 | 18 | 128 | 48 | 2C |
| Octal | 267 | 40 | 302 | 6 | 124 | 0 | 30 | 450 | 110 | 54 |
| Binary | 10110111 | 100000 | 11000010 | 110 | 1010100 | 0 | 11000 | 100101000 | 1001000 | 101100 |
Color Harmonies of #B720C2
Complementary color
Monochromatic Colors of #B720C2
Black with #B720C2
Text Example
Text Example
White with #B720C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720C2; }
p { color: rgb(183,32,194); }
H1.HeaderClassName
{
color: #B720C2;
}
.AnyTagClassName
{
color: #B720C2;
}
</style>
background-color css
<style>
a { background-color: #B720C2; }
a { background-color: rgb(183,32,194); }
div.DivClassName
{
background-color: #B720C2;
}
.BgClassName
{
background-color: #B720C2;
}
</style>
border-color css
<style>
span { border-color: #B720C2; }
span { border-color: rgb(183,32,194); }
td.TdClassName
{
border-color: #B720C2;
}
.TagClassName
{
border-color: #B720C2;
}
</style>