Shades of Deep Magenta #B601DC
Tints of Deep Magenta #B601DC
RGB
CMYK
RGB Variations
Color information
#B601DC (or 0xB601DC) is known color: Deep Magenta. HEX triplet: B6, 01 and DC. RGB value is (182,1,220). Sum of RGB (Red+Green+Blue) = 182+1+220=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #B601DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601DC is #49FE23. Grayscale: #4F4F4F. Windows color (decimal): -4849188 or 14418358. OLE color: 14418358.
HSL color Cylindrical-coordinate representation of color #B601DC: hue angle of 289.59º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601DC is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 1 | 220 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.14 |
| HSL | 289.59º | 0.99% | 0.43% | - |
| HSV(B) | 289.59º | 1% | 0.86% | - |
| XYZ | 32.22 | 15.13 | 68.93 | - |
| YUV | 80.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 220 | 0.17 | 1.00 | 0 | 0.14 | 289.59 | 0.99 | 0.43 |
| Hex | B6 | 1 | DC | 11 | 64 | 0 | E | 122 | 63 | 2B |
| Octal | 266 | 1 | 334 | 21 | 144 | 0 | 16 | 442 | 143 | 53 |
| Binary | 10110110 | 1 | 11011100 | 10001 | 1100100 | 0 | 1110 | 100100010 | 1100011 | 101011 |
Color Harmonies of #B601DC
Complementary color
Monochromatic Colors of #B601DC
Black with #B601DC
Text Example
Text Example
White with #B601DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601DC; }
p { color: rgb(182,1,220); }
H1.HeaderClassName
{
color: #B601DC;
}
.AnyTagClassName
{
color: #B601DC;
}
</style>
background-color css
<style>
a { background-color: #B601DC; }
a { background-color: rgb(182,1,220); }
div.DivClassName
{
background-color: #B601DC;
}
.BgClassName
{
background-color: #B601DC;
}
</style>
border-color css
<style>
span { border-color: #B601DC; }
span { border-color: rgb(182,1,220); }
td.TdClassName
{
border-color: #B601DC;
}
.TagClassName
{
border-color: #B601DC;
}
</style>