Shades of Electric Purple #BE2DFF
Tints of Electric Purple #BE2DFF
RGB
CMYK
RGB Variations
Color information
#BE2DFF (or 0xBE2DFF) is known color: Electric Purple. HEX triplet: BE, 2D and FF. RGB value is (190,45,255). Sum of RGB (Red+Green+Blue) = 190+45+255=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DFF is #41D200. Grayscale: #6F6F6F. Windows color (decimal): -4313601 or 16723390. OLE color: 16723390.
HSL color Cylindrical-coordinate representation of color #BE2DFF: hue angle of 281.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2DFF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 45 | 255 | - |
| CMYK | 0.25 | 0.82 | 0 | 0 |
| HSL | 281.43º | 1% | 0.59% | - |
| HSV(B) | 281.43º | 0.82% | 1% | - |
| XYZ | 40.22 | 20.04 | 96.36 | - |
| YUV | 112.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 255 | 0.25 | 0.82 | 0 | 0 | 281.43 | 1 | 0.59 |
| Hex | BE | 2D | FF | 19 | 52 | 0 | 0 | 119 | 64 | 3B |
| Octal | 276 | 55 | 377 | 31 | 122 | 0 | 0 | 431 | 144 | 73 |
| Binary | 10111110 | 101101 | 11111111 | 11001 | 1010010 | 0 | 0 | 100011001 | 1100100 | 111011 |
Color Harmonies of #BE2DFF
Complementary color
Monochromatic Colors of #BE2DFF
Black with #BE2DFF
Text Example
Text Example
White with #BE2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DFF; }
p { color: rgb(190,45,255); }
H1.HeaderClassName
{
color: #BE2DFF;
}
.AnyTagClassName
{
color: #BE2DFF;
}
</style>
background-color css
<style>
a { background-color: #BE2DFF; }
a { background-color: rgb(190,45,255); }
div.DivClassName
{
background-color: #BE2DFF;
}
.BgClassName
{
background-color: #BE2DFF;
}
</style>
border-color css
<style>
span { border-color: #BE2DFF; }
span { border-color: rgb(190,45,255); }
td.TdClassName
{
border-color: #BE2DFF;
}
.TagClassName
{
border-color: #BE2DFF;
}
</style>