Shades of Deep Magenta #BE27C5
Tints of Deep Magenta #BE27C5
RGB
CMYK
RGB Variations
Color information
#BE27C5 (or 0xBE27C5) is known color: Deep Magenta. HEX triplet: BE, 27 and C5. RGB value is (190,39,197). Sum of RGB (Red+Green+Blue) = 190+39+197=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE27C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27C5 is #41D83A. Grayscale: #656565. Windows color (decimal): -4315195 or 12920766. OLE color: 12920766.
HSL color Cylindrical-coordinate representation of color #BE27C5: hue angle of 297.34º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE27C5 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 39 | 197 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.23 |
| HSL | 297.34º | 0.67% | 0.46% | - |
| HSV(B) | 297.34º | 0.8% | 0.77% | - |
| XYZ | 32.04 | 16.43 | 54.31 | - |
| YUV | 102.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 197 | 0.04 | 0.80 | 0 | 0.23 | 297.34 | 0.67 | 0.46 |
| Hex | BE | 27 | C5 | 4 | 50 | 0 | 17 | 129 | 43 | 2E |
| Octal | 276 | 47 | 305 | 4 | 120 | 0 | 27 | 451 | 103 | 56 |
| Binary | 10111110 | 100111 | 11000101 | 100 | 1010000 | 0 | 10111 | 100101001 | 1000011 | 101110 |
Color Harmonies of #BE27C5
Complementary color
Monochromatic Colors of #BE27C5
Black with #BE27C5
Text Example
Text Example
White with #BE27C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE27C5; }
p { color: rgb(190,39,197); }
H1.HeaderClassName
{
color: #BE27C5;
}
.AnyTagClassName
{
color: #BE27C5;
}
</style>
background-color css
<style>
a { background-color: #BE27C5; }
a { background-color: rgb(190,39,197); }
div.DivClassName
{
background-color: #BE27C5;
}
.BgClassName
{
background-color: #BE27C5;
}
</style>
border-color css
<style>
span { border-color: #BE27C5; }
span { border-color: rgb(190,39,197); }
td.TdClassName
{
border-color: #BE27C5;
}
.TagClassName
{
border-color: #BE27C5;
}
</style>