Shades of Electric Purple #BE0EFB
Tints of Electric Purple #BE0EFB
RGB
CMYK
RGB Variations
Color information
#BE0EFB (or 0xBE0EFB) is known color: Electric Purple. HEX triplet: BE, 0E and FB. RGB value is (190,14,251). Sum of RGB (Red+Green+Blue) = 190+14+251=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE0EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EFB is #41F104. Grayscale: #5C5C5C. Windows color (decimal): -4321541 or 16453310. OLE color: 16453310.
HSL color Cylindrical-coordinate representation of color #BE0EFB: hue angle of 284.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0EFB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 14 | 251 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.02 |
| HSL | 284.56º | 0.97% | 0.52% | - |
| HSV(B) | 284.56º | 0.94% | 0.98% | - |
| XYZ | 38.8 | 18.23 | 92.74 | - |
| YUV | 93.64 | 216.81 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 251 | 0.24 | 0.94 | 0 | 0.02 | 284.56 | 0.97 | 0.52 |
| Hex | BE | E | FB | 18 | 5E | 0 | 2 | 11D | 61 | 34 |
| Octal | 276 | 16 | 373 | 30 | 136 | 0 | 2 | 435 | 141 | 64 |
| Binary | 10111110 | 1110 | 11111011 | 11000 | 1011110 | 0 | 10 | 100011101 | 1100001 | 110100 |
Color Harmonies of #BE0EFB
Complementary color
Monochromatic Colors of #BE0EFB
Black with #BE0EFB
Text Example
Text Example
White with #BE0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EFB; }
p { color: rgb(190,14,251); }
H1.HeaderClassName
{
color: #BE0EFB;
}
.AnyTagClassName
{
color: #BE0EFB;
}
</style>
background-color css
<style>
a { background-color: #BE0EFB; }
a { background-color: rgb(190,14,251); }
div.DivClassName
{
background-color: #BE0EFB;
}
.BgClassName
{
background-color: #BE0EFB;
}
</style>
border-color css
<style>
span { border-color: #BE0EFB; }
span { border-color: rgb(190,14,251); }
td.TdClassName
{
border-color: #BE0EFB;
}
.TagClassName
{
border-color: #BE0EFB;
}
</style>