Shades of Deep Magenta #BE05C8
Tints of Deep Magenta #BE05C8
RGB
CMYK
RGB Variations
Color information
#BE05C8 (or 0xBE05C8) is known color: Deep Magenta. HEX triplet: BE, 05 and C8. RGB value is (190,5,200). Sum of RGB (Red+Green+Blue) = 190+5+200=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE05C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05C8 is #41FA37. Grayscale: #515151. Windows color (decimal): -4323896 or 13108670. OLE color: 13108670.
HSL color Cylindrical-coordinate representation of color #BE05C8: hue angle of 296.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE05C8 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 5 | 200 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.22 |
| HSL | 296.92º | 0.95% | 0.4% | - |
| HSV(B) | 296.92º | 0.98% | 0.78% | - |
| XYZ | 31.71 | 15.23 | 55.91 | - |
| YUV | 82.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 5 | 200 | 0.05 | 0.98 | 0 | 0.22 | 296.92 | 0.95 | 0.4 |
| Hex | BE | 5 | C8 | 5 | 62 | 0 | 16 | 129 | 5F | 28 |
| Octal | 276 | 5 | 310 | 5 | 142 | 0 | 26 | 451 | 137 | 50 |
| Binary | 10111110 | 101 | 11001000 | 101 | 1100010 | 0 | 10110 | 100101001 | 1011111 | 101000 |
Color Harmonies of #BE05C8
Complementary color
Monochromatic Colors of #BE05C8
Black with #BE05C8
Text Example
Text Example
White with #BE05C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE05C8; }
p { color: rgb(190,5,200); }
H1.HeaderClassName
{
color: #BE05C8;
}
.AnyTagClassName
{
color: #BE05C8;
}
</style>
background-color css
<style>
a { background-color: #BE05C8; }
a { background-color: rgb(190,5,200); }
div.DivClassName
{
background-color: #BE05C8;
}
.BgClassName
{
background-color: #BE05C8;
}
</style>
border-color css
<style>
span { border-color: #BE05C8; }
span { border-color: rgb(190,5,200); }
td.TdClassName
{
border-color: #BE05C8;
}
.TagClassName
{
border-color: #BE05C8;
}
</style>