Shades of Electric Purple #BE2DF1
Tints of Electric Purple #BE2DF1
RGB
CMYK
RGB Variations
Color information
#BE2DF1 (or 0xBE2DF1) is known color: Electric Purple. HEX triplet: BE, 2D and F1. RGB value is (190,45,241). Sum of RGB (Red+Green+Blue) = 190+45+241=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE2DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DF1 is #41D20E. Grayscale: #6E6E6E. Windows color (decimal): -4313615 or 15805886. OLE color: 15805886.
HSL color Cylindrical-coordinate representation of color #BE2DF1: hue angle of 284.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2DF1 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 45 | 241 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.05 |
| HSL | 284.39º | 0.88% | 0.56% | - |
| HSV(B) | 284.39º | 0.81% | 0.95% | - |
| XYZ | 38.05 | 19.17 | 84.91 | - |
| YUV | 110.7 | 201.54 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 241 | 0.21 | 0.81 | 0 | 0.05 | 284.39 | 0.88 | 0.56 |
| Hex | BE | 2D | F1 | 15 | 51 | 0 | 5 | 11C | 58 | 38 |
| Octal | 276 | 55 | 361 | 25 | 121 | 0 | 5 | 434 | 130 | 70 |
| Binary | 10111110 | 101101 | 11110001 | 10101 | 1010001 | 0 | 101 | 100011100 | 1011000 | 111000 |
Color Harmonies of #BE2DF1
Complementary color
Monochromatic Colors of #BE2DF1
Black with #BE2DF1
Text Example
Text Example
White with #BE2DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DF1; }
p { color: rgb(190,45,241); }
H1.HeaderClassName
{
color: #BE2DF1;
}
.AnyTagClassName
{
color: #BE2DF1;
}
</style>
background-color css
<style>
a { background-color: #BE2DF1; }
a { background-color: rgb(190,45,241); }
div.DivClassName
{
background-color: #BE2DF1;
}
.BgClassName
{
background-color: #BE2DF1;
}
</style>
border-color css
<style>
span { border-color: #BE2DF1; }
span { border-color: rgb(190,45,241); }
td.TdClassName
{
border-color: #BE2DF1;
}
.TagClassName
{
border-color: #BE2DF1;
}
</style>