Shades of Deep Magenta #B413C6
Tints of Deep Magenta #B413C6
RGB
CMYK
RGB Variations
Color information
#B413C6 (or 0xB413C6) is known color: Deep Magenta. HEX triplet: B4, 13 and C6. RGB value is (180,19,198). Sum of RGB (Red+Green+Blue) = 180+19+198=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #B413C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413C6 is #4BEC39. Grayscale: #565656. Windows color (decimal): -4975674 or 12981172. OLE color: 12981172.
HSL color Cylindrical-coordinate representation of color #B413C6: hue angle of 293.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B413C6 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 19 | 198 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.22 |
| HSL | 293.97º | 0.82% | 0.43% | - |
| HSV(B) | 293.97º | 0.9% | 0.78% | - |
| XYZ | 29.25 | 14.25 | 54.63 | - |
| YUV | 87.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 198 | 0.09 | 0.90 | 0 | 0.22 | 293.97 | 0.82 | 0.43 |
| Hex | B4 | 13 | C6 | 9 | 5A | 0 | 16 | 126 | 52 | 2B |
| Octal | 264 | 23 | 306 | 11 | 132 | 0 | 26 | 446 | 122 | 53 |
| Binary | 10110100 | 10011 | 11000110 | 1001 | 1011010 | 0 | 10110 | 100100110 | 1010010 | 101011 |
Color Harmonies of #B413C6
Complementary color
Monochromatic Colors of #B413C6
Black with #B413C6
Text Example
Text Example
White with #B413C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413C6; }
p { color: rgb(180,19,198); }
H1.HeaderClassName
{
color: #B413C6;
}
.AnyTagClassName
{
color: #B413C6;
}
</style>
background-color css
<style>
a { background-color: #B413C6; }
a { background-color: rgb(180,19,198); }
div.DivClassName
{
background-color: #B413C6;
}
.BgClassName
{
background-color: #B413C6;
}
</style>
border-color css
<style>
span { border-color: #B413C6; }
span { border-color: rgb(180,19,198); }
td.TdClassName
{
border-color: #B413C6;
}
.TagClassName
{
border-color: #B413C6;
}
</style>