Shades of Deep Magenta #B620BB
Tints of Deep Magenta #B620BB
RGB
CMYK
RGB Variations
Color information
#B620BB (or 0xB620BB) is known color: Deep Magenta. HEX triplet: B6, 20 and BB. RGB value is (182,32,187). Sum of RGB (Red+Green+Blue) = 182+32+187=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #B620BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620BB is #49DF44. Grayscale: #5E5E5E. Windows color (decimal): -4841285 or 12263606. OLE color: 12263606.
HSL color Cylindrical-coordinate representation of color #B620BB: hue angle of 298.06º 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 #B620BB is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 32 | 187 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.27 |
| HSL | 298.06º | 0.71% | 0.43% | - |
| HSV(B) | 298.06º | 0.83% | 0.73% | - |
| XYZ | 28.78 | 14.57 | 48.31 | - |
| YUV | 94.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 187 | 0.03 | 0.83 | 0 | 0.27 | 298.06 | 0.71 | 0.43 |
| Hex | B6 | 20 | BB | 3 | 53 | 0 | 1B | 12A | 47 | 2B |
| Octal | 266 | 40 | 273 | 3 | 123 | 0 | 33 | 452 | 107 | 53 |
| Binary | 10110110 | 100000 | 10111011 | 11 | 1010011 | 0 | 11011 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B620BB
Complementary color
Monochromatic Colors of #B620BB
Black with #B620BB
Text Example
Text Example
White with #B620BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620BB; }
p { color: rgb(182,32,187); }
H1.HeaderClassName
{
color: #B620BB;
}
.AnyTagClassName
{
color: #B620BB;
}
</style>
background-color css
<style>
a { background-color: #B620BB; }
a { background-color: rgb(182,32,187); }
div.DivClassName
{
background-color: #B620BB;
}
.BgClassName
{
background-color: #B620BB;
}
</style>
border-color css
<style>
span { border-color: #B620BB; }
span { border-color: rgb(182,32,187); }
td.TdClassName
{
border-color: #B620BB;
}
.TagClassName
{
border-color: #B620BB;
}
</style>