Shades of Deep Magenta #B620AC
Tints of Deep Magenta #B620AC
RGB
CMYK
RGB Variations
Color information
#B620AC (or 0xB620AC) is known color: Deep Magenta. HEX triplet: B6, 20 and AC. RGB value is (182,32,172). Sum of RGB (Red+Green+Blue) = 182+32+172=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B620AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B620AC is #49DF53. Grayscale: #5C5C5C. Windows color (decimal): -4841300 or 11280566. OLE color: 11280566.
HSL color Cylindrical-coordinate representation of color #B620AC: hue angle of 304º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B620AC is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 172 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.29 |
| HSL | 304º | 0.7% | 0.42% | - |
| HSV(B) | 304º | 0.82% | 0.71% | - |
| XYZ | 27.25 | 13.96 | 40.29 | - |
| YUV | 92.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 172 | 0 | 0.82 | 0.05 | 0.29 | 304 | 0.7 | 0.42 |
| Hex | B6 | 20 | AC | 0 | 52 | 5 | 1D | 130 | 46 | 2A |
| Octal | 266 | 40 | 254 | 0 | 122 | 5 | 35 | 460 | 106 | 52 |
| Binary | 10110110 | 100000 | 10101100 | 0 | 1010010 | 101 | 11101 | 100110000 | 1000110 | 101010 |
Color Harmonies of #B620AC
Complementary color
Monochromatic Colors of #B620AC
Black with #B620AC
Text Example
Text Example
White with #B620AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620AC; }
p { color: rgb(182,32,172); }
H1.HeaderClassName
{
color: #B620AC;
}
.AnyTagClassName
{
color: #B620AC;
}
</style>
background-color css
<style>
a { background-color: #B620AC; }
a { background-color: rgb(182,32,172); }
div.DivClassName
{
background-color: #B620AC;
}
.BgClassName
{
background-color: #B620AC;
}
</style>
border-color css
<style>
span { border-color: #B620AC; }
span { border-color: rgb(182,32,172); }
td.TdClassName
{
border-color: #B620AC;
}
.TagClassName
{
border-color: #B620AC;
}
</style>