Shades of Electric Purple #BE24F7
Tints of Electric Purple #BE24F7
RGB
CMYK
RGB Variations
Color information
#BE24F7 (or 0xBE24F7) is known color: Electric Purple. HEX triplet: BE, 24 and F7. RGB value is (190,36,247). Sum of RGB (Red+Green+Blue) = 190+36+247=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #BE24F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE24F7 is #41DB08. Grayscale: #696969. Windows color (decimal): -4315913 or 16196798. OLE color: 16196798.
HSL color Cylindrical-coordinate representation of color #BE24F7: hue angle of 283.79º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE24F7 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 36 | 247 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.03 |
| HSL | 283.79º | 0.93% | 0.55% | - |
| HSV(B) | 283.79º | 0.85% | 0.97% | - |
| XYZ | 38.65 | 18.92 | 89.61 | - |
| YUV | 106.1 | 207.52 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 247 | 0.23 | 0.85 | 0 | 0.03 | 283.79 | 0.93 | 0.55 |
| Hex | BE | 24 | F7 | 17 | 55 | 0 | 3 | 11C | 5D | 37 |
| Octal | 276 | 44 | 367 | 27 | 125 | 0 | 3 | 434 | 135 | 67 |
| Binary | 10111110 | 100100 | 11110111 | 10111 | 1010101 | 0 | 11 | 100011100 | 1011101 | 110111 |
Color Harmonies of #BE24F7
Complementary color
Monochromatic Colors of #BE24F7
Black with #BE24F7
Text Example
Text Example
White with #BE24F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24F7; }
p { color: rgb(190,36,247); }
H1.HeaderClassName
{
color: #BE24F7;
}
.AnyTagClassName
{
color: #BE24F7;
}
</style>
background-color css
<style>
a { background-color: #BE24F7; }
a { background-color: rgb(190,36,247); }
div.DivClassName
{
background-color: #BE24F7;
}
.BgClassName
{
background-color: #BE24F7;
}
</style>
border-color css
<style>
span { border-color: #BE24F7; }
span { border-color: rgb(190,36,247); }
td.TdClassName
{
border-color: #BE24F7;
}
.TagClassName
{
border-color: #BE24F7;
}
</style>