Shades of Deep Magenta #B613CA
Tints of Deep Magenta #B613CA
RGB
CMYK
RGB Variations
Color information
#B613CA (or 0xB613CA) is known color: Deep Magenta. HEX triplet: B6, 13 and CA. RGB value is (182,19,202). Sum of RGB (Red+Green+Blue) = 182+19+202=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #B613CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613CA is #49EC35. Grayscale: #585858. Windows color (decimal): -4844598 or 13243318. OLE color: 13243318.
HSL color Cylindrical-coordinate representation of color #B613CA: hue angle of 293.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613CA is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 19 | 202 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.21 |
| HSL | 293.44º | 0.83% | 0.43% | - |
| HSV(B) | 293.44º | 0.91% | 0.79% | - |
| XYZ | 30.18 | 14.68 | 57.12 | - |
| YUV | 88.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 202 | 0.10 | 0.91 | 0 | 0.21 | 293.44 | 0.83 | 0.43 |
| Hex | B6 | 13 | CA | A | 5B | 0 | 15 | 125 | 53 | 2B |
| Octal | 266 | 23 | 312 | 12 | 133 | 0 | 25 | 445 | 123 | 53 |
| Binary | 10110110 | 10011 | 11001010 | 1010 | 1011011 | 0 | 10101 | 100100101 | 1010011 | 101011 |
Color Harmonies of #B613CA
Complementary color
Monochromatic Colors of #B613CA
Black with #B613CA
Text Example
Text Example
White with #B613CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613CA; }
p { color: rgb(182,19,202); }
H1.HeaderClassName
{
color: #B613CA;
}
.AnyTagClassName
{
color: #B613CA;
}
</style>
background-color css
<style>
a { background-color: #B613CA; }
a { background-color: rgb(182,19,202); }
div.DivClassName
{
background-color: #B613CA;
}
.BgClassName
{
background-color: #B613CA;
}
</style>
border-color css
<style>
span { border-color: #B613CA; }
span { border-color: rgb(182,19,202); }
td.TdClassName
{
border-color: #B613CA;
}
.TagClassName
{
border-color: #B613CA;
}
</style>