Shades of Deep Magenta #B620BA
Tints of Deep Magenta #B620BA
RGB
CMYK
RGB Variations
Color information
#B620BA (or 0xB620BA) is known color: Deep Magenta. HEX triplet: B6, 20 and BA. RGB value is (182,32,186). Sum of RGB (Red+Green+Blue) = 182+32+186=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #B620BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620BA is #49DF45. Grayscale: #5D5D5D. Windows color (decimal): -4841286 or 12198070. OLE color: 12198070.
HSL color Cylindrical-coordinate representation of color #B620BA: hue angle of 298.44º 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 #B620BA is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 32 | 186 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.27 |
| HSL | 298.44º | 0.71% | 0.43% | - |
| HSV(B) | 298.44º | 0.83% | 0.73% | - |
| XYZ | 28.67 | 14.52 | 47.75 | - |
| YUV | 94.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 186 | 0.02 | 0.83 | 0 | 0.27 | 298.44 | 0.71 | 0.43 |
| Hex | B6 | 20 | BA | 2 | 53 | 0 | 1B | 12A | 47 | 2B |
| Octal | 266 | 40 | 272 | 2 | 123 | 0 | 33 | 452 | 107 | 53 |
| Binary | 10110110 | 100000 | 10111010 | 10 | 1010011 | 0 | 11011 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B620BA
Complementary color
Monochromatic Colors of #B620BA
Black with #B620BA
Text Example
Text Example
White with #B620BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620BA; }
p { color: rgb(182,32,186); }
H1.HeaderClassName
{
color: #B620BA;
}
.AnyTagClassName
{
color: #B620BA;
}
</style>
background-color css
<style>
a { background-color: #B620BA; }
a { background-color: rgb(182,32,186); }
div.DivClassName
{
background-color: #B620BA;
}
.BgClassName
{
background-color: #B620BA;
}
</style>
border-color css
<style>
span { border-color: #B620BA; }
span { border-color: rgb(182,32,186); }
td.TdClassName
{
border-color: #B620BA;
}
.TagClassName
{
border-color: #B620BA;
}
</style>