Shades of Deep Magenta #BE07CC
Tints of Deep Magenta #BE07CC
RGB
CMYK
RGB Variations
Color information
#BE07CC (or 0xBE07CC) is known color: Deep Magenta. HEX triplet: BE, 07 and CC. RGB value is (190,7,204). Sum of RGB (Red+Green+Blue) = 190+7+204=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07CC is #41F833. Grayscale: #535353. Windows color (decimal): -4323380 or 13371326. OLE color: 13371326.
HSL color Cylindrical-coordinate representation of color #BE07CC: hue angle of 295.74º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07CC is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 7 | 204 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.2 |
| HSL | 295.74º | 0.93% | 0.41% | - |
| HSV(B) | 295.74º | 0.97% | 0.8% | - |
| XYZ | 32.21 | 15.46 | 58.41 | - |
| YUV | 84.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 204 | 0.07 | 0.97 | 0 | 0.2 | 295.74 | 0.93 | 0.41 |
| Hex | BE | 7 | CC | 7 | 61 | 0 | 14 | 128 | 5D | 29 |
| Octal | 276 | 7 | 314 | 7 | 141 | 0 | 24 | 450 | 135 | 51 |
| Binary | 10111110 | 111 | 11001100 | 111 | 1100001 | 0 | 10100 | 100101000 | 1011101 | 101001 |
Color Harmonies of #BE07CC
Complementary color
Monochromatic Colors of #BE07CC
Black with #BE07CC
Text Example
Text Example
White with #BE07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07CC; }
p { color: rgb(190,7,204); }
H1.HeaderClassName
{
color: #BE07CC;
}
.AnyTagClassName
{
color: #BE07CC;
}
</style>
background-color css
<style>
a { background-color: #BE07CC; }
a { background-color: rgb(190,7,204); }
div.DivClassName
{
background-color: #BE07CC;
}
.BgClassName
{
background-color: #BE07CC;
}
</style>
border-color css
<style>
span { border-color: #BE07CC; }
span { border-color: rgb(190,7,204); }
td.TdClassName
{
border-color: #BE07CC;
}
.TagClassName
{
border-color: #BE07CC;
}
</style>