Shades of Deep Magenta #B61AB0
Tints of Deep Magenta #B61AB0
RGB
CMYK
RGB Variations
Color information
#B61AB0 (or 0xB61AB0) is known color: Deep Magenta. HEX triplet: B6, 1A and B0. RGB value is (182,26,176). Sum of RGB (Red+Green+Blue) = 182+26+176=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AB0 is #49E54F. Grayscale: #595959. Windows color (decimal): -4842832 or 11541174. OLE color: 11541174.
HSL color Cylindrical-coordinate representation of color #B61AB0: hue angle of 302.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61AB0 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 26 | 176 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.29 |
| HSL | 302.31º | 0.75% | 0.41% | - |
| HSV(B) | 302.31º | 0.86% | 0.71% | - |
| XYZ | 27.5 | 13.82 | 42.29 | - |
| YUV | 89.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 26 | 176 | 0 | 0.86 | 0.03 | 0.29 | 302.31 | 0.75 | 0.41 |
| Hex | B6 | 1A | B0 | 0 | 56 | 3 | 1D | 12E | 4B | 29 |
| Octal | 266 | 32 | 260 | 0 | 126 | 3 | 35 | 456 | 113 | 51 |
| Binary | 10110110 | 11010 | 10110000 | 0 | 1010110 | 11 | 11101 | 100101110 | 1001011 | 101001 |
Color Harmonies of #B61AB0
Complementary color
Monochromatic Colors of #B61AB0
Black with #B61AB0
Text Example
Text Example
White with #B61AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61AB0; }
p { color: rgb(182,26,176); }
H1.HeaderClassName
{
color: #B61AB0;
}
.AnyTagClassName
{
color: #B61AB0;
}
</style>
background-color css
<style>
a { background-color: #B61AB0; }
a { background-color: rgb(182,26,176); }
div.DivClassName
{
background-color: #B61AB0;
}
.BgClassName
{
background-color: #B61AB0;
}
</style>
border-color css
<style>
span { border-color: #B61AB0; }
span { border-color: rgb(182,26,176); }
td.TdClassName
{
border-color: #B61AB0;
}
.TagClassName
{
border-color: #B61AB0;
}
</style>