Shades of Deep Magenta #B620B0
Tints of Deep Magenta #B620B0
RGB
CMYK
RGB Variations
Color information
#B620B0 (or 0xB620B0) is known color: Deep Magenta. HEX triplet: B6, 20 and B0. RGB value is (182,32,176). Sum of RGB (Red+Green+Blue) = 182+32+176=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B620B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B620B0 is #49DF4F. Grayscale: #5C5C5C. Windows color (decimal): -4841296 or 11542710. OLE color: 11542710.
HSL color Cylindrical-coordinate representation of color #B620B0: hue angle of 302.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B620B0 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 176 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.29 |
| HSL | 302.4º | 0.7% | 0.42% | - |
| HSV(B) | 302.4º | 0.82% | 0.71% | - |
| XYZ | 27.64 | 14.11 | 42.34 | - |
| YUV | 93.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 176 | 0 | 0.82 | 0.03 | 0.29 | 302.4 | 0.7 | 0.42 |
| Hex | B6 | 20 | B0 | 0 | 52 | 3 | 1D | 12E | 46 | 2A |
| Octal | 266 | 40 | 260 | 0 | 122 | 3 | 35 | 456 | 106 | 52 |
| Binary | 10110110 | 100000 | 10110000 | 0 | 1010010 | 11 | 11101 | 100101110 | 1000110 | 101010 |
Color Harmonies of #B620B0
Complementary color
Monochromatic Colors of #B620B0
Black with #B620B0
Text Example
Text Example
White with #B620B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620B0; }
p { color: rgb(182,32,176); }
H1.HeaderClassName
{
color: #B620B0;
}
.AnyTagClassName
{
color: #B620B0;
}
</style>
background-color css
<style>
a { background-color: #B620B0; }
a { background-color: rgb(182,32,176); }
div.DivClassName
{
background-color: #B620B0;
}
.BgClassName
{
background-color: #B620B0;
}
</style>
border-color css
<style>
span { border-color: #B620B0; }
span { border-color: rgb(182,32,176); }
td.TdClassName
{
border-color: #B620B0;
}
.TagClassName
{
border-color: #B620B0;
}
</style>