Shades of Deep Magenta #B613CE
Tints of Deep Magenta #B613CE
RGB
CMYK
RGB Variations
Color information
#B613CE (or 0xB613CE) is known color: Deep Magenta. HEX triplet: B6, 13 and CE. RGB value is (182,19,206). Sum of RGB (Red+Green+Blue) = 182+19+206=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #B613CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613CE is #49EC31. Grayscale: #585858. Windows color (decimal): -4844594 or 13505462. OLE color: 13505462.
HSL color Cylindrical-coordinate representation of color #B613CE: hue angle of 292.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613CE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 19 | 206 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.19 |
| HSL | 292.3º | 0.83% | 0.44% | - |
| HSV(B) | 292.3º | 0.91% | 0.81% | - |
| XYZ | 30.66 | 14.87 | 59.65 | - |
| YUV | 89.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 206 | 0.12 | 0.91 | 0 | 0.19 | 292.3 | 0.83 | 0.44 |
| Hex | B6 | 13 | CE | C | 5B | 0 | 13 | 124 | 53 | 2C |
| Octal | 266 | 23 | 316 | 14 | 133 | 0 | 23 | 444 | 123 | 54 |
| Binary | 10110110 | 10011 | 11001110 | 1100 | 1011011 | 0 | 10011 | 100100100 | 1010011 | 101100 |
Color Harmonies of #B613CE
Complementary color
Monochromatic Colors of #B613CE
Black with #B613CE
Text Example
Text Example
White with #B613CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613CE; }
p { color: rgb(182,19,206); }
H1.HeaderClassName
{
color: #B613CE;
}
.AnyTagClassName
{
color: #B613CE;
}
</style>
background-color css
<style>
a { background-color: #B613CE; }
a { background-color: rgb(182,19,206); }
div.DivClassName
{
background-color: #B613CE;
}
.BgClassName
{
background-color: #B613CE;
}
</style>
border-color css
<style>
span { border-color: #B613CE; }
span { border-color: rgb(182,19,206); }
td.TdClassName
{
border-color: #B613CE;
}
.TagClassName
{
border-color: #B613CE;
}
</style>