Shades of Deep Magenta #B406C1
Tints of Deep Magenta #B406C1
RGB
CMYK
RGB Variations
Color information
#B406C1 (or 0xB406C1) is known color: Deep Magenta. HEX triplet: B4, 06 and C1. RGB value is (180,6,193). Sum of RGB (Red+Green+Blue) = 180+6+193=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #B406C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406C1 is #4BF93E. Grayscale: #4E4E4E. Windows color (decimal): -4979007 or 12650164. OLE color: 12650164.
HSL color Cylindrical-coordinate representation of color #B406C1: hue angle of 295.83º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406C1 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 6 | 193 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.24 |
| HSL | 295.83º | 0.94% | 0.39% | - |
| HSV(B) | 295.83º | 0.97% | 0.76% | - |
| XYZ | 28.51 | 13.68 | 51.59 | - |
| YUV | 79.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 193 | 0.07 | 0.97 | 0 | 0.24 | 295.83 | 0.94 | 0.39 |
| Hex | B4 | 6 | C1 | 7 | 61 | 0 | 18 | 128 | 5E | 27 |
| Octal | 264 | 6 | 301 | 7 | 141 | 0 | 30 | 450 | 136 | 47 |
| Binary | 10110100 | 110 | 11000001 | 111 | 1100001 | 0 | 11000 | 100101000 | 1011110 | 100111 |
Color Harmonies of #B406C1
Complementary color
Monochromatic Colors of #B406C1
Black with #B406C1
Text Example
Text Example
White with #B406C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406C1; }
p { color: rgb(180,6,193); }
H1.HeaderClassName
{
color: #B406C1;
}
.AnyTagClassName
{
color: #B406C1;
}
</style>
background-color css
<style>
a { background-color: #B406C1; }
a { background-color: rgb(180,6,193); }
div.DivClassName
{
background-color: #B406C1;
}
.BgClassName
{
background-color: #B406C1;
}
</style>
border-color css
<style>
span { border-color: #B406C1; }
span { border-color: rgb(180,6,193); }
td.TdClassName
{
border-color: #B406C1;
}
.TagClassName
{
border-color: #B406C1;
}
</style>