Shades of Deep Magenta #BE26B5
Tints of Deep Magenta #BE26B5
RGB
CMYK
RGB Variations
Color information
#BE26B5 (or 0xBE26B5) is known color: Deep Magenta. HEX triplet: BE, 26 and B5. RGB value is (190,38,181). Sum of RGB (Red+Green+Blue) = 190+38+181=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26B5 is #41D94A. Grayscale: #636363. Windows color (decimal): -4315467 or 11871934. OLE color: 11871934.
HSL color Cylindrical-coordinate representation of color #BE26B5: hue angle of 303.55º 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 #BE26B5 is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 181 | - |
| CMYK | 0 | 0.8 | 0.05 | 0.25 |
| HSL | 303.55º | 0.67% | 0.45% | - |
| HSV(B) | 303.55º | 0.8% | 0.75% | - |
| XYZ | 30.27 | 15.67 | 45.15 | - |
| YUV | 99.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 181 | 0 | 0.8 | 0.05 | 0.25 | 303.55 | 0.67 | 0.45 |
| Hex | BE | 26 | B5 | 0 | 50 | 5 | 19 | 130 | 43 | 2D |
| Octal | 276 | 46 | 265 | 0 | 120 | 5 | 31 | 460 | 103 | 55 |
| Binary | 10111110 | 100110 | 10110101 | 0 | 1010000 | 101 | 11001 | 100110000 | 1000011 | 101101 |
Color Harmonies of #BE26B5
Complementary color
Monochromatic Colors of #BE26B5
Black with #BE26B5
Text Example
Text Example
White with #BE26B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE26B5; }
p { color: rgb(190,38,181); }
H1.HeaderClassName
{
color: #BE26B5;
}
.AnyTagClassName
{
color: #BE26B5;
}
</style>
background-color css
<style>
a { background-color: #BE26B5; }
a { background-color: rgb(190,38,181); }
div.DivClassName
{
background-color: #BE26B5;
}
.BgClassName
{
background-color: #BE26B5;
}
</style>
border-color css
<style>
span { border-color: #BE26B5; }
span { border-color: rgb(190,38,181); }
td.TdClassName
{
border-color: #BE26B5;
}
.TagClassName
{
border-color: #BE26B5;
}
</style>