Shades of Deep Magenta #B101AE
Tints of Deep Magenta #B101AE
RGB
CMYK
RGB Variations
Color information
#B101AE (or 0xB101AE) is known color: Deep Magenta. HEX triplet: B1, 01 and AE. RGB value is (177,1,174). Sum of RGB (Red+Green+Blue) = 177+1+174=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B101AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B101AE is #4EFE51. Grayscale: #484848. Windows color (decimal): -5176914 or 11403697. OLE color: 11403697.
HSL color Cylindrical-coordinate representation of color #B101AE: hue angle of 301.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101AE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 174 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.31 |
| HSL | 301.02º | 0.99% | 0.35% | - |
| HSV(B) | 301.02º | 0.99% | 0.69% | - |
| XYZ | 25.78 | 12.42 | 41.08 | - |
| YUV | 73.35 | 184.81 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 174 | 0 | 0.99 | 0.02 | 0.31 | 301.02 | 0.99 | 0.35 |
| Hex | B1 | 1 | AE | 0 | 63 | 2 | 1F | 12D | 63 | 23 |
| Octal | 261 | 1 | 256 | 0 | 143 | 2 | 37 | 455 | 143 | 43 |
| Binary | 10110001 | 1 | 10101110 | 0 | 1100011 | 10 | 11111 | 100101101 | 1100011 | 100011 |
Color Harmonies of #B101AE
Complementary color
Monochromatic Colors of #B101AE
Black with #B101AE
Text Example
Text Example
White with #B101AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101AE; }
p { color: rgb(177,1,174); }
H1.HeaderClassName
{
color: #B101AE;
}
.AnyTagClassName
{
color: #B101AE;
}
</style>
background-color css
<style>
a { background-color: #B101AE; }
a { background-color: rgb(177,1,174); }
div.DivClassName
{
background-color: #B101AE;
}
.BgClassName
{
background-color: #B101AE;
}
</style>
border-color css
<style>
span { border-color: #B101AE; }
span { border-color: rgb(177,1,174); }
td.TdClassName
{
border-color: #B101AE;
}
.TagClassName
{
border-color: #B101AE;
}
</style>