Shades of Deep Magenta #BE27B9
Tints of Deep Magenta #BE27B9
RGB
CMYK
RGB Variations
Color information
#BE27B9 (or 0xBE27B9) is known color: Deep Magenta. HEX triplet: BE, 27 and B9. RGB value is (190,39,185). Sum of RGB (Red+Green+Blue) = 190+39+185=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE27B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27B9 is #41D846. Grayscale: #646464. Windows color (decimal): -4315207 or 12134334. OLE color: 12134334.
HSL color Cylindrical-coordinate representation of color #BE27B9: hue angle of 301.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE27B9 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 185 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.25 |
| HSL | 301.99º | 0.66% | 0.45% | - |
| HSV(B) | 301.99º | 0.79% | 0.75% | - |
| XYZ | 30.72 | 15.9 | 47.35 | - |
| YUV | 100.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 185 | 0 | 0.79 | 0.03 | 0.25 | 301.99 | 0.66 | 0.45 |
| Hex | BE | 27 | B9 | 0 | 4F | 3 | 19 | 12E | 42 | 2D |
| Octal | 276 | 47 | 271 | 0 | 117 | 3 | 31 | 456 | 102 | 55 |
| Binary | 10111110 | 100111 | 10111001 | 0 | 1001111 | 11 | 11001 | 100101110 | 1000010 | 101101 |
Color Harmonies of #BE27B9
Complementary color
Monochromatic Colors of #BE27B9
Black with #BE27B9
Text Example
Text Example
White with #BE27B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE27B9; }
p { color: rgb(190,39,185); }
H1.HeaderClassName
{
color: #BE27B9;
}
.AnyTagClassName
{
color: #BE27B9;
}
</style>
background-color css
<style>
a { background-color: #BE27B9; }
a { background-color: rgb(190,39,185); }
div.DivClassName
{
background-color: #BE27B9;
}
.BgClassName
{
background-color: #BE27B9;
}
</style>
border-color css
<style>
span { border-color: #BE27B9; }
span { border-color: rgb(190,39,185); }
td.TdClassName
{
border-color: #BE27B9;
}
.TagClassName
{
border-color: #BE27B9;
}
</style>