Shades of Deep Magenta #B607D9
Tints of Deep Magenta #B607D9
RGB
CMYK
RGB Variations
Color information
#B607D9 (or 0xB607D9) is known color: Deep Magenta. HEX triplet: B6, 07 and D9. RGB value is (182,7,217). Sum of RGB (Red+Green+Blue) = 182+7+217=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #B607D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607D9 is #49F826. Grayscale: #525252. Windows color (decimal): -4847655 or 14223286. OLE color: 14223286.
HSL color Cylindrical-coordinate representation of color #B607D9: hue angle of 290º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607D9 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 7 | 217 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.15 |
| HSL | 290º | 0.94% | 0.44% | - |
| HSV(B) | 290º | 0.97% | 0.85% | - |
| XYZ | 31.89 | 15.11 | 66.88 | - |
| YUV | 83.27 | 203.48 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 217 | 0.16 | 0.97 | 0 | 0.15 | 290 | 0.94 | 0.44 |
| Hex | B6 | 7 | D9 | 10 | 61 | 0 | F | 122 | 5E | 2C |
| Octal | 266 | 7 | 331 | 20 | 141 | 0 | 17 | 442 | 136 | 54 |
| Binary | 10110110 | 111 | 11011001 | 10000 | 1100001 | 0 | 1111 | 100100010 | 1011110 | 101100 |
Color Harmonies of #B607D9
Complementary color
Monochromatic Colors of #B607D9
Black with #B607D9
Text Example
Text Example
White with #B607D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607D9; }
p { color: rgb(182,7,217); }
H1.HeaderClassName
{
color: #B607D9;
}
.AnyTagClassName
{
color: #B607D9;
}
</style>
background-color css
<style>
a { background-color: #B607D9; }
a { background-color: rgb(182,7,217); }
div.DivClassName
{
background-color: #B607D9;
}
.BgClassName
{
background-color: #B607D9;
}
</style>
border-color css
<style>
span { border-color: #B607D9; }
span { border-color: rgb(182,7,217); }
td.TdClassName
{
border-color: #B607D9;
}
.TagClassName
{
border-color: #B607D9;
}
</style>