Shades of Deep Magenta #BE0BCB
Tints of Deep Magenta #BE0BCB
RGB
CMYK
RGB Variations
Color information
#BE0BCB (or 0xBE0BCB) is known color: Deep Magenta. HEX triplet: BE, 0B and CB. RGB value is (190,11,203). Sum of RGB (Red+Green+Blue) = 190+11+203=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BCB is #41F434. Grayscale: #555555. Windows color (decimal): -4322357 or 13306814. OLE color: 13306814.
HSL color Cylindrical-coordinate representation of color #BE0BCB: hue angle of 295.94º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BCB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 11 | 203 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.20 |
| HSL | 295.94º | 0.9% | 0.42% | - |
| HSV(B) | 295.94º | 0.95% | 0.8% | - |
| XYZ | 32.13 | 15.5 | 57.8 | - |
| YUV | 86.41 | 193.8 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 203 | 0.06 | 0.95 | 0 | 0.20 | 295.94 | 0.9 | 0.42 |
| Hex | BE | B | CB | 6 | 5F | 0 | 14 | 128 | 5A | 2A |
| Octal | 276 | 13 | 313 | 6 | 137 | 0 | 24 | 450 | 132 | 52 |
| Binary | 10111110 | 1011 | 11001011 | 110 | 1011111 | 0 | 10100 | 100101000 | 1011010 | 101010 |
Color Harmonies of #BE0BCB
Complementary color
Monochromatic Colors of #BE0BCB
Black with #BE0BCB
Text Example
Text Example
White with #BE0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BCB; }
p { color: rgb(190,11,203); }
H1.HeaderClassName
{
color: #BE0BCB;
}
.AnyTagClassName
{
color: #BE0BCB;
}
</style>
background-color css
<style>
a { background-color: #BE0BCB; }
a { background-color: rgb(190,11,203); }
div.DivClassName
{
background-color: #BE0BCB;
}
.BgClassName
{
background-color: #BE0BCB;
}
</style>
border-color css
<style>
span { border-color: #BE0BCB; }
span { border-color: rgb(190,11,203); }
td.TdClassName
{
border-color: #BE0BCB;
}
.TagClassName
{
border-color: #BE0BCB;
}
</style>