Shades of Deep Magenta #BE0CCB
Tints of Deep Magenta #BE0CCB
RGB
CMYK
RGB Variations
Color information
#BE0CCB (or 0xBE0CCB) is known color: Deep Magenta. HEX triplet: BE, 0C and CB. RGB value is (190,12,203). Sum of RGB (Red+Green+Blue) = 190+12+203=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CCB is #41F334. Grayscale: #565656. Windows color (decimal): -4322101 or 13307070. OLE color: 13307070.
HSL color Cylindrical-coordinate representation of color #BE0CCB: hue angle of 295.92º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CCB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 12 | 203 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.20 |
| HSL | 295.92º | 0.89% | 0.42% | - |
| HSV(B) | 295.92º | 0.94% | 0.8% | - |
| XYZ | 32.15 | 15.52 | 57.8 | - |
| YUV | 87 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 203 | 0.06 | 0.94 | 0 | 0.20 | 295.92 | 0.89 | 0.42 |
| Hex | BE | C | CB | 6 | 5E | 0 | 14 | 128 | 59 | 2A |
| Octal | 276 | 14 | 313 | 6 | 136 | 0 | 24 | 450 | 131 | 52 |
| Binary | 10111110 | 1100 | 11001011 | 110 | 1011110 | 0 | 10100 | 100101000 | 1011001 | 101010 |
Color Harmonies of #BE0CCB
Complementary color
Monochromatic Colors of #BE0CCB
Black with #BE0CCB
Text Example
Text Example
White with #BE0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CCB; }
p { color: rgb(190,12,203); }
H1.HeaderClassName
{
color: #BE0CCB;
}
.AnyTagClassName
{
color: #BE0CCB;
}
</style>
background-color css
<style>
a { background-color: #BE0CCB; }
a { background-color: rgb(190,12,203); }
div.DivClassName
{
background-color: #BE0CCB;
}
.BgClassName
{
background-color: #BE0CCB;
}
</style>
border-color css
<style>
span { border-color: #BE0CCB; }
span { border-color: rgb(190,12,203); }
td.TdClassName
{
border-color: #BE0CCB;
}
.TagClassName
{
border-color: #BE0CCB;
}
</style>