Shades of Electric Purple #BE2CFD
Tints of Electric Purple #BE2CFD
RGB
CMYK
RGB Variations
Color information
#BE2CFD (or 0xBE2CFD) is known color: Electric Purple. HEX triplet: BE, 2C and FD. RGB value is (190,44,253). Sum of RGB (Red+Green+Blue) = 190+44+253=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE2CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CFD is #41D302. Grayscale: #6E6E6E. Windows color (decimal): -4313859 or 16592062. OLE color: 16592062.
HSL color Cylindrical-coordinate representation of color #BE2CFD: hue angle of 281.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2CFD is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 44 | 253 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.01 |
| HSL | 281.91º | 0.98% | 0.58% | - |
| HSV(B) | 281.91º | 0.83% | 0.99% | - |
| XYZ | 39.87 | 19.84 | 94.66 | - |
| YUV | 111.48 | 207.87 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 253 | 0.25 | 0.83 | 0 | 0.01 | 281.91 | 0.98 | 0.58 |
| Hex | BE | 2C | FD | 19 | 53 | 0 | 1 | 11A | 62 | 3A |
| Octal | 276 | 54 | 375 | 31 | 123 | 0 | 1 | 432 | 142 | 72 |
| Binary | 10111110 | 101100 | 11111101 | 11001 | 1010011 | 0 | 1 | 100011010 | 1100010 | 111010 |
Color Harmonies of #BE2CFD
Complementary color
Monochromatic Colors of #BE2CFD
Black with #BE2CFD
Text Example
Text Example
White with #BE2CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CFD; }
p { color: rgb(190,44,253); }
H1.HeaderClassName
{
color: #BE2CFD;
}
.AnyTagClassName
{
color: #BE2CFD;
}
</style>
background-color css
<style>
a { background-color: #BE2CFD; }
a { background-color: rgb(190,44,253); }
div.DivClassName
{
background-color: #BE2CFD;
}
.BgClassName
{
background-color: #BE2CFD;
}
</style>
border-color css
<style>
span { border-color: #BE2CFD; }
span { border-color: rgb(190,44,253); }
td.TdClassName
{
border-color: #BE2CFD;
}
.TagClassName
{
border-color: #BE2CFD;
}
</style>