Shades of Deep Magenta #B620BD
Tints of Deep Magenta #B620BD
RGB
CMYK
RGB Variations
Color information
#B620BD (or 0xB620BD) is known color: Deep Magenta. HEX triplet: B6, 20 and BD. RGB value is (182,32,189). Sum of RGB (Red+Green+Blue) = 182+32+189=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #B620BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620BD is #49DF42. Grayscale: #5E5E5E. Windows color (decimal): -4841283 or 12394678. OLE color: 12394678.
HSL color Cylindrical-coordinate representation of color #B620BD: hue angle of 297.32º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B620BD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 32 | 189 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.26 |
| HSL | 297.32º | 0.71% | 0.43% | - |
| HSV(B) | 297.32º | 0.83% | 0.74% | - |
| XYZ | 28.99 | 14.65 | 49.44 | - |
| YUV | 94.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 189 | 0.04 | 0.83 | 0 | 0.26 | 297.32 | 0.71 | 0.43 |
| Hex | B6 | 20 | BD | 4 | 53 | 0 | 1A | 129 | 47 | 2B |
| Octal | 266 | 40 | 275 | 4 | 123 | 0 | 32 | 451 | 107 | 53 |
| Binary | 10110110 | 100000 | 10111101 | 100 | 1010011 | 0 | 11010 | 100101001 | 1000111 | 101011 |
Color Harmonies of #B620BD
Complementary color
Monochromatic Colors of #B620BD
Black with #B620BD
Text Example
Text Example
White with #B620BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620BD; }
p { color: rgb(182,32,189); }
H1.HeaderClassName
{
color: #B620BD;
}
.AnyTagClassName
{
color: #B620BD;
}
</style>
background-color css
<style>
a { background-color: #B620BD; }
a { background-color: rgb(182,32,189); }
div.DivClassName
{
background-color: #B620BD;
}
.BgClassName
{
background-color: #B620BD;
}
</style>
border-color css
<style>
span { border-color: #B620BD; }
span { border-color: rgb(182,32,189); }
td.TdClassName
{
border-color: #B620BD;
}
.TagClassName
{
border-color: #B620BD;
}
</style>