Shades of Electric Purple #BE2BFC
Tints of Electric Purple #BE2BFC
RGB
CMYK
RGB Variations
Color information
#BE2BFC (or 0xBE2BFC) is known color: Electric Purple. HEX triplet: BE, 2B and FC. RGB value is (190,43,252). Sum of RGB (Red+Green+Blue) = 190+43+252=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE2BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BFC is #41D403. Grayscale: #6E6E6E. Windows color (decimal): -4314116 or 16526270. OLE color: 16526270.
HSL color Cylindrical-coordinate representation of color #BE2BFC: hue angle of 282.2º degrees, saturation: 0.97, 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 #BE2BFC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 43 | 252 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.01 |
| HSL | 282.2º | 0.97% | 0.58% | - |
| HSV(B) | 282.2º | 0.83% | 0.99% | - |
| XYZ | 39.67 | 19.7 | 93.81 | - |
| YUV | 110.78 | 207.7 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 252 | 0.25 | 0.83 | 0 | 0.01 | 282.2 | 0.97 | 0.58 |
| Hex | BE | 2B | FC | 19 | 53 | 0 | 1 | 11A | 61 | 3A |
| Octal | 276 | 53 | 374 | 31 | 123 | 0 | 1 | 432 | 141 | 72 |
| Binary | 10111110 | 101011 | 11111100 | 11001 | 1010011 | 0 | 1 | 100011010 | 1100001 | 111010 |
Color Harmonies of #BE2BFC
Complementary color
Monochromatic Colors of #BE2BFC
Black with #BE2BFC
Text Example
Text Example
White with #BE2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BFC; }
p { color: rgb(190,43,252); }
H1.HeaderClassName
{
color: #BE2BFC;
}
.AnyTagClassName
{
color: #BE2BFC;
}
</style>
background-color css
<style>
a { background-color: #BE2BFC; }
a { background-color: rgb(190,43,252); }
div.DivClassName
{
background-color: #BE2BFC;
}
.BgClassName
{
background-color: #BE2BFC;
}
</style>
border-color css
<style>
span { border-color: #BE2BFC; }
span { border-color: rgb(190,43,252); }
td.TdClassName
{
border-color: #BE2BFC;
}
.TagClassName
{
border-color: #BE2BFC;
}
</style>