Shades of Deep Magenta #B610DA
Tints of Deep Magenta #B610DA
RGB
CMYK
RGB Variations
Color information
#B610DA (or 0xB610DA) is known color: Deep Magenta. HEX triplet: B6, 10 and DA. RGB value is (182,16,218). Sum of RGB (Red+Green+Blue) = 182+16+218=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #B610DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610DA is #49EF25. Grayscale: #585858. Windows color (decimal): -4845350 or 14291126. OLE color: 14291126.
HSL color Cylindrical-coordinate representation of color #B610DA: hue angle of 289.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B610DA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 16 | 218 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.15 |
| HSL | 289.31º | 0.86% | 0.46% | - |
| HSV(B) | 289.31º | 0.93% | 0.85% | - |
| XYZ | 32.13 | 15.38 | 67.6 | - |
| YUV | 88.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 218 | 0.17 | 0.93 | 0 | 0.15 | 289.31 | 0.86 | 0.46 |
| Hex | B6 | 10 | DA | 11 | 5D | 0 | F | 121 | 56 | 2E |
| Octal | 266 | 20 | 332 | 21 | 135 | 0 | 17 | 441 | 126 | 56 |
| Binary | 10110110 | 10000 | 11011010 | 10001 | 1011101 | 0 | 1111 | 100100001 | 1010110 | 101110 |
Color Harmonies of #B610DA
Complementary color
Monochromatic Colors of #B610DA
Black with #B610DA
Text Example
Text Example
White with #B610DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610DA; }
p { color: rgb(182,16,218); }
H1.HeaderClassName
{
color: #B610DA;
}
.AnyTagClassName
{
color: #B610DA;
}
</style>
background-color css
<style>
a { background-color: #B610DA; }
a { background-color: rgb(182,16,218); }
div.DivClassName
{
background-color: #B610DA;
}
.BgClassName
{
background-color: #B610DA;
}
</style>
border-color css
<style>
span { border-color: #B610DA; }
span { border-color: rgb(182,16,218); }
td.TdClassName
{
border-color: #B610DA;
}
.TagClassName
{
border-color: #B610DA;
}
</style>