Shades of Electric Purple #BE2BFD
Tints of Electric Purple #BE2BFD
RGB
CMYK
RGB Variations
Color information
#BE2BFD (or 0xBE2BFD) is known color: Electric Purple. HEX triplet: BE, 2B and FD. RGB value is (190,43,253). Sum of RGB (Red+Green+Blue) = 190+43+253=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE2BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BFD is #41D402. Grayscale: #6E6E6E. Windows color (decimal): -4314115 or 16591806. OLE color: 16591806.
HSL color Cylindrical-coordinate representation of color #BE2BFD: hue angle of 282º 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 #BE2BFD is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 43 | 253 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.01 |
| HSL | 282º | 0.98% | 0.58% | - |
| HSV(B) | 282º | 0.83% | 0.99% | - |
| XYZ | 39.83 | 19.77 | 94.64 | - |
| YUV | 110.89 | 208.2 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 253 | 0.25 | 0.83 | 0 | 0.01 | 282 | 0.98 | 0.58 |
| Hex | BE | 2B | FD | 19 | 53 | 0 | 1 | 11A | 62 | 3A |
| Octal | 276 | 53 | 375 | 31 | 123 | 0 | 1 | 432 | 142 | 72 |
| Binary | 10111110 | 101011 | 11111101 | 11001 | 1010011 | 0 | 1 | 100011010 | 1100010 | 111010 |
Color Harmonies of #BE2BFD
Complementary color
Monochromatic Colors of #BE2BFD
Black with #BE2BFD
Text Example
Text Example
White with #BE2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BFD; }
p { color: rgb(190,43,253); }
H1.HeaderClassName
{
color: #BE2BFD;
}
.AnyTagClassName
{
color: #BE2BFD;
}
</style>
background-color css
<style>
a { background-color: #BE2BFD; }
a { background-color: rgb(190,43,253); }
div.DivClassName
{
background-color: #BE2BFD;
}
.BgClassName
{
background-color: #BE2BFD;
}
</style>
border-color css
<style>
span { border-color: #BE2BFD; }
span { border-color: rgb(190,43,253); }
td.TdClassName
{
border-color: #BE2BFD;
}
.TagClassName
{
border-color: #BE2BFD;
}
</style>