Shades of Deep Magenta #B620B7
Tints of Deep Magenta #B620B7
RGB
CMYK
RGB Variations
Color information
#B620B7 (or 0xB620B7) is known color: Deep Magenta. HEX triplet: B6, 20 and B7. RGB value is (182,32,183). Sum of RGB (Red+Green+Blue) = 182+32+183=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #B620B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620B7 is #49DF48. Grayscale: #5D5D5D. Windows color (decimal): -4841289 or 12001462. OLE color: 12001462.
HSL color Cylindrical-coordinate representation of color #B620B7: hue angle of 299.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B620B7 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 32 | 183 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.28 |
| HSL | 299.6º | 0.7% | 0.42% | - |
| HSV(B) | 299.6º | 0.83% | 0.72% | - |
| XYZ | 28.36 | 14.4 | 46.08 | - |
| YUV | 94.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 183 | 0.01 | 0.83 | 0 | 0.28 | 299.6 | 0.7 | 0.42 |
| Hex | B6 | 20 | B7 | 1 | 53 | 0 | 1C | 12C | 46 | 2A |
| Octal | 266 | 40 | 267 | 1 | 123 | 0 | 34 | 454 | 106 | 52 |
| Binary | 10110110 | 100000 | 10110111 | 1 | 1010011 | 0 | 11100 | 100101100 | 1000110 | 101010 |
Color Harmonies of #B620B7
Complementary color
Monochromatic Colors of #B620B7
Black with #B620B7
Text Example
Text Example
White with #B620B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620B7; }
p { color: rgb(182,32,183); }
H1.HeaderClassName
{
color: #B620B7;
}
.AnyTagClassName
{
color: #B620B7;
}
</style>
background-color css
<style>
a { background-color: #B620B7; }
a { background-color: rgb(182,32,183); }
div.DivClassName
{
background-color: #B620B7;
}
.BgClassName
{
background-color: #B620B7;
}
</style>
border-color css
<style>
span { border-color: #B620B7; }
span { border-color: rgb(182,32,183); }
td.TdClassName
{
border-color: #B620B7;
}
.TagClassName
{
border-color: #B620B7;
}
</style>