Shades of Deep Magenta #B414CA
Tints of Deep Magenta #B414CA
RGB
CMYK
RGB Variations
Color information
#B414CA (or 0xB414CA) is known color: Deep Magenta. HEX triplet: B4, 14 and CA. RGB value is (180,20,202). Sum of RGB (Red+Green+Blue) = 180+20+202=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #B414CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414CA is #4BEB35. Grayscale: #585858. Windows color (decimal): -4975414 or 13243572. OLE color: 13243572.
HSL color Cylindrical-coordinate representation of color #B414CA: hue angle of 292.75º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B414CA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 20 | 202 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.21 |
| HSL | 292.75º | 0.82% | 0.44% | - |
| HSV(B) | 292.75º | 0.9% | 0.79% | - |
| XYZ | 29.73 | 14.47 | 57.1 | - |
| YUV | 88.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 202 | 0.11 | 0.90 | 0 | 0.21 | 292.75 | 0.82 | 0.44 |
| Hex | B4 | 14 | CA | B | 5A | 0 | 15 | 125 | 52 | 2C |
| Octal | 264 | 24 | 312 | 13 | 132 | 0 | 25 | 445 | 122 | 54 |
| Binary | 10110100 | 10100 | 11001010 | 1011 | 1011010 | 0 | 10101 | 100100101 | 1010010 | 101100 |
Color Harmonies of #B414CA
Complementary color
Monochromatic Colors of #B414CA
Black with #B414CA
Text Example
Text Example
White with #B414CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B414CA; }
p { color: rgb(180,20,202); }
H1.HeaderClassName
{
color: #B414CA;
}
.AnyTagClassName
{
color: #B414CA;
}
</style>
background-color css
<style>
a { background-color: #B414CA; }
a { background-color: rgb(180,20,202); }
div.DivClassName
{
background-color: #B414CA;
}
.BgClassName
{
background-color: #B414CA;
}
</style>
border-color css
<style>
span { border-color: #B414CA; }
span { border-color: rgb(180,20,202); }
td.TdClassName
{
border-color: #B414CA;
}
.TagClassName
{
border-color: #B414CA;
}
</style>