Shades of Deep Magenta #B609D9
Tints of Deep Magenta #B609D9
RGB
CMYK
RGB Variations
Color information
#B609D9 (or 0xB609D9) is known color: Deep Magenta. HEX triplet: B6, 09 and D9. RGB value is (182,9,217). Sum of RGB (Red+Green+Blue) = 182+9+217=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 217 (85.16% from 255 or 53.19% from 408); Max value from RGB is 217 - color contains mainly: blue. Hex color #B609D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609D9 is #49F626. Grayscale: #535353. Windows color (decimal): -4847143 or 14223798. OLE color: 14223798.
HSL color Cylindrical-coordinate representation of color #B609D9: hue angle of 289.9º 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 #B609D9 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 9 | 217 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.15 |
| HSL | 289.9º | 0.92% | 0.44% | - |
| HSV(B) | 289.9º | 0.96% | 0.85% | - |
| XYZ | 31.91 | 15.15 | 66.89 | - |
| YUV | 84.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 217 | 0.16 | 0.96 | 0 | 0.15 | 289.9 | 0.92 | 0.44 |
| Hex | B6 | 9 | D9 | 10 | 60 | 0 | F | 122 | 5C | 2C |
| Octal | 266 | 11 | 331 | 20 | 140 | 0 | 17 | 442 | 134 | 54 |
| Binary | 10110110 | 1001 | 11011001 | 10000 | 1100000 | 0 | 1111 | 100100010 | 1011100 | 101100 |
Color Harmonies of #B609D9
Complementary color
Monochromatic Colors of #B609D9
Black with #B609D9
Text Example
Text Example
White with #B609D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609D9; }
p { color: rgb(182,9,217); }
H1.HeaderClassName
{
color: #B609D9;
}
.AnyTagClassName
{
color: #B609D9;
}
</style>
background-color css
<style>
a { background-color: #B609D9; }
a { background-color: rgb(182,9,217); }
div.DivClassName
{
background-color: #B609D9;
}
.BgClassName
{
background-color: #B609D9;
}
</style>
border-color css
<style>
span { border-color: #B609D9; }
span { border-color: rgb(182,9,217); }
td.TdClassName
{
border-color: #B609D9;
}
.TagClassName
{
border-color: #B609D9;
}
</style>