Shades of Deep Magenta #B61EAC
Tints of Deep Magenta #B61EAC
RGB
CMYK
RGB Variations
Color information
#B61EAC (or 0xB61EAC) is known color: Deep Magenta. HEX triplet: B6, 1E and AC. RGB value is (182,30,172). Sum of RGB (Red+Green+Blue) = 182+30+172=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B61EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61EAC is #49E153. Grayscale: #5B5B5B. Windows color (decimal): -4841812 or 11280054. OLE color: 11280054.
HSL color Cylindrical-coordinate representation of color #B61EAC: hue angle of 303.95º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61EAC is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 30 | 172 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.29 |
| HSL | 303.95º | 0.72% | 0.42% | - |
| HSV(B) | 303.95º | 0.84% | 0.71% | - |
| XYZ | 27.2 | 13.85 | 40.27 | - |
| YUV | 91.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 172 | 0 | 0.84 | 0.05 | 0.29 | 303.95 | 0.72 | 0.42 |
| Hex | B6 | 1E | AC | 0 | 54 | 5 | 1D | 130 | 48 | 2A |
| Octal | 266 | 36 | 254 | 0 | 124 | 5 | 35 | 460 | 110 | 52 |
| Binary | 10110110 | 11110 | 10101100 | 0 | 1010100 | 101 | 11101 | 100110000 | 1001000 | 101010 |
Color Harmonies of #B61EAC
Complementary color
Monochromatic Colors of #B61EAC
Black with #B61EAC
Text Example
Text Example
White with #B61EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61EAC; }
p { color: rgb(182,30,172); }
H1.HeaderClassName
{
color: #B61EAC;
}
.AnyTagClassName
{
color: #B61EAC;
}
</style>
background-color css
<style>
a { background-color: #B61EAC; }
a { background-color: rgb(182,30,172); }
div.DivClassName
{
background-color: #B61EAC;
}
.BgClassName
{
background-color: #B61EAC;
}
</style>
border-color css
<style>
span { border-color: #B61EAC; }
span { border-color: rgb(182,30,172); }
td.TdClassName
{
border-color: #B61EAC;
}
.TagClassName
{
border-color: #B61EAC;
}
</style>