Shades of Deep Magenta #B413CA
Tints of Deep Magenta #B413CA
RGB
CMYK
RGB Variations
Color information
#B413CA (or 0xB413CA) is known color: Deep Magenta. HEX triplet: B4, 13 and CA. RGB value is (180,19,202). Sum of RGB (Red+Green+Blue) = 180+19+202=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #B413CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413CA is #4BEC35. Grayscale: #575757. Windows color (decimal): -4975670 or 13243316. OLE color: 13243316.
HSL color Cylindrical-coordinate representation of color #B413CA: hue angle of 292.79º 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 #B413CA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 19 | 202 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.21 |
| HSL | 292.79º | 0.83% | 0.43% | - |
| HSV(B) | 292.79º | 0.91% | 0.79% | - |
| XYZ | 29.72 | 14.43 | 57.1 | - |
| YUV | 88 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 202 | 0.11 | 0.91 | 0 | 0.21 | 292.79 | 0.83 | 0.43 |
| Hex | B4 | 13 | CA | B | 5B | 0 | 15 | 125 | 53 | 2B |
| Octal | 264 | 23 | 312 | 13 | 133 | 0 | 25 | 445 | 123 | 53 |
| Binary | 10110100 | 10011 | 11001010 | 1011 | 1011011 | 0 | 10101 | 100100101 | 1010011 | 101011 |
Color Harmonies of #B413CA
Complementary color
Monochromatic Colors of #B413CA
Black with #B413CA
Text Example
Text Example
White with #B413CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413CA; }
p { color: rgb(180,19,202); }
H1.HeaderClassName
{
color: #B413CA;
}
.AnyTagClassName
{
color: #B413CA;
}
</style>
background-color css
<style>
a { background-color: #B413CA; }
a { background-color: rgb(180,19,202); }
div.DivClassName
{
background-color: #B413CA;
}
.BgClassName
{
background-color: #B413CA;
}
</style>
border-color css
<style>
span { border-color: #B413CA; }
span { border-color: rgb(180,19,202); }
td.TdClassName
{
border-color: #B413CA;
}
.TagClassName
{
border-color: #B413CA;
}
</style>