Shades of Deep Magenta #B607D0
Tints of Deep Magenta #B607D0
RGB
CMYK
RGB Variations
Color information
#B607D0 (or 0xB607D0) is known color: Deep Magenta. HEX triplet: B6, 07 and D0. RGB value is (182,7,208). Sum of RGB (Red+Green+Blue) = 182+7+208=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #B607D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607D0 is #49F82F. Grayscale: #515151. Windows color (decimal): -4847664 or 13633462. OLE color: 13633462.
HSL color Cylindrical-coordinate representation of color #B607D0: hue angle of 292.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607D0 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 7 | 208 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.18 |
| HSL | 292.24º | 0.93% | 0.42% | - |
| HSV(B) | 292.24º | 0.97% | 0.82% | - |
| XYZ | 30.75 | 14.65 | 60.88 | - |
| YUV | 82.24 | 198.98 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 208 | 0.12 | 0.97 | 0 | 0.18 | 292.24 | 0.93 | 0.42 |
| Hex | B6 | 7 | D0 | C | 61 | 0 | 12 | 124 | 5D | 2A |
| Octal | 266 | 7 | 320 | 14 | 141 | 0 | 22 | 444 | 135 | 52 |
| Binary | 10110110 | 111 | 11010000 | 1100 | 1100001 | 0 | 10010 | 100100100 | 1011101 | 101010 |
Color Harmonies of #B607D0
Complementary color
Monochromatic Colors of #B607D0
Black with #B607D0
Text Example
Text Example
White with #B607D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607D0; }
p { color: rgb(182,7,208); }
H1.HeaderClassName
{
color: #B607D0;
}
.AnyTagClassName
{
color: #B607D0;
}
</style>
background-color css
<style>
a { background-color: #B607D0; }
a { background-color: rgb(182,7,208); }
div.DivClassName
{
background-color: #B607D0;
}
.BgClassName
{
background-color: #B607D0;
}
</style>
border-color css
<style>
span { border-color: #B607D0; }
span { border-color: rgb(182,7,208); }
td.TdClassName
{
border-color: #B607D0;
}
.TagClassName
{
border-color: #B607D0;
}
</style>