Shades of Deep Magenta #B600DE
Tints of Deep Magenta #B600DE
RGB
CMYK
RGB Variations
Color information
#B600DE (or 0xB600DE) is known color: Deep Magenta. HEX triplet: B6, 00 and DE. RGB value is (182,0,222). Sum of RGB (Red+Green+Blue) = 182+0+222=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #B600DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600DE is #49FF21. Grayscale: #4F4F4F. Windows color (decimal): -4849442 or 14549174. OLE color: 14549174.
HSL color Cylindrical-coordinate representation of color #B600DE: hue angle of 289.19º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600DE is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 0 | 222 | - |
| CMYK | 0.18 | 1 | 0 | 0.13 |
| HSL | 289.19º | 1% | 0.44% | - |
| HSV(B) | 289.19º | 1% | 0.87% | - |
| XYZ | 32.48 | 15.22 | 70.33 | - |
| YUV | 79.73 | 208.3 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 222 | 0.18 | 1 | 0 | 0.13 | 289.19 | 1 | 0.44 |
| Hex | B6 | 0 | DE | 12 | 64 | 0 | D | 121 | 64 | 2C |
| Octal | 266 | 0 | 336 | 22 | 144 | 0 | 15 | 441 | 144 | 54 |
| Binary | 10110110 | 0 | 11011110 | 10010 | 1100100 | 0 | 1101 | 100100001 | 1100100 | 101100 |
Color Harmonies of #B600DE
Complementary color
Monochromatic Colors of #B600DE
Black with #B600DE
Text Example
Text Example
White with #B600DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600DE; }
p { color: rgb(182,0,222); }
H1.HeaderClassName
{
color: #B600DE;
}
.AnyTagClassName
{
color: #B600DE;
}
</style>
background-color css
<style>
a { background-color: #B600DE; }
a { background-color: rgb(182,0,222); }
div.DivClassName
{
background-color: #B600DE;
}
.BgClassName
{
background-color: #B600DE;
}
</style>
border-color css
<style>
span { border-color: #B600DE; }
span { border-color: rgb(182,0,222); }
td.TdClassName
{
border-color: #B600DE;
}
.TagClassName
{
border-color: #B600DE;
}
</style>