Shades of Deep Magenta #BE26B9
Tints of Deep Magenta #BE26B9
RGB
CMYK
RGB Variations
Color information
#BE26B9 (or 0xBE26B9) is known color: Deep Magenta. HEX triplet: BE, 26 and B9. RGB value is (190,38,185). Sum of RGB (Red+Green+Blue) = 190+38+185=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26B9 is #41D946. Grayscale: #636363. Windows color (decimal): -4315463 or 12134078. OLE color: 12134078.
HSL color Cylindrical-coordinate representation of color #BE26B9: hue angle of 301.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE26B9 is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 185 | - |
| CMYK | 0 | 0.8 | 0.03 | 0.25 |
| HSL | 301.97º | 0.67% | 0.45% | - |
| HSV(B) | 301.97º | 0.8% | 0.75% | - |
| XYZ | 30.69 | 15.84 | 47.34 | - |
| YUV | 100.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 185 | 0 | 0.8 | 0.03 | 0.25 | 301.97 | 0.67 | 0.45 |
| Hex | BE | 26 | B9 | 0 | 50 | 3 | 19 | 12E | 43 | 2D |
| Octal | 276 | 46 | 271 | 0 | 120 | 3 | 31 | 456 | 103 | 55 |
| Binary | 10111110 | 100110 | 10111001 | 0 | 1010000 | 11 | 11001 | 100101110 | 1000011 | 101101 |
Color Harmonies of #BE26B9
Complementary color
Monochromatic Colors of #BE26B9
Black with #BE26B9
Text Example
Text Example
White with #BE26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE26B9; }
p { color: rgb(190,38,185); }
H1.HeaderClassName
{
color: #BE26B9;
}
.AnyTagClassName
{
color: #BE26B9;
}
</style>
background-color css
<style>
a { background-color: #BE26B9; }
a { background-color: rgb(190,38,185); }
div.DivClassName
{
background-color: #BE26B9;
}
.BgClassName
{
background-color: #BE26B9;
}
</style>
border-color css
<style>
span { border-color: #BE26B9; }
span { border-color: rgb(190,38,185); }
td.TdClassName
{
border-color: #BE26B9;
}
.TagClassName
{
border-color: #BE26B9;
}
</style>