Shades of Deep Magenta #B801CE
Tints of Deep Magenta #B801CE
RGB
CMYK
RGB Variations
Color information
#B801CE (or 0xB801CE) is known color: Deep Magenta. HEX triplet: B8, 01 and CE. RGB value is (184,1,206). Sum of RGB (Red+Green+Blue) = 184+1+206=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #B801CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801CE is #47FE31. Grayscale: #4E4E4E. Windows color (decimal): -4718130 or 13500856. OLE color: 13500856.
HSL color Cylindrical-coordinate representation of color #B801CE: hue angle of 293.56º 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 #B801CE is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 1 | 206 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.19 |
| HSL | 293.56º | 0.99% | 0.41% | - |
| HSV(B) | 293.56º | 1% | 0.81% | - |
| XYZ | 30.92 | 14.67 | 59.59 | - |
| YUV | 79.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 206 | 0.11 | 1.00 | 0 | 0.19 | 293.56 | 0.99 | 0.41 |
| Hex | B8 | 1 | CE | B | 64 | 0 | 13 | 126 | 63 | 29 |
| Octal | 270 | 1 | 316 | 13 | 144 | 0 | 23 | 446 | 143 | 51 |
| Binary | 10111000 | 1 | 11001110 | 1011 | 1100100 | 0 | 10011 | 100100110 | 1100011 | 101001 |
Color Harmonies of #B801CE
Complementary color
Monochromatic Colors of #B801CE
Black with #B801CE
Text Example
Text Example
White with #B801CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801CE; }
p { color: rgb(184,1,206); }
H1.HeaderClassName
{
color: #B801CE;
}
.AnyTagClassName
{
color: #B801CE;
}
</style>
background-color css
<style>
a { background-color: #B801CE; }
a { background-color: rgb(184,1,206); }
div.DivClassName
{
background-color: #B801CE;
}
.BgClassName
{
background-color: #B801CE;
}
</style>
border-color css
<style>
span { border-color: #B801CE; }
span { border-color: rgb(184,1,206); }
td.TdClassName
{
border-color: #B801CE;
}
.TagClassName
{
border-color: #B801CE;
}
</style>