Shades of Deep Magenta #B406C0
Tints of Deep Magenta #B406C0
RGB
CMYK
RGB Variations
Color information
#B406C0 (or 0xB406C0) is known color: Deep Magenta. HEX triplet: B4, 06 and C0. RGB value is (180,6,192). Sum of RGB (Red+Green+Blue) = 180+6+192=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #B406C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406C0 is #4BF93F. Grayscale: #4E4E4E. Windows color (decimal): -4979008 or 12584628. OLE color: 12584628.
HSL color Cylindrical-coordinate representation of color #B406C0: hue angle of 296.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406C0 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 6 | 192 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.25 |
| HSL | 296.13º | 0.94% | 0.39% | - |
| HSV(B) | 296.13º | 0.97% | 0.75% | - |
| XYZ | 28.4 | 13.64 | 51 | - |
| YUV | 79.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 192 | 0.06 | 0.97 | 0 | 0.25 | 296.13 | 0.94 | 0.39 |
| Hex | B4 | 6 | C0 | 6 | 61 | 0 | 19 | 128 | 5E | 27 |
| Octal | 264 | 6 | 300 | 6 | 141 | 0 | 31 | 450 | 136 | 47 |
| Binary | 10110100 | 110 | 11000000 | 110 | 1100001 | 0 | 11001 | 100101000 | 1011110 | 100111 |
Color Harmonies of #B406C0
Complementary color
Monochromatic Colors of #B406C0
Black with #B406C0
Text Example
Text Example
White with #B406C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406C0; }
p { color: rgb(180,6,192); }
H1.HeaderClassName
{
color: #B406C0;
}
.AnyTagClassName
{
color: #B406C0;
}
</style>
background-color css
<style>
a { background-color: #B406C0; }
a { background-color: rgb(180,6,192); }
div.DivClassName
{
background-color: #B406C0;
}
.BgClassName
{
background-color: #B406C0;
}
</style>
border-color css
<style>
span { border-color: #B406C0; }
span { border-color: rgb(180,6,192); }
td.TdClassName
{
border-color: #B406C0;
}
.TagClassName
{
border-color: #B406C0;
}
</style>