Shades of Electric Purple #BE1FFB
Tints of Electric Purple #BE1FFB
RGB
CMYK
RGB Variations
Color information
#BE1FFB (or 0xBE1FFB) is known color: Electric Purple. HEX triplet: BE, 1F and FB. RGB value is (190,31,251). Sum of RGB (Red+Green+Blue) = 190+31+251=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1FFB is #41E004. Grayscale: #666666. Windows color (decimal): -4317189 or 16457662. OLE color: 16457662.
HSL color Cylindrical-coordinate representation of color #BE1FFB: hue angle of 283.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1FFB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 31 | 251 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.02 |
| HSL | 283.36º | 0.96% | 0.55% | - |
| HSV(B) | 283.36º | 0.88% | 0.98% | - |
| XYZ | 39.14 | 18.89 | 92.85 | - |
| YUV | 103.62 | 211.18 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 251 | 0.24 | 0.88 | 0 | 0.02 | 283.36 | 0.96 | 0.55 |
| Hex | BE | 1F | FB | 18 | 58 | 0 | 2 | 11B | 60 | 37 |
| Octal | 276 | 37 | 373 | 30 | 130 | 0 | 2 | 433 | 140 | 67 |
| Binary | 10111110 | 11111 | 11111011 | 11000 | 1011000 | 0 | 10 | 100011011 | 1100000 | 110111 |
Color Harmonies of #BE1FFB
Complementary color
Monochromatic Colors of #BE1FFB
Black with #BE1FFB
Text Example
Text Example
White with #BE1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1FFB; }
p { color: rgb(190,31,251); }
H1.HeaderClassName
{
color: #BE1FFB;
}
.AnyTagClassName
{
color: #BE1FFB;
}
</style>
background-color css
<style>
a { background-color: #BE1FFB; }
a { background-color: rgb(190,31,251); }
div.DivClassName
{
background-color: #BE1FFB;
}
.BgClassName
{
background-color: #BE1FFB;
}
</style>
border-color css
<style>
span { border-color: #BE1FFB; }
span { border-color: rgb(190,31,251); }
td.TdClassName
{
border-color: #BE1FFB;
}
.TagClassName
{
border-color: #BE1FFB;
}
</style>