Shades of Deep Magenta #BE07CB
Tints of Deep Magenta #BE07CB
RGB
CMYK
RGB Variations
Color information
#BE07CB (or 0xBE07CB) is known color: Deep Magenta. HEX triplet: BE, 07 and CB. RGB value is (190,7,203). Sum of RGB (Red+Green+Blue) = 190+7+203=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE07CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07CB is #41F834. Grayscale: #535353. Windows color (decimal): -4323381 or 13305790. OLE color: 13305790.
HSL color Cylindrical-coordinate representation of color #BE07CB: hue angle of 296.02º 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 #BE07CB is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 7 | 203 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.20 |
| HSL | 296.02º | 0.93% | 0.41% | - |
| HSV(B) | 296.02º | 0.97% | 0.8% | - |
| XYZ | 32.09 | 15.41 | 57.78 | - |
| YUV | 84.06 | 195.13 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 203 | 0.06 | 0.97 | 0 | 0.20 | 296.02 | 0.93 | 0.41 |
| Hex | BE | 7 | CB | 6 | 61 | 0 | 14 | 128 | 5D | 29 |
| Octal | 276 | 7 | 313 | 6 | 141 | 0 | 24 | 450 | 135 | 51 |
| Binary | 10111110 | 111 | 11001011 | 110 | 1100001 | 0 | 10100 | 100101000 | 1011101 | 101001 |
Color Harmonies of #BE07CB
Complementary color
Monochromatic Colors of #BE07CB
Black with #BE07CB
Text Example
Text Example
White with #BE07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07CB; }
p { color: rgb(190,7,203); }
H1.HeaderClassName
{
color: #BE07CB;
}
.AnyTagClassName
{
color: #BE07CB;
}
</style>
background-color css
<style>
a { background-color: #BE07CB; }
a { background-color: rgb(190,7,203); }
div.DivClassName
{
background-color: #BE07CB;
}
.BgClassName
{
background-color: #BE07CB;
}
</style>
border-color css
<style>
span { border-color: #BE07CB; }
span { border-color: rgb(190,7,203); }
td.TdClassName
{
border-color: #BE07CB;
}
.TagClassName
{
border-color: #BE07CB;
}
</style>