Shades of Deep Magenta #B610DD
Tints of Deep Magenta #B610DD
RGB
CMYK
RGB Variations
Color information
#B610DD (or 0xB610DD) is known color: Deep Magenta. HEX triplet: B6, 10 and DD. RGB value is (182,16,221). Sum of RGB (Red+Green+Blue) = 182+16+221=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B610DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610DD is #49EF22. Grayscale: #585858. Windows color (decimal): -4845347 or 14487734. OLE color: 14487734.
HSL color Cylindrical-coordinate representation of color #B610DD: hue angle of 288.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B610DD is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 16 | 221 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.13 |
| HSL | 288.59º | 0.86% | 0.46% | - |
| HSV(B) | 288.59º | 0.93% | 0.87% | - |
| XYZ | 32.53 | 15.54 | 69.69 | - |
| YUV | 89 | 202.5 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 221 | 0.18 | 0.93 | 0 | 0.13 | 288.59 | 0.86 | 0.46 |
| Hex | B6 | 10 | DD | 12 | 5D | 0 | D | 121 | 56 | 2E |
| Octal | 266 | 20 | 335 | 22 | 135 | 0 | 15 | 441 | 126 | 56 |
| Binary | 10110110 | 10000 | 11011101 | 10010 | 1011101 | 0 | 1101 | 100100001 | 1010110 | 101110 |
Color Harmonies of #B610DD
Complementary color
Monochromatic Colors of #B610DD
Black with #B610DD
Text Example
Text Example
White with #B610DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610DD; }
p { color: rgb(182,16,221); }
H1.HeaderClassName
{
color: #B610DD;
}
.AnyTagClassName
{
color: #B610DD;
}
</style>
background-color css
<style>
a { background-color: #B610DD; }
a { background-color: rgb(182,16,221); }
div.DivClassName
{
background-color: #B610DD;
}
.BgClassName
{
background-color: #B610DD;
}
</style>
border-color css
<style>
span { border-color: #B610DD; }
span { border-color: rgb(182,16,221); }
td.TdClassName
{
border-color: #B610DD;
}
.TagClassName
{
border-color: #B610DD;
}
</style>