Shades of Deep Magenta #B501CE
Tints of Deep Magenta #B501CE
RGB
CMYK
RGB Variations
Color information
#B501CE (or 0xB501CE) is known color: Deep Magenta. HEX triplet: B5, 01 and CE. RGB value is (181,1,206). Sum of RGB (Red+Green+Blue) = 181+1+206=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #B501CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501CE is #4AFE31. Grayscale: #4D4D4D. Windows color (decimal): -4914738 or 13500853. OLE color: 13500853.
HSL color Cylindrical-coordinate representation of color #B501CE: hue angle of 292.68º 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 #B501CE is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 1 | 206 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.19 |
| HSL | 292.68º | 0.99% | 0.41% | - |
| HSV(B) | 292.68º | 1% | 0.81% | - |
| XYZ | 30.21 | 14.3 | 59.56 | - |
| YUV | 78.19 | 200.13 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 206 | 0.12 | 1.00 | 0 | 0.19 | 292.68 | 0.99 | 0.41 |
| Hex | B5 | 1 | CE | C | 64 | 0 | 13 | 125 | 63 | 29 |
| Octal | 265 | 1 | 316 | 14 | 144 | 0 | 23 | 445 | 143 | 51 |
| Binary | 10110101 | 1 | 11001110 | 1100 | 1100100 | 0 | 10011 | 100100101 | 1100011 | 101001 |
Color Harmonies of #B501CE
Complementary color
Monochromatic Colors of #B501CE
Black with #B501CE
Text Example
Text Example
White with #B501CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501CE; }
p { color: rgb(181,1,206); }
H1.HeaderClassName
{
color: #B501CE;
}
.AnyTagClassName
{
color: #B501CE;
}
</style>
background-color css
<style>
a { background-color: #B501CE; }
a { background-color: rgb(181,1,206); }
div.DivClassName
{
background-color: #B501CE;
}
.BgClassName
{
background-color: #B501CE;
}
</style>
border-color css
<style>
span { border-color: #B501CE; }
span { border-color: rgb(181,1,206); }
td.TdClassName
{
border-color: #B501CE;
}
.TagClassName
{
border-color: #B501CE;
}
</style>