Shades of Deep Magenta #B509D4
Tints of Deep Magenta #B509D4
RGB
CMYK
RGB Variations
Color information
#B509D4 (or 0xB509D4) is known color: Deep Magenta. HEX triplet: B5, 09 and D4. RGB value is (181,9,212). Sum of RGB (Red+Green+Blue) = 181+9+212=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #B509D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509D4 is #4AF62B. Grayscale: #525252. Windows color (decimal): -4912684 or 13896117. OLE color: 13896117.
HSL color Cylindrical-coordinate representation of color #B509D4: hue angle of 290.84º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509D4 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 9 | 212 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.17 |
| HSL | 290.84º | 0.92% | 0.43% | - |
| HSV(B) | 290.84º | 0.96% | 0.83% | - |
| XYZ | 31.04 | 14.77 | 63.5 | - |
| YUV | 83.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 212 | 0.15 | 0.96 | 0 | 0.17 | 290.84 | 0.92 | 0.43 |
| Hex | B5 | 9 | D4 | F | 60 | 0 | 11 | 123 | 5C | 2B |
| Octal | 265 | 11 | 324 | 17 | 140 | 0 | 21 | 443 | 134 | 53 |
| Binary | 10110101 | 1001 | 11010100 | 1111 | 1100000 | 0 | 10001 | 100100011 | 1011100 | 101011 |
Color Harmonies of #B509D4
Complementary color
Monochromatic Colors of #B509D4
Black with #B509D4
Text Example
Text Example
White with #B509D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B509D4; }
p { color: rgb(181,9,212); }
H1.HeaderClassName
{
color: #B509D4;
}
.AnyTagClassName
{
color: #B509D4;
}
</style>
background-color css
<style>
a { background-color: #B509D4; }
a { background-color: rgb(181,9,212); }
div.DivClassName
{
background-color: #B509D4;
}
.BgClassName
{
background-color: #B509D4;
}
</style>
border-color css
<style>
span { border-color: #B509D4; }
span { border-color: rgb(181,9,212); }
td.TdClassName
{
border-color: #B509D4;
}
.TagClassName
{
border-color: #B509D4;
}
</style>