Shades of Deep Magenta #B620B1
Tints of Deep Magenta #B620B1
RGB
CMYK
RGB Variations
Color information
#B620B1 (or 0xB620B1) is known color: Deep Magenta. HEX triplet: B6, 20 and B1. RGB value is (182,32,177). Sum of RGB (Red+Green+Blue) = 182+32+177=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B620B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B620B1 is #49DF4E. Grayscale: #5C5C5C. Windows color (decimal): -4841295 or 11608246. OLE color: 11608246.
HSL color Cylindrical-coordinate representation of color #B620B1: hue angle of 302º 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 #B620B1 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 177 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.29 |
| HSL | 302º | 0.7% | 0.42% | - |
| HSV(B) | 302º | 0.82% | 0.71% | - |
| XYZ | 27.74 | 14.15 | 42.86 | - |
| YUV | 93.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 177 | 0 | 0.82 | 0.03 | 0.29 | 302 | 0.7 | 0.42 |
| Hex | B6 | 20 | B1 | 0 | 52 | 3 | 1D | 12E | 46 | 2A |
| Octal | 266 | 40 | 261 | 0 | 122 | 3 | 35 | 456 | 106 | 52 |
| Binary | 10110110 | 100000 | 10110001 | 0 | 1010010 | 11 | 11101 | 100101110 | 1000110 | 101010 |
Color Harmonies of #B620B1
Complementary color
Monochromatic Colors of #B620B1
Black with #B620B1
Text Example
Text Example
White with #B620B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620B1; }
p { color: rgb(182,32,177); }
H1.HeaderClassName
{
color: #B620B1;
}
.AnyTagClassName
{
color: #B620B1;
}
</style>
background-color css
<style>
a { background-color: #B620B1; }
a { background-color: rgb(182,32,177); }
div.DivClassName
{
background-color: #B620B1;
}
.BgClassName
{
background-color: #B620B1;
}
</style>
border-color css
<style>
span { border-color: #B620B1; }
span { border-color: rgb(182,32,177); }
td.TdClassName
{
border-color: #B620B1;
}
.TagClassName
{
border-color: #B620B1;
}
</style>