Shades of Deep Magenta #B509DB
Tints of Deep Magenta #B509DB
RGB
CMYK
RGB Variations
Color information
#B509DB (or 0xB509DB) is known color: Deep Magenta. HEX triplet: B5, 09 and DB. RGB value is (181,9,219). Sum of RGB (Red+Green+Blue) = 181+9+219=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B509DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509DB is #4AF624. Grayscale: #535353. Windows color (decimal): -4912677 or 14354869. OLE color: 14354869.
HSL color Cylindrical-coordinate representation of color #B509DB: hue angle of 289.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509DB is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 9 | 219 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.14 |
| HSL | 289.14º | 0.92% | 0.45% | - |
| HSV(B) | 289.14º | 0.96% | 0.86% | - |
| XYZ | 31.94 | 15.13 | 68.26 | - |
| YUV | 84.37 | 203.98 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 219 | 0.17 | 0.96 | 0 | 0.14 | 289.14 | 0.92 | 0.45 |
| Hex | B5 | 9 | DB | 11 | 60 | 0 | E | 121 | 5C | 2D |
| Octal | 265 | 11 | 333 | 21 | 140 | 0 | 16 | 441 | 134 | 55 |
| Binary | 10110101 | 1001 | 11011011 | 10001 | 1100000 | 0 | 1110 | 100100001 | 1011100 | 101101 |
Color Harmonies of #B509DB
Complementary color
Monochromatic Colors of #B509DB
Black with #B509DB
Text Example
Text Example
White with #B509DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B509DB; }
p { color: rgb(181,9,219); }
H1.HeaderClassName
{
color: #B509DB;
}
.AnyTagClassName
{
color: #B509DB;
}
</style>
background-color css
<style>
a { background-color: #B509DB; }
a { background-color: rgb(181,9,219); }
div.DivClassName
{
background-color: #B509DB;
}
.BgClassName
{
background-color: #B509DB;
}
</style>
border-color css
<style>
span { border-color: #B509DB; }
span { border-color: rgb(181,9,219); }
td.TdClassName
{
border-color: #B509DB;
}
.TagClassName
{
border-color: #B509DB;
}
</style>