Shades of Deep Magenta #BE26C8
Tints of Deep Magenta #BE26C8
RGB
CMYK
RGB Variations
Color information
#BE26C8 (or 0xBE26C8) is known color: Deep Magenta. HEX triplet: BE, 26 and C8. RGB value is (190,38,200). Sum of RGB (Red+Green+Blue) = 190+38+200=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE26C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26C8 is #41D937. Grayscale: #656565. Windows color (decimal): -4315448 or 13117118. OLE color: 13117118.
HSL color Cylindrical-coordinate representation of color #BE26C8: hue angle of 296.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE26C8 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 38 | 200 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.22 |
| HSL | 296.3º | 0.68% | 0.47% | - |
| HSV(B) | 296.3º | 0.81% | 0.78% | - |
| XYZ | 32.35 | 16.5 | 56.12 | - |
| YUV | 101.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 200 | 0.05 | 0.81 | 0 | 0.22 | 296.3 | 0.68 | 0.47 |
| Hex | BE | 26 | C8 | 5 | 51 | 0 | 16 | 128 | 44 | 2F |
| Octal | 276 | 46 | 310 | 5 | 121 | 0 | 26 | 450 | 104 | 57 |
| Binary | 10111110 | 100110 | 11001000 | 101 | 1010001 | 0 | 10110 | 100101000 | 1000100 | 101111 |
Color Harmonies of #BE26C8
Complementary color
Monochromatic Colors of #BE26C8
Black with #BE26C8
Text Example
Text Example
White with #BE26C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE26C8; }
p { color: rgb(190,38,200); }
H1.HeaderClassName
{
color: #BE26C8;
}
.AnyTagClassName
{
color: #BE26C8;
}
</style>
background-color css
<style>
a { background-color: #BE26C8; }
a { background-color: rgb(190,38,200); }
div.DivClassName
{
background-color: #BE26C8;
}
.BgClassName
{
background-color: #BE26C8;
}
</style>
border-color css
<style>
span { border-color: #BE26C8; }
span { border-color: rgb(190,38,200); }
td.TdClassName
{
border-color: #BE26C8;
}
.TagClassName
{
border-color: #BE26C8;
}
</style>