Shades of Deep Magenta #BE04CB
Tints of Deep Magenta #BE04CB
RGB
CMYK
RGB Variations
Color information
#BE04CB (or 0xBE04CB) is known color: Deep Magenta. HEX triplet: BE, 04 and CB. RGB value is (190,4,203). Sum of RGB (Red+Green+Blue) = 190+4+203=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE04CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04CB is #41FB34. Grayscale: #515151. Windows color (decimal): -4324149 or 13305022. OLE color: 13305022.
HSL color Cylindrical-coordinate representation of color #BE04CB: hue angle of 296.08º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04CB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 4 | 203 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.20 |
| HSL | 296.08º | 0.96% | 0.41% | - |
| HSV(B) | 296.08º | 0.98% | 0.8% | - |
| XYZ | 32.06 | 15.35 | 57.77 | - |
| YUV | 82.3 | 196.12 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 203 | 0.06 | 0.98 | 0 | 0.20 | 296.08 | 0.96 | 0.41 |
| Hex | BE | 4 | CB | 6 | 62 | 0 | 14 | 128 | 60 | 29 |
| Octal | 276 | 4 | 313 | 6 | 142 | 0 | 24 | 450 | 140 | 51 |
| Binary | 10111110 | 100 | 11001011 | 110 | 1100010 | 0 | 10100 | 100101000 | 1100000 | 101001 |
Color Harmonies of #BE04CB
Complementary color
Monochromatic Colors of #BE04CB
Black with #BE04CB
Text Example
Text Example
White with #BE04CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04CB; }
p { color: rgb(190,4,203); }
H1.HeaderClassName
{
color: #BE04CB;
}
.AnyTagClassName
{
color: #BE04CB;
}
</style>
background-color css
<style>
a { background-color: #BE04CB; }
a { background-color: rgb(190,4,203); }
div.DivClassName
{
background-color: #BE04CB;
}
.BgClassName
{
background-color: #BE04CB;
}
</style>
border-color css
<style>
span { border-color: #BE04CB; }
span { border-color: rgb(190,4,203); }
td.TdClassName
{
border-color: #BE04CB;
}
.TagClassName
{
border-color: #BE04CB;
}
</style>