Shades of Deep Magenta #B414DC
Tints of Deep Magenta #B414DC
RGB
CMYK
RGB Variations
Color information
#B414DC (or 0xB414DC) is known color: Deep Magenta. HEX triplet: B4, 14 and DC. RGB value is (180,20,220). Sum of RGB (Red+Green+Blue) = 180+20+220=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #B414DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414DC is #4BEB23. Grayscale: #5A5A5A. Windows color (decimal): -4975396 or 14423220. OLE color: 14423220.
HSL color Cylindrical-coordinate representation of color #B414DC: hue angle of 288º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B414DC is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 20 | 220 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.14 |
| HSL | 288º | 0.83% | 0.47% | - |
| HSV(B) | 288º | 0.91% | 0.86% | - |
| XYZ | 31.99 | 15.37 | 68.99 | - |
| YUV | 90.64 | 201.01 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 220 | 0.18 | 0.91 | 0 | 0.14 | 288 | 0.83 | 0.47 |
| Hex | B4 | 14 | DC | 12 | 5B | 0 | E | 120 | 53 | 2F |
| Octal | 264 | 24 | 334 | 22 | 133 | 0 | 16 | 440 | 123 | 57 |
| Binary | 10110100 | 10100 | 11011100 | 10010 | 1011011 | 0 | 1110 | 100100000 | 1010011 | 101111 |
Color Harmonies of #B414DC
Complementary color
Monochromatic Colors of #B414DC
Black with #B414DC
Text Example
Text Example
White with #B414DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B414DC; }
p { color: rgb(180,20,220); }
H1.HeaderClassName
{
color: #B414DC;
}
.AnyTagClassName
{
color: #B414DC;
}
</style>
background-color css
<style>
a { background-color: #B414DC; }
a { background-color: rgb(180,20,220); }
div.DivClassName
{
background-color: #B414DC;
}
.BgClassName
{
background-color: #B414DC;
}
</style>
border-color css
<style>
span { border-color: #B414DC; }
span { border-color: rgb(180,20,220); }
td.TdClassName
{
border-color: #B414DC;
}
.TagClassName
{
border-color: #B414DC;
}
</style>