Shades of Electric Purple #BE0CFA
Tints of Electric Purple #BE0CFA
RGB
CMYK
RGB Variations
Color information
#BE0CFA (or 0xBE0CFA) is known color: Electric Purple. HEX triplet: BE, 0C and FA. RGB value is (190,12,250). Sum of RGB (Red+Green+Blue) = 190+12+250=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CFA is #41F305. Grayscale: #5B5B5B. Windows color (decimal): -4322054 or 16387262. OLE color: 16387262.
HSL color Cylindrical-coordinate representation of color #BE0CFA: hue angle of 284.87º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CFA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 12 | 250 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.02 |
| HSL | 284.87º | 0.96% | 0.51% | - |
| HSV(B) | 284.87º | 0.95% | 0.98% | - |
| XYZ | 38.62 | 18.11 | 91.9 | - |
| YUV | 92.35 | 216.97 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 250 | 0.24 | 0.95 | 0 | 0.02 | 284.87 | 0.96 | 0.51 |
| Hex | BE | C | FA | 18 | 5F | 0 | 2 | 11D | 60 | 33 |
| Octal | 276 | 14 | 372 | 30 | 137 | 0 | 2 | 435 | 140 | 63 |
| Binary | 10111110 | 1100 | 11111010 | 11000 | 1011111 | 0 | 10 | 100011101 | 1100000 | 110011 |
Color Harmonies of #BE0CFA
Complementary color
Monochromatic Colors of #BE0CFA
Black with #BE0CFA
Text Example
Text Example
White with #BE0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CFA; }
p { color: rgb(190,12,250); }
H1.HeaderClassName
{
color: #BE0CFA;
}
.AnyTagClassName
{
color: #BE0CFA;
}
</style>
background-color css
<style>
a { background-color: #BE0CFA; }
a { background-color: rgb(190,12,250); }
div.DivClassName
{
background-color: #BE0CFA;
}
.BgClassName
{
background-color: #BE0CFA;
}
</style>
border-color css
<style>
span { border-color: #BE0CFA; }
span { border-color: rgb(190,12,250); }
td.TdClassName
{
border-color: #BE0CFA;
}
.TagClassName
{
border-color: #BE0CFA;
}
</style>