Shades of Deep Magenta #B620C0
Tints of Deep Magenta #B620C0
RGB
CMYK
RGB Variations
Color information
#B620C0 (or 0xB620C0) is known color: Deep Magenta. HEX triplet: B6, 20 and C0. RGB value is (182,32,192). Sum of RGB (Red+Green+Blue) = 182+32+192=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #B620C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620C0 is #49DF3F. Grayscale: #5E5E5E. Windows color (decimal): -4841280 or 12591286. OLE color: 12591286.
HSL color Cylindrical-coordinate representation of color #B620C0: hue angle of 296.25º 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 #B620C0 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 32 | 192 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.25 |
| HSL | 296.25º | 0.71% | 0.44% | - |
| HSV(B) | 296.25º | 0.83% | 0.75% | - |
| XYZ | 29.32 | 14.78 | 51.18 | - |
| YUV | 95.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 192 | 0.05 | 0.83 | 0 | 0.25 | 296.25 | 0.71 | 0.44 |
| Hex | B6 | 20 | C0 | 5 | 53 | 0 | 19 | 128 | 47 | 2C |
| Octal | 266 | 40 | 300 | 5 | 123 | 0 | 31 | 450 | 107 | 54 |
| Binary | 10110110 | 100000 | 11000000 | 101 | 1010011 | 0 | 11001 | 100101000 | 1000111 | 101100 |
Color Harmonies of #B620C0
Complementary color
Monochromatic Colors of #B620C0
Black with #B620C0
Text Example
Text Example
White with #B620C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620C0; }
p { color: rgb(182,32,192); }
H1.HeaderClassName
{
color: #B620C0;
}
.AnyTagClassName
{
color: #B620C0;
}
</style>
background-color css
<style>
a { background-color: #B620C0; }
a { background-color: rgb(182,32,192); }
div.DivClassName
{
background-color: #B620C0;
}
.BgClassName
{
background-color: #B620C0;
}
</style>
border-color css
<style>
span { border-color: #B620C0; }
span { border-color: rgb(182,32,192); }
td.TdClassName
{
border-color: #B620C0;
}
.TagClassName
{
border-color: #B620C0;
}
</style>