Shades of Deep Magenta #B509AD
Tints of Deep Magenta #B509AD
RGB
CMYK
RGB Variations
Color information
#B509AD (or 0xB509AD) is known color: Deep Magenta. HEX triplet: B5, 09 and AD. RGB value is (181,9,173). Sum of RGB (Red+Green+Blue) = 181+9+173=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B509AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B509AD is #4AF652. Grayscale: #4E4E4E. Windows color (decimal): -4912723 or 11340213. OLE color: 11340213.
HSL color Cylindrical-coordinate representation of color #B509AD: hue angle of 302.79º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B509AD is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 173 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.29 |
| HSL | 302.79º | 0.91% | 0.37% | - |
| HSV(B) | 302.79º | 0.95% | 0.71% | - |
| XYZ | 26.7 | 13.04 | 40.64 | - |
| YUV | 79.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 173 | 0 | 0.95 | 0.04 | 0.29 | 302.79 | 0.91 | 0.37 |
| Hex | B5 | 9 | AD | 0 | 5F | 4 | 1D | 12F | 5B | 25 |
| Octal | 265 | 11 | 255 | 0 | 137 | 4 | 35 | 457 | 133 | 45 |
| Binary | 10110101 | 1001 | 10101101 | 0 | 1011111 | 100 | 11101 | 100101111 | 1011011 | 100101 |
Color Harmonies of #B509AD
Complementary color
Monochromatic Colors of #B509AD
Black with #B509AD
Text Example
Text Example
White with #B509AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B509AD; }
p { color: rgb(181,9,173); }
H1.HeaderClassName
{
color: #B509AD;
}
.AnyTagClassName
{
color: #B509AD;
}
</style>
background-color css
<style>
a { background-color: #B509AD; }
a { background-color: rgb(181,9,173); }
div.DivClassName
{
background-color: #B509AD;
}
.BgClassName
{
background-color: #B509AD;
}
</style>
border-color css
<style>
span { border-color: #B509AD; }
span { border-color: rgb(181,9,173); }
td.TdClassName
{
border-color: #B509AD;
}
.TagClassName
{
border-color: #B509AD;
}
</style>