Shades of Electric Purple #BE2DFB
Tints of Electric Purple #BE2DFB
RGB
CMYK
RGB Variations
Color information
#BE2DFB (or 0xBE2DFB) is known color: Electric Purple. HEX triplet: BE, 2D and FB. RGB value is (190,45,251). Sum of RGB (Red+Green+Blue) = 190+45+251=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE2DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DFB is #41D204. Grayscale: #6F6F6F. Windows color (decimal): -4313605 or 16461246. OLE color: 16461246.
HSL color Cylindrical-coordinate representation of color #BE2DFB: hue angle of 282.23º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2DFB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 45 | 251 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.02 |
| HSL | 282.23º | 0.96% | 0.58% | - |
| HSV(B) | 282.23º | 0.82% | 0.98% | - |
| XYZ | 39.59 | 19.79 | 93 | - |
| YUV | 111.84 | 206.54 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 251 | 0.24 | 0.82 | 0 | 0.02 | 282.23 | 0.96 | 0.58 |
| Hex | BE | 2D | FB | 18 | 52 | 0 | 2 | 11A | 60 | 3A |
| Octal | 276 | 55 | 373 | 30 | 122 | 0 | 2 | 432 | 140 | 72 |
| Binary | 10111110 | 101101 | 11111011 | 11000 | 1010010 | 0 | 10 | 100011010 | 1100000 | 111010 |
Color Harmonies of #BE2DFB
Complementary color
Monochromatic Colors of #BE2DFB
Black with #BE2DFB
Text Example
Text Example
White with #BE2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DFB; }
p { color: rgb(190,45,251); }
H1.HeaderClassName
{
color: #BE2DFB;
}
.AnyTagClassName
{
color: #BE2DFB;
}
</style>
background-color css
<style>
a { background-color: #BE2DFB; }
a { background-color: rgb(190,45,251); }
div.DivClassName
{
background-color: #BE2DFB;
}
.BgClassName
{
background-color: #BE2DFB;
}
</style>
border-color css
<style>
span { border-color: #BE2DFB; }
span { border-color: rgb(190,45,251); }
td.TdClassName
{
border-color: #BE2DFB;
}
.TagClassName
{
border-color: #BE2DFB;
}
</style>