Shades of Deep Magenta #B609DF
Tints of Deep Magenta #B609DF
RGB
CMYK
RGB Variations
Color information
#B609DF (or 0xB609DF) is known color: Deep Magenta. HEX triplet: B6, 09 and DF. RGB value is (182,9,223). Sum of RGB (Red+Green+Blue) = 182+9+223=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #B609DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609DF is #49F620. Grayscale: #545454. Windows color (decimal): -4847137 or 14617014. OLE color: 14617014.
HSL color Cylindrical-coordinate representation of color #B609DF: hue angle of 288.5º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B609DF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 9 | 223 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.13 |
| HSL | 288.5º | 0.92% | 0.45% | - |
| HSV(B) | 288.5º | 0.96% | 0.87% | - |
| XYZ | 32.71 | 15.47 | 71.07 | - |
| YUV | 85.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 223 | 0.18 | 0.96 | 0 | 0.13 | 288.5 | 0.92 | 0.45 |
| Hex | B6 | 9 | DF | 12 | 60 | 0 | D | 121 | 5C | 2D |
| Octal | 266 | 11 | 337 | 22 | 140 | 0 | 15 | 441 | 134 | 55 |
| Binary | 10110110 | 1001 | 11011111 | 10010 | 1100000 | 0 | 1101 | 100100001 | 1011100 | 101101 |
Color Harmonies of #B609DF
Complementary color
Monochromatic Colors of #B609DF
Black with #B609DF
Text Example
Text Example
White with #B609DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609DF; }
p { color: rgb(182,9,223); }
H1.HeaderClassName
{
color: #B609DF;
}
.AnyTagClassName
{
color: #B609DF;
}
</style>
background-color css
<style>
a { background-color: #B609DF; }
a { background-color: rgb(182,9,223); }
div.DivClassName
{
background-color: #B609DF;
}
.BgClassName
{
background-color: #B609DF;
}
</style>
border-color css
<style>
span { border-color: #B609DF; }
span { border-color: rgb(182,9,223); }
td.TdClassName
{
border-color: #B609DF;
}
.TagClassName
{
border-color: #B609DF;
}
</style>