Shades of Electric Purple #BE25F1
Tints of Electric Purple #BE25F1
RGB
CMYK
RGB Variations
Color information
#BE25F1 (or 0xBE25F1) is known color: Electric Purple. HEX triplet: BE, 25 and F1. RGB value is (190,37,241). Sum of RGB (Red+Green+Blue) = 190+37+241=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE25F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE25F1 is #41DA0E. Grayscale: #696969. Windows color (decimal): -4315663 or 15803838. OLE color: 15803838.
HSL color Cylindrical-coordinate representation of color #BE25F1: hue angle of 285º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE25F1 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 37 | 241 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.05 |
| HSL | 285º | 0.88% | 0.55% | - |
| HSV(B) | 285º | 0.85% | 0.95% | - |
| XYZ | 37.77 | 18.62 | 84.82 | - |
| YUV | 106 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 241 | 0.21 | 0.85 | 0 | 0.05 | 285 | 0.88 | 0.55 |
| Hex | BE | 25 | F1 | 15 | 55 | 0 | 5 | 11D | 58 | 37 |
| Octal | 276 | 45 | 361 | 25 | 125 | 0 | 5 | 435 | 130 | 67 |
| Binary | 10111110 | 100101 | 11110001 | 10101 | 1010101 | 0 | 101 | 100011101 | 1011000 | 110111 |
Color Harmonies of #BE25F1
Complementary color
Monochromatic Colors of #BE25F1
Black with #BE25F1
Text Example
Text Example
White with #BE25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25F1; }
p { color: rgb(190,37,241); }
H1.HeaderClassName
{
color: #BE25F1;
}
.AnyTagClassName
{
color: #BE25F1;
}
</style>
background-color css
<style>
a { background-color: #BE25F1; }
a { background-color: rgb(190,37,241); }
div.DivClassName
{
background-color: #BE25F1;
}
.BgClassName
{
background-color: #BE25F1;
}
</style>
border-color css
<style>
span { border-color: #BE25F1; }
span { border-color: rgb(190,37,241); }
td.TdClassName
{
border-color: #BE25F1;
}
.TagClassName
{
border-color: #BE25F1;
}
</style>