Shades of Deep Magenta #B620BC
Tints of Deep Magenta #B620BC
RGB
CMYK
RGB Variations
Color information
#B620BC (or 0xB620BC) is known color: Deep Magenta. HEX triplet: B6, 20 and BC. RGB value is (182,32,188). Sum of RGB (Red+Green+Blue) = 182+32+188=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #B620BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620BC is #49DF43. Grayscale: #5E5E5E. Windows color (decimal): -4841284 or 12329142. OLE color: 12329142.
HSL color Cylindrical-coordinate representation of color #B620BC: hue angle of 297.69º 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 #B620BC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 32 | 188 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.26 |
| HSL | 297.69º | 0.71% | 0.43% | - |
| HSV(B) | 297.69º | 0.83% | 0.74% | - |
| XYZ | 28.89 | 14.61 | 48.87 | - |
| YUV | 94.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 188 | 0.03 | 0.83 | 0 | 0.26 | 297.69 | 0.71 | 0.43 |
| Hex | B6 | 20 | BC | 3 | 53 | 0 | 1A | 12A | 47 | 2B |
| Octal | 266 | 40 | 274 | 3 | 123 | 0 | 32 | 452 | 107 | 53 |
| Binary | 10110110 | 100000 | 10111100 | 11 | 1010011 | 0 | 11010 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B620BC
Complementary color
Monochromatic Colors of #B620BC
Black with #B620BC
Text Example
Text Example
White with #B620BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620BC; }
p { color: rgb(182,32,188); }
H1.HeaderClassName
{
color: #B620BC;
}
.AnyTagClassName
{
color: #B620BC;
}
</style>
background-color css
<style>
a { background-color: #B620BC; }
a { background-color: rgb(182,32,188); }
div.DivClassName
{
background-color: #B620BC;
}
.BgClassName
{
background-color: #B620BC;
}
</style>
border-color css
<style>
span { border-color: #B620BC; }
span { border-color: rgb(182,32,188); }
td.TdClassName
{
border-color: #B620BC;
}
.TagClassName
{
border-color: #B620BC;
}
</style>