Shades of Deep Magenta #BE01CB
Tints of Deep Magenta #BE01CB
RGB
CMYK
RGB Variations
Color information
#BE01CB (or 0xBE01CB) is known color: Deep Magenta. HEX triplet: BE, 01 and CB. RGB value is (190,1,203). Sum of RGB (Red+Green+Blue) = 190+1+203=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01CB is #41FE34. Grayscale: #4F4F4F. Windows color (decimal): -4324917 or 13304254. OLE color: 13304254.
HSL color Cylindrical-coordinate representation of color #BE01CB: hue angle of 296.14º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE01CB is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 1 | 203 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.20 |
| HSL | 296.14º | 0.99% | 0.4% | - |
| HSV(B) | 296.14º | 1% | 0.8% | - |
| XYZ | 32.03 | 15.28 | 57.76 | - |
| YUV | 80.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 203 | 0.06 | 1.00 | 0 | 0.20 | 296.14 | 0.99 | 0.4 |
| Hex | BE | 1 | CB | 6 | 64 | 0 | 14 | 128 | 63 | 28 |
| Octal | 276 | 1 | 313 | 6 | 144 | 0 | 24 | 450 | 143 | 50 |
| Binary | 10111110 | 1 | 11001011 | 110 | 1100100 | 0 | 10100 | 100101000 | 1100011 | 101000 |
Color Harmonies of #BE01CB
Complementary color
Monochromatic Colors of #BE01CB
Black with #BE01CB
Text Example
Text Example
White with #BE01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01CB; }
p { color: rgb(190,1,203); }
H1.HeaderClassName
{
color: #BE01CB;
}
.AnyTagClassName
{
color: #BE01CB;
}
</style>
background-color css
<style>
a { background-color: #BE01CB; }
a { background-color: rgb(190,1,203); }
div.DivClassName
{
background-color: #BE01CB;
}
.BgClassName
{
background-color: #BE01CB;
}
</style>
border-color css
<style>
span { border-color: #BE01CB; }
span { border-color: rgb(190,1,203); }
td.TdClassName
{
border-color: #BE01CB;
}
.TagClassName
{
border-color: #BE01CB;
}
</style>