Shades of Deep Magenta #BE26C5
Tints of Deep Magenta #BE26C5
RGB
CMYK
RGB Variations
Color information
#BE26C5 (or 0xBE26C5) is known color: Deep Magenta. HEX triplet: BE, 26 and C5. RGB value is (190,38,197). Sum of RGB (Red+Green+Blue) = 190+38+197=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE26C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26C5 is #41D93A. Grayscale: #656565. Windows color (decimal): -4315451 or 12920510. OLE color: 12920510.
HSL color Cylindrical-coordinate representation of color #BE26C5: hue angle of 297.36º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE26C5 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 38 | 197 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.23 |
| HSL | 297.36º | 0.68% | 0.46% | - |
| HSV(B) | 297.36º | 0.81% | 0.77% | - |
| XYZ | 32.01 | 16.36 | 54.3 | - |
| YUV | 101.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 197 | 0.04 | 0.81 | 0 | 0.23 | 297.36 | 0.68 | 0.46 |
| Hex | BE | 26 | C5 | 4 | 51 | 0 | 17 | 129 | 44 | 2E |
| Octal | 276 | 46 | 305 | 4 | 121 | 0 | 27 | 451 | 104 | 56 |
| Binary | 10111110 | 100110 | 11000101 | 100 | 1010001 | 0 | 10111 | 100101001 | 1000100 | 101110 |
Color Harmonies of #BE26C5
Complementary color
Monochromatic Colors of #BE26C5
Black with #BE26C5
Text Example
Text Example
White with #BE26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE26C5; }
p { color: rgb(190,38,197); }
H1.HeaderClassName
{
color: #BE26C5;
}
.AnyTagClassName
{
color: #BE26C5;
}
</style>
background-color css
<style>
a { background-color: #BE26C5; }
a { background-color: rgb(190,38,197); }
div.DivClassName
{
background-color: #BE26C5;
}
.BgClassName
{
background-color: #BE26C5;
}
</style>
border-color css
<style>
span { border-color: #BE26C5; }
span { border-color: rgb(190,38,197); }
td.TdClassName
{
border-color: #BE26C5;
}
.TagClassName
{
border-color: #BE26C5;
}
</style>