Shades of Deep Magenta #B412CA
Tints of Deep Magenta #B412CA
RGB
CMYK
RGB Variations
Color information
#B412CA (or 0xB412CA) is known color: Deep Magenta. HEX triplet: B4, 12 and CA. RGB value is (180,18,202). Sum of RGB (Red+Green+Blue) = 180+18+202=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #B412CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412CA is #4BED35. Grayscale: #565656. Windows color (decimal): -4975926 or 13243060. OLE color: 13243060.
HSL color Cylindrical-coordinate representation of color #B412CA: hue angle of 292.83º degrees, saturation: 0.84, 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 #B412CA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 18 | 202 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.21 |
| HSL | 292.83º | 0.84% | 0.43% | - |
| HSV(B) | 292.83º | 0.91% | 0.79% | - |
| XYZ | 29.7 | 14.4 | 57.09 | - |
| YUV | 87.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 202 | 0.11 | 0.91 | 0 | 0.21 | 292.83 | 0.84 | 0.43 |
| Hex | B4 | 12 | CA | B | 5B | 0 | 15 | 125 | 54 | 2B |
| Octal | 264 | 22 | 312 | 13 | 133 | 0 | 25 | 445 | 124 | 53 |
| Binary | 10110100 | 10010 | 11001010 | 1011 | 1011011 | 0 | 10101 | 100100101 | 1010100 | 101011 |
Color Harmonies of #B412CA
Complementary color
Monochromatic Colors of #B412CA
Black with #B412CA
Text Example
Text Example
White with #B412CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412CA; }
p { color: rgb(180,18,202); }
H1.HeaderClassName
{
color: #B412CA;
}
.AnyTagClassName
{
color: #B412CA;
}
</style>
background-color css
<style>
a { background-color: #B412CA; }
a { background-color: rgb(180,18,202); }
div.DivClassName
{
background-color: #B412CA;
}
.BgClassName
{
background-color: #B412CA;
}
</style>
border-color css
<style>
span { border-color: #B412CA; }
span { border-color: rgb(180,18,202); }
td.TdClassName
{
border-color: #B412CA;
}
.TagClassName
{
border-color: #B412CA;
}
</style>