Shades of Deep Magenta #B509D9
Tints of Deep Magenta #B509D9
RGB
CMYK
RGB Variations
Color information
#B509D9 (or 0xB509D9) is known color: Deep Magenta. HEX triplet: B5, 09 and D9. RGB value is (181,9,217). Sum of RGB (Red+Green+Blue) = 181+9+217=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #B509D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509D9 is #4AF626. Grayscale: #535353. Windows color (decimal): -4912679 or 14223797. OLE color: 14223797.
HSL color Cylindrical-coordinate representation of color #B509D9: hue angle of 289.62º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509D9 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 9 | 217 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.15 |
| HSL | 289.62º | 0.92% | 0.44% | - |
| HSV(B) | 289.62º | 0.96% | 0.85% | - |
| XYZ | 31.68 | 15.03 | 66.88 | - |
| YUV | 84.14 | 202.98 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 217 | 0.17 | 0.96 | 0 | 0.15 | 289.62 | 0.92 | 0.44 |
| Hex | B5 | 9 | D9 | 11 | 60 | 0 | F | 122 | 5C | 2C |
| Octal | 265 | 11 | 331 | 21 | 140 | 0 | 17 | 442 | 134 | 54 |
| Binary | 10110101 | 1001 | 11011001 | 10001 | 1100000 | 0 | 1111 | 100100010 | 1011100 | 101100 |
Color Harmonies of #B509D9
Complementary color
Monochromatic Colors of #B509D9
Black with #B509D9
Text Example
Text Example
White with #B509D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B509D9; }
p { color: rgb(181,9,217); }
H1.HeaderClassName
{
color: #B509D9;
}
.AnyTagClassName
{
color: #B509D9;
}
</style>
background-color css
<style>
a { background-color: #B509D9; }
a { background-color: rgb(181,9,217); }
div.DivClassName
{
background-color: #B509D9;
}
.BgClassName
{
background-color: #B509D9;
}
</style>
border-color css
<style>
span { border-color: #B509D9; }
span { border-color: rgb(181,9,217); }
td.TdClassName
{
border-color: #B509D9;
}
.TagClassName
{
border-color: #B509D9;
}
</style>