Shades of Deep Magenta #B601DD
Tints of Deep Magenta #B601DD
RGB
CMYK
RGB Variations
Color information
#B601DD (or 0xB601DD) is known color: Deep Magenta. HEX triplet: B6, 01 and DD. RGB value is (182,1,221). Sum of RGB (Red+Green+Blue) = 182+1+221=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #B601DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601DD is #49FE22. Grayscale: #4F4F4F. Windows color (decimal): -4849187 or 14483894. OLE color: 14483894.
HSL color Cylindrical-coordinate representation of color #B601DD: hue angle of 289.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601DD is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 1 | 221 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.13 |
| HSL | 289.36º | 0.99% | 0.44% | - |
| HSV(B) | 289.36º | 1% | 0.87% | - |
| XYZ | 32.35 | 15.19 | 69.63 | - |
| YUV | 80.2 | 207.47 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 221 | 0.18 | 1.00 | 0 | 0.13 | 289.36 | 0.99 | 0.44 |
| Hex | B6 | 1 | DD | 12 | 64 | 0 | D | 121 | 63 | 2C |
| Octal | 266 | 1 | 335 | 22 | 144 | 0 | 15 | 441 | 143 | 54 |
| Binary | 10110110 | 1 | 11011101 | 10010 | 1100100 | 0 | 1101 | 100100001 | 1100011 | 101100 |
Color Harmonies of #B601DD
Complementary color
Monochromatic Colors of #B601DD
Black with #B601DD
Text Example
Text Example
White with #B601DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601DD; }
p { color: rgb(182,1,221); }
H1.HeaderClassName
{
color: #B601DD;
}
.AnyTagClassName
{
color: #B601DD;
}
</style>
background-color css
<style>
a { background-color: #B601DD; }
a { background-color: rgb(182,1,221); }
div.DivClassName
{
background-color: #B601DD;
}
.BgClassName
{
background-color: #B601DD;
}
</style>
border-color css
<style>
span { border-color: #B601DD; }
span { border-color: rgb(182,1,221); }
td.TdClassName
{
border-color: #B601DD;
}
.TagClassName
{
border-color: #B601DD;
}
</style>