Shades of Deep Magenta #BE26D5
Tints of Deep Magenta #BE26D5
RGB
CMYK
RGB Variations
Color information
#BE26D5 (or 0xBE26D5) is known color: Deep Magenta. HEX triplet: BE, 26 and D5. RGB value is (190,38,213). Sum of RGB (Red+Green+Blue) = 190+38+213=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE26D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26D5 is #41D92A. Grayscale: #666666. Windows color (decimal): -4315435 or 13969086. OLE color: 13969086.
HSL color Cylindrical-coordinate representation of color #BE26D5: hue angle of 292.11º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE26D5 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 38 | 213 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.16 |
| HSL | 292.11º | 0.7% | 0.49% | - |
| HSV(B) | 292.11º | 0.82% | 0.84% | - |
| XYZ | 33.94 | 17.14 | 64.47 | - |
| YUV | 103.4 | 189.86 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 213 | 0.11 | 0.82 | 0 | 0.16 | 292.11 | 0.7 | 0.49 |
| Hex | BE | 26 | D5 | B | 52 | 0 | 10 | 124 | 46 | 31 |
| Octal | 276 | 46 | 325 | 13 | 122 | 0 | 20 | 444 | 106 | 61 |
| Binary | 10111110 | 100110 | 11010101 | 1011 | 1010010 | 0 | 10000 | 100100100 | 1000110 | 110001 |
Color Harmonies of #BE26D5
Complementary color
Monochromatic Colors of #BE26D5
Black with #BE26D5
Text Example
Text Example
White with #BE26D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE26D5; }
p { color: rgb(190,38,213); }
H1.HeaderClassName
{
color: #BE26D5;
}
.AnyTagClassName
{
color: #BE26D5;
}
</style>
background-color css
<style>
a { background-color: #BE26D5; }
a { background-color: rgb(190,38,213); }
div.DivClassName
{
background-color: #BE26D5;
}
.BgClassName
{
background-color: #BE26D5;
}
</style>
border-color css
<style>
span { border-color: #BE26D5; }
span { border-color: rgb(190,38,213); }
td.TdClassName
{
border-color: #BE26D5;
}
.TagClassName
{
border-color: #BE26D5;
}
</style>