Shades of Deep Magenta #BE01CC
Tints of Deep Magenta #BE01CC
RGB
CMYK
RGB Variations
Color information
#BE01CC (or 0xBE01CC) is known color: Deep Magenta. HEX triplet: BE, 01 and CC. RGB value is (190,1,204). Sum of RGB (Red+Green+Blue) = 190+1+204=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01CC is #41FE33. Grayscale: #505050. Windows color (decimal): -4324916 or 13369790. OLE color: 13369790.
HSL color Cylindrical-coordinate representation of color #BE01CC: hue angle of 295.86º 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 #BE01CC is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 1 | 204 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.2 |
| HSL | 295.86º | 0.99% | 0.4% | - |
| HSV(B) | 295.86º | 1% | 0.8% | - |
| XYZ | 32.15 | 15.33 | 58.39 | - |
| YUV | 80.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 204 | 0.07 | 1.00 | 0 | 0.2 | 295.86 | 0.99 | 0.4 |
| Hex | BE | 1 | CC | 7 | 64 | 0 | 14 | 128 | 63 | 28 |
| Octal | 276 | 1 | 314 | 7 | 144 | 0 | 24 | 450 | 143 | 50 |
| Binary | 10111110 | 1 | 11001100 | 111 | 1100100 | 0 | 10100 | 100101000 | 1100011 | 101000 |
Color Harmonies of #BE01CC
Complementary color
Monochromatic Colors of #BE01CC
Black with #BE01CC
Text Example
Text Example
White with #BE01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01CC; }
p { color: rgb(190,1,204); }
H1.HeaderClassName
{
color: #BE01CC;
}
.AnyTagClassName
{
color: #BE01CC;
}
</style>
background-color css
<style>
a { background-color: #BE01CC; }
a { background-color: rgb(190,1,204); }
div.DivClassName
{
background-color: #BE01CC;
}
.BgClassName
{
background-color: #BE01CC;
}
</style>
border-color css
<style>
span { border-color: #BE01CC; }
span { border-color: rgb(190,1,204); }
td.TdClassName
{
border-color: #BE01CC;
}
.TagClassName
{
border-color: #BE01CC;
}
</style>