Shades of Deep Magenta #B613DA
Tints of Deep Magenta #B613DA
RGB
CMYK
RGB Variations
Color information
#B613DA (or 0xB613DA) is known color: Deep Magenta. HEX triplet: B6, 13 and DA. RGB value is (182,19,218). Sum of RGB (Red+Green+Blue) = 182+19+218=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #B613DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613DA is #49EC25. Grayscale: #595959. Windows color (decimal): -4844582 or 14291894. OLE color: 14291894.
HSL color Cylindrical-coordinate representation of color #B613DA: hue angle of 289.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613DA is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 19 | 218 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.15 |
| HSL | 289.15º | 0.84% | 0.46% | - |
| HSV(B) | 289.15º | 0.91% | 0.85% | - |
| XYZ | 32.18 | 15.47 | 67.62 | - |
| YUV | 90.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 218 | 0.17 | 0.91 | 0 | 0.15 | 289.15 | 0.84 | 0.46 |
| Hex | B6 | 13 | DA | 11 | 5B | 0 | F | 121 | 54 | 2E |
| Octal | 266 | 23 | 332 | 21 | 133 | 0 | 17 | 441 | 124 | 56 |
| Binary | 10110110 | 10011 | 11011010 | 10001 | 1011011 | 0 | 1111 | 100100001 | 1010100 | 101110 |
Color Harmonies of #B613DA
Complementary color
Monochromatic Colors of #B613DA
Black with #B613DA
Text Example
Text Example
White with #B613DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613DA; }
p { color: rgb(182,19,218); }
H1.HeaderClassName
{
color: #B613DA;
}
.AnyTagClassName
{
color: #B613DA;
}
</style>
background-color css
<style>
a { background-color: #B613DA; }
a { background-color: rgb(182,19,218); }
div.DivClassName
{
background-color: #B613DA;
}
.BgClassName
{
background-color: #B613DA;
}
</style>
border-color css
<style>
span { border-color: #B613DA; }
span { border-color: rgb(182,19,218); }
td.TdClassName
{
border-color: #B613DA;
}
.TagClassName
{
border-color: #B613DA;
}
</style>