Shades of Deep Magenta #B911AD
Tints of Deep Magenta #B911AD
RGB
CMYK
RGB Variations
Color information
#B911AD (or 0xB911AD) is known color: Deep Magenta. HEX triplet: B9, 11 and AD. RGB value is (185,17,173). Sum of RGB (Red+Green+Blue) = 185+17+173=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B911AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B911AD is #46EE52. Grayscale: #545454. Windows color (decimal): -4648531 or 11342265. OLE color: 11342265.
HSL color Cylindrical-coordinate representation of color #B911AD: hue angle of 304.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911AD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.27 |
| HSL | 304.29º | 0.83% | 0.4% | - |
| HSV(B) | 304.29º | 0.91% | 0.73% | - |
| XYZ | 27.75 | 13.73 | 40.72 | - |
| YUV | 85.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 173 | 0 | 0.91 | 0.06 | 0.27 | 304.29 | 0.83 | 0.4 |
| Hex | B9 | 11 | AD | 0 | 5B | 6 | 1B | 130 | 53 | 28 |
| Octal | 271 | 21 | 255 | 0 | 133 | 6 | 33 | 460 | 123 | 50 |
| Binary | 10111001 | 10001 | 10101101 | 0 | 1011011 | 110 | 11011 | 100110000 | 1010011 | 101000 |
Color Harmonies of #B911AD
Complementary color
Monochromatic Colors of #B911AD
Black with #B911AD
Text Example
Text Example
White with #B911AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B911AD; }
p { color: rgb(185,17,173); }
H1.HeaderClassName
{
color: #B911AD;
}
.AnyTagClassName
{
color: #B911AD;
}
</style>
background-color css
<style>
a { background-color: #B911AD; }
a { background-color: rgb(185,17,173); }
div.DivClassName
{
background-color: #B911AD;
}
.BgClassName
{
background-color: #B911AD;
}
</style>
border-color css
<style>
span { border-color: #B911AD; }
span { border-color: rgb(185,17,173); }
td.TdClassName
{
border-color: #B911AD;
}
.TagClassName
{
border-color: #B911AD;
}
</style>