Shades of Electric Purple #BE2BED
Tints of Electric Purple #BE2BED
RGB
CMYK
RGB Variations
Color information
#BE2BED (or 0xBE2BED) is known color: Electric Purple. HEX triplet: BE, 2B and ED. RGB value is (190,43,237). Sum of RGB (Red+Green+Blue) = 190+43+237=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BED is #41D412. Grayscale: #6C6C6C. Windows color (decimal): -4314131 or 15543230. OLE color: 15543230.
HSL color Cylindrical-coordinate representation of color #BE2BED: hue angle of 285.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2BED is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 43 | 237 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.07 |
| HSL | 285.46º | 0.84% | 0.55% | - |
| HSV(B) | 285.46º | 0.82% | 0.93% | - |
| XYZ | 37.39 | 18.79 | 81.78 | - |
| YUV | 109.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 237 | 0.20 | 0.82 | 0 | 0.07 | 285.46 | 0.84 | 0.55 |
| Hex | BE | 2B | ED | 14 | 52 | 0 | 7 | 11D | 54 | 37 |
| Octal | 276 | 53 | 355 | 24 | 122 | 0 | 7 | 435 | 124 | 67 |
| Binary | 10111110 | 101011 | 11101101 | 10100 | 1010010 | 0 | 111 | 100011101 | 1010100 | 110111 |
Color Harmonies of #BE2BED
Complementary color
Monochromatic Colors of #BE2BED
Black with #BE2BED
Text Example
Text Example
White with #BE2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BED; }
p { color: rgb(190,43,237); }
H1.HeaderClassName
{
color: #BE2BED;
}
.AnyTagClassName
{
color: #BE2BED;
}
</style>
background-color css
<style>
a { background-color: #BE2BED; }
a { background-color: rgb(190,43,237); }
div.DivClassName
{
background-color: #BE2BED;
}
.BgClassName
{
background-color: #BE2BED;
}
</style>
border-color css
<style>
span { border-color: #BE2BED; }
span { border-color: rgb(190,43,237); }
td.TdClassName
{
border-color: #BE2BED;
}
.TagClassName
{
border-color: #BE2BED;
}
</style>