Shades of Deep Magenta #B410AD
Tints of Deep Magenta #B410AD
RGB
CMYK
RGB Variations
Color information
#B410AD (or 0xB410AD) is known color: Deep Magenta. HEX triplet: B4, 10 and AD. RGB value is (180,16,173). Sum of RGB (Red+Green+Blue) = 180+16+173=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B410AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410AD is #4BEF52. Grayscale: #525252. Windows color (decimal): -4976467 or 11342004. OLE color: 11342004.
HSL color Cylindrical-coordinate representation of color #B410AD: hue angle of 302.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B410AD is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 173 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.29 |
| HSL | 302.56º | 0.84% | 0.38% | - |
| HSV(B) | 302.56º | 0.91% | 0.71% | - |
| XYZ | 26.55 | 13.09 | 40.66 | - |
| YUV | 82.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 173 | 0 | 0.91 | 0.04 | 0.29 | 302.56 | 0.84 | 0.38 |
| Hex | B4 | 10 | AD | 0 | 5B | 4 | 1D | 12F | 54 | 26 |
| Octal | 264 | 20 | 255 | 0 | 133 | 4 | 35 | 457 | 124 | 46 |
| Binary | 10110100 | 10000 | 10101101 | 0 | 1011011 | 100 | 11101 | 100101111 | 1010100 | 100110 |
Color Harmonies of #B410AD
Complementary color
Monochromatic Colors of #B410AD
Black with #B410AD
Text Example
Text Example
White with #B410AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410AD; }
p { color: rgb(180,16,173); }
H1.HeaderClassName
{
color: #B410AD;
}
.AnyTagClassName
{
color: #B410AD;
}
</style>
background-color css
<style>
a { background-color: #B410AD; }
a { background-color: rgb(180,16,173); }
div.DivClassName
{
background-color: #B410AD;
}
.BgClassName
{
background-color: #B410AD;
}
</style>
border-color css
<style>
span { border-color: #B410AD; }
span { border-color: rgb(180,16,173); }
td.TdClassName
{
border-color: #B410AD;
}
.TagClassName
{
border-color: #B410AD;
}
</style>