Shades of Deep Magenta #B401CE
Tints of Deep Magenta #B401CE
RGB
CMYK
RGB Variations
Color information
#B401CE (or 0xB401CE) is known color: Deep Magenta. HEX triplet: B4, 01 and CE. RGB value is (180,1,206). Sum of RGB (Red+Green+Blue) = 180+1+206=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #B401CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401CE is #4BFE31. Grayscale: #4D4D4D. Windows color (decimal): -4980274 or 13500852. OLE color: 13500852.
HSL color Cylindrical-coordinate representation of color #B401CE: hue angle of 292.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401CE is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 1 | 206 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.19 |
| HSL | 292.39º | 0.99% | 0.41% | - |
| HSV(B) | 292.39º | 1% | 0.81% | - |
| XYZ | 29.97 | 14.18 | 59.55 | - |
| YUV | 77.89 | 200.3 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 206 | 0.13 | 1.00 | 0 | 0.19 | 292.39 | 0.99 | 0.41 |
| Hex | B4 | 1 | CE | D | 64 | 0 | 13 | 124 | 63 | 29 |
| Octal | 264 | 1 | 316 | 15 | 144 | 0 | 23 | 444 | 143 | 51 |
| Binary | 10110100 | 1 | 11001110 | 1101 | 1100100 | 0 | 10011 | 100100100 | 1100011 | 101001 |
Color Harmonies of #B401CE
Complementary color
Monochromatic Colors of #B401CE
Black with #B401CE
Text Example
Text Example
White with #B401CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401CE; }
p { color: rgb(180,1,206); }
H1.HeaderClassName
{
color: #B401CE;
}
.AnyTagClassName
{
color: #B401CE;
}
</style>
background-color css
<style>
a { background-color: #B401CE; }
a { background-color: rgb(180,1,206); }
div.DivClassName
{
background-color: #B401CE;
}
.BgClassName
{
background-color: #B401CE;
}
</style>
border-color css
<style>
span { border-color: #B401CE; }
span { border-color: rgb(180,1,206); }
td.TdClassName
{
border-color: #B401CE;
}
.TagClassName
{
border-color: #B401CE;
}
</style>