Shades of Deep Magenta #B601DB
Tints of Deep Magenta #B601DB
RGB
CMYK
RGB Variations
Color information
#B601DB (or 0xB601DB) is known color: Deep Magenta. HEX triplet: B6, 01 and DB. RGB value is (182,1,219). Sum of RGB (Red+Green+Blue) = 182+1+219=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #B601DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601DB is #49FE24. Grayscale: #4F4F4F. Windows color (decimal): -4849189 or 14352822. OLE color: 14352822.
HSL color Cylindrical-coordinate representation of color #B601DB: hue angle of 289.82º 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 #B601DB is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 1 | 219 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.14 |
| HSL | 289.82º | 0.99% | 0.43% | - |
| HSV(B) | 289.82º | 1% | 0.86% | - |
| XYZ | 32.09 | 15.08 | 68.24 | - |
| YUV | 79.97 | 206.47 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 219 | 0.17 | 1.00 | 0 | 0.14 | 289.82 | 0.99 | 0.43 |
| Hex | B6 | 1 | DB | 11 | 64 | 0 | E | 122 | 63 | 2B |
| Octal | 266 | 1 | 333 | 21 | 144 | 0 | 16 | 442 | 143 | 53 |
| Binary | 10110110 | 1 | 11011011 | 10001 | 1100100 | 0 | 1110 | 100100010 | 1100011 | 101011 |
Color Harmonies of #B601DB
Complementary color
Monochromatic Colors of #B601DB
Black with #B601DB
Text Example
Text Example
White with #B601DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601DB; }
p { color: rgb(182,1,219); }
H1.HeaderClassName
{
color: #B601DB;
}
.AnyTagClassName
{
color: #B601DB;
}
</style>
background-color css
<style>
a { background-color: #B601DB; }
a { background-color: rgb(182,1,219); }
div.DivClassName
{
background-color: #B601DB;
}
.BgClassName
{
background-color: #B601DB;
}
</style>
border-color css
<style>
span { border-color: #B601DB; }
span { border-color: rgb(182,1,219); }
td.TdClassName
{
border-color: #B601DB;
}
.TagClassName
{
border-color: #B601DB;
}
</style>