Shades of Deep Magenta #BE0CB5
Tints of Deep Magenta #BE0CB5
RGB
CMYK
RGB Variations
Color information
#BE0CB5 (or 0xBE0CB5) is known color: Deep Magenta. HEX triplet: BE, 0C and B5. RGB value is (190,12,181). Sum of RGB (Red+Green+Blue) = 190+12+181=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CB5 is #41F34A. Grayscale: #535353. Windows color (decimal): -4322123 or 11865278. OLE color: 11865278.
HSL color Cylindrical-coordinate representation of color #BE0CB5: hue angle of 303.03º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 181 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.25 |
| HSL | 303.03º | 0.88% | 0.4% | - |
| HSV(B) | 303.03º | 0.94% | 0.75% | - |
| XYZ | 29.71 | 14.55 | 44.96 | - |
| YUV | 84.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 181 | 0 | 0.94 | 0.05 | 0.25 | 303.03 | 0.88 | 0.4 |
| Hex | BE | C | B5 | 0 | 5E | 5 | 19 | 12F | 58 | 28 |
| Octal | 276 | 14 | 265 | 0 | 136 | 5 | 31 | 457 | 130 | 50 |
| Binary | 10111110 | 1100 | 10110101 | 0 | 1011110 | 101 | 11001 | 100101111 | 1011000 | 101000 |
Color Harmonies of #BE0CB5
Complementary color
Monochromatic Colors of #BE0CB5
Black with #BE0CB5
Text Example
Text Example
White with #BE0CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CB5; }
p { color: rgb(190,12,181); }
H1.HeaderClassName
{
color: #BE0CB5;
}
.AnyTagClassName
{
color: #BE0CB5;
}
</style>
background-color css
<style>
a { background-color: #BE0CB5; }
a { background-color: rgb(190,12,181); }
div.DivClassName
{
background-color: #BE0CB5;
}
.BgClassName
{
background-color: #BE0CB5;
}
</style>
border-color css
<style>
span { border-color: #BE0CB5; }
span { border-color: rgb(190,12,181); }
td.TdClassName
{
border-color: #BE0CB5;
}
.TagClassName
{
border-color: #BE0CB5;
}
</style>