Shades of Deep Magenta #B406CB
Tints of Deep Magenta #B406CB
RGB
CMYK
RGB Variations
Color information
#B406CB (or 0xB406CB) is known color: Deep Magenta. HEX triplet: B4, 06 and CB. RGB value is (180,6,203). Sum of RGB (Red+Green+Blue) = 180+6+203=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #B406CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406CB is #4BF934. Grayscale: #4F4F4F. Windows color (decimal): -4978997 or 13305524. OLE color: 13305524.
HSL color Cylindrical-coordinate representation of color #B406CB: hue angle of 292.99º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406CB is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 6 | 203 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.20 |
| HSL | 292.99º | 0.94% | 0.41% | - |
| HSV(B) | 292.99º | 0.97% | 0.8% | - |
| XYZ | 29.67 | 14.15 | 57.67 | - |
| YUV | 80.48 | 197.15 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 203 | 0.11 | 0.97 | 0 | 0.20 | 292.99 | 0.94 | 0.41 |
| Hex | B4 | 6 | CB | B | 61 | 0 | 14 | 125 | 5E | 29 |
| Octal | 264 | 6 | 313 | 13 | 141 | 0 | 24 | 445 | 136 | 51 |
| Binary | 10110100 | 110 | 11001011 | 1011 | 1100001 | 0 | 10100 | 100100101 | 1011110 | 101001 |
Color Harmonies of #B406CB
Complementary color
Monochromatic Colors of #B406CB
Black with #B406CB
Text Example
Text Example
White with #B406CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406CB; }
p { color: rgb(180,6,203); }
H1.HeaderClassName
{
color: #B406CB;
}
.AnyTagClassName
{
color: #B406CB;
}
</style>
background-color css
<style>
a { background-color: #B406CB; }
a { background-color: rgb(180,6,203); }
div.DivClassName
{
background-color: #B406CB;
}
.BgClassName
{
background-color: #B406CB;
}
</style>
border-color css
<style>
span { border-color: #B406CB; }
span { border-color: rgb(180,6,203); }
td.TdClassName
{
border-color: #B406CB;
}
.TagClassName
{
border-color: #B406CB;
}
</style>