Shades of Deep Magenta #B620B9
Tints of Deep Magenta #B620B9
RGB
CMYK
RGB Variations
Color information
#B620B9 (or 0xB620B9) is known color: Deep Magenta. HEX triplet: B6, 20 and B9. RGB value is (182,32,185). Sum of RGB (Red+Green+Blue) = 182+32+185=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #B620B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620B9 is #49DF46. Grayscale: #5D5D5D. Windows color (decimal): -4841287 or 12132534. OLE color: 12132534.
HSL color Cylindrical-coordinate representation of color #B620B9: hue angle of 298.82º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B620B9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 32 | 185 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.27 |
| HSL | 298.82º | 0.71% | 0.43% | - |
| HSV(B) | 298.82º | 0.83% | 0.73% | - |
| XYZ | 28.56 | 14.48 | 47.19 | - |
| YUV | 94.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 185 | 0.02 | 0.83 | 0 | 0.27 | 298.82 | 0.71 | 0.43 |
| Hex | B6 | 20 | B9 | 2 | 53 | 0 | 1B | 12B | 47 | 2B |
| Octal | 266 | 40 | 271 | 2 | 123 | 0 | 33 | 453 | 107 | 53 |
| Binary | 10110110 | 100000 | 10111001 | 10 | 1010011 | 0 | 11011 | 100101011 | 1000111 | 101011 |
Color Harmonies of #B620B9
Complementary color
Monochromatic Colors of #B620B9
Black with #B620B9
Text Example
Text Example
White with #B620B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620B9; }
p { color: rgb(182,32,185); }
H1.HeaderClassName
{
color: #B620B9;
}
.AnyTagClassName
{
color: #B620B9;
}
</style>
background-color css
<style>
a { background-color: #B620B9; }
a { background-color: rgb(182,32,185); }
div.DivClassName
{
background-color: #B620B9;
}
.BgClassName
{
background-color: #B620B9;
}
</style>
border-color css
<style>
span { border-color: #B620B9; }
span { border-color: rgb(182,32,185); }
td.TdClassName
{
border-color: #B620B9;
}
.TagClassName
{
border-color: #B620B9;
}
</style>