Shades of Deep Magenta #B61BAB
Tints of Deep Magenta #B61BAB
RGB
CMYK
RGB Variations
Color information
#B61BAB (or 0xB61BAB) is known color: Deep Magenta. HEX triplet: B6, 1B and AB. RGB value is (182,27,171). Sum of RGB (Red+Green+Blue) = 182+27+171=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B61BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61BAB is #49E454. Grayscale: #595959. Windows color (decimal): -4842581 or 11213750. OLE color: 11213750.
HSL color Cylindrical-coordinate representation of color #B61BAB: hue angle of 304.26º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61BAB is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 171 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.29 |
| HSL | 304.26º | 0.74% | 0.41% | - |
| HSV(B) | 304.26º | 0.85% | 0.71% | - |
| XYZ | 27.03 | 13.67 | 39.74 | - |
| YUV | 89.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 171 | 0 | 0.85 | 0.06 | 0.29 | 304.26 | 0.74 | 0.41 |
| Hex | B6 | 1B | AB | 0 | 55 | 6 | 1D | 130 | 4A | 29 |
| Octal | 266 | 33 | 253 | 0 | 125 | 6 | 35 | 460 | 112 | 51 |
| Binary | 10110110 | 11011 | 10101011 | 0 | 1010101 | 110 | 11101 | 100110000 | 1001010 | 101001 |
Color Harmonies of #B61BAB
Complementary color
Monochromatic Colors of #B61BAB
Black with #B61BAB
Text Example
Text Example
White with #B61BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61BAB; }
p { color: rgb(182,27,171); }
H1.HeaderClassName
{
color: #B61BAB;
}
.AnyTagClassName
{
color: #B61BAB;
}
</style>
background-color css
<style>
a { background-color: #B61BAB; }
a { background-color: rgb(182,27,171); }
div.DivClassName
{
background-color: #B61BAB;
}
.BgClassName
{
background-color: #B61BAB;
}
</style>
border-color css
<style>
span { border-color: #B61BAB; }
span { border-color: rgb(182,27,171); }
td.TdClassName
{
border-color: #B61BAB;
}
.TagClassName
{
border-color: #B61BAB;
}
</style>