Shades of Deep Magenta #B414C9
Tints of Deep Magenta #B414C9
RGB
CMYK
RGB Variations
Color information
#B414C9 (or 0xB414C9) is known color: Deep Magenta. HEX triplet: B4, 14 and C9. RGB value is (180,20,201). Sum of RGB (Red+Green+Blue) = 180+20+201=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #B414C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414C9 is #4BEB36. Grayscale: #575757. Windows color (decimal): -4975415 or 13178036. OLE color: 13178036.
HSL color Cylindrical-coordinate representation of color #B414C9: hue angle of 293.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B414C9 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 20 | 201 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.21 |
| HSL | 293.04º | 0.82% | 0.43% | - |
| HSV(B) | 293.04º | 0.9% | 0.79% | - |
| XYZ | 29.62 | 14.42 | 56.48 | - |
| YUV | 88.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 201 | 0.10 | 0.90 | 0 | 0.21 | 293.04 | 0.82 | 0.43 |
| Hex | B4 | 14 | C9 | A | 5A | 0 | 15 | 125 | 52 | 2B |
| Octal | 264 | 24 | 311 | 12 | 132 | 0 | 25 | 445 | 122 | 53 |
| Binary | 10110100 | 10100 | 11001001 | 1010 | 1011010 | 0 | 10101 | 100100101 | 1010010 | 101011 |
Color Harmonies of #B414C9
Complementary color
Monochromatic Colors of #B414C9
Black with #B414C9
Text Example
Text Example
White with #B414C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B414C9; }
p { color: rgb(180,20,201); }
H1.HeaderClassName
{
color: #B414C9;
}
.AnyTagClassName
{
color: #B414C9;
}
</style>
background-color css
<style>
a { background-color: #B414C9; }
a { background-color: rgb(180,20,201); }
div.DivClassName
{
background-color: #B414C9;
}
.BgClassName
{
background-color: #B414C9;
}
</style>
border-color css
<style>
span { border-color: #B414C9; }
span { border-color: rgb(180,20,201); }
td.TdClassName
{
border-color: #B414C9;
}
.TagClassName
{
border-color: #B414C9;
}
</style>