Shades of Deep Magenta #B61BAE
Tints of Deep Magenta #B61BAE
RGB
CMYK
RGB Variations
Color information
#B61BAE (or 0xB61BAE) is known color: Deep Magenta. HEX triplet: B6, 1B and AE. RGB value is (182,27,174). Sum of RGB (Red+Green+Blue) = 182+27+174=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B61BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61BAE is #49E451. Grayscale: #595959. Windows color (decimal): -4842578 or 11410358. OLE color: 11410358.
HSL color Cylindrical-coordinate representation of color #B61BAE: hue angle of 303.1º 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 #B61BAE is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 174 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.29 |
| HSL | 303.1º | 0.74% | 0.41% | - |
| HSV(B) | 303.1º | 0.85% | 0.71% | - |
| XYZ | 27.32 | 13.78 | 41.27 | - |
| YUV | 90.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 174 | 0 | 0.85 | 0.04 | 0.29 | 303.1 | 0.74 | 0.41 |
| Hex | B6 | 1B | AE | 0 | 55 | 4 | 1D | 12F | 4A | 29 |
| Octal | 266 | 33 | 256 | 0 | 125 | 4 | 35 | 457 | 112 | 51 |
| Binary | 10110110 | 11011 | 10101110 | 0 | 1010101 | 100 | 11101 | 100101111 | 1001010 | 101001 |
Color Harmonies of #B61BAE
Complementary color
Monochromatic Colors of #B61BAE
Black with #B61BAE
Text Example
Text Example
White with #B61BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61BAE; }
p { color: rgb(182,27,174); }
H1.HeaderClassName
{
color: #B61BAE;
}
.AnyTagClassName
{
color: #B61BAE;
}
</style>
background-color css
<style>
a { background-color: #B61BAE; }
a { background-color: rgb(182,27,174); }
div.DivClassName
{
background-color: #B61BAE;
}
.BgClassName
{
background-color: #B61BAE;
}
</style>
border-color css
<style>
span { border-color: #B61BAE; }
span { border-color: rgb(182,27,174); }
td.TdClassName
{
border-color: #B61BAE;
}
.TagClassName
{
border-color: #B61BAE;
}
</style>