Shades of Deep Magenta #B411AD
Tints of Deep Magenta #B411AD
RGB
CMYK
RGB Variations
Color information
#B411AD (or 0xB411AD) is known color: Deep Magenta. HEX triplet: B4, 11 and AD. RGB value is (180,17,173). Sum of RGB (Red+Green+Blue) = 180+17+173=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B411AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B411AD is #4BEE52. Grayscale: #535353. Windows color (decimal): -4976211 or 11342260. OLE color: 11342260.
HSL color Cylindrical-coordinate representation of color #B411AD: hue angle of 302.58º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411AD is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.29 |
| HSL | 302.58º | 0.83% | 0.39% | - |
| HSV(B) | 302.58º | 0.91% | 0.71% | - |
| XYZ | 26.57 | 13.12 | 40.67 | - |
| YUV | 83.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 173 | 0 | 0.91 | 0.04 | 0.29 | 302.58 | 0.83 | 0.39 |
| Hex | B4 | 11 | AD | 0 | 5B | 4 | 1D | 12F | 53 | 27 |
| Octal | 264 | 21 | 255 | 0 | 133 | 4 | 35 | 457 | 123 | 47 |
| Binary | 10110100 | 10001 | 10101101 | 0 | 1011011 | 100 | 11101 | 100101111 | 1010011 | 100111 |
Color Harmonies of #B411AD
Complementary color
Monochromatic Colors of #B411AD
Black with #B411AD
Text Example
Text Example
White with #B411AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411AD; }
p { color: rgb(180,17,173); }
H1.HeaderClassName
{
color: #B411AD;
}
.AnyTagClassName
{
color: #B411AD;
}
</style>
background-color css
<style>
a { background-color: #B411AD; }
a { background-color: rgb(180,17,173); }
div.DivClassName
{
background-color: #B411AD;
}
.BgClassName
{
background-color: #B411AD;
}
</style>
border-color css
<style>
span { border-color: #B411AD; }
span { border-color: rgb(180,17,173); }
td.TdClassName
{
border-color: #B411AD;
}
.TagClassName
{
border-color: #B411AD;
}
</style>