Shades of Electric Purple #BE18FC
Tints of Electric Purple #BE18FC
RGB
CMYK
RGB Variations
Color information
#BE18FC (or 0xBE18FC) is known color: Electric Purple. HEX triplet: BE, 18 and FC. RGB value is (190,24,252). Sum of RGB (Red+Green+Blue) = 190+24+252=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE18FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE18FC is #41E703. Grayscale: #626262. Windows color (decimal): -4318980 or 16521406. OLE color: 16521406.
HSL color Cylindrical-coordinate representation of color #BE18FC: hue angle of 283.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE18FC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 24 | 252 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.01 |
| HSL | 283.68º | 0.97% | 0.54% | - |
| HSV(B) | 283.68º | 0.9% | 0.99% | - |
| XYZ | 39.13 | 18.63 | 93.63 | - |
| YUV | 99.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 252 | 0.25 | 0.90 | 0 | 0.01 | 283.68 | 0.97 | 0.54 |
| Hex | BE | 18 | FC | 19 | 5A | 0 | 1 | 11C | 61 | 36 |
| Octal | 276 | 30 | 374 | 31 | 132 | 0 | 1 | 434 | 141 | 66 |
| Binary | 10111110 | 11000 | 11111100 | 11001 | 1011010 | 0 | 1 | 100011100 | 1100001 | 110110 |
Color Harmonies of #BE18FC
Complementary color
Monochromatic Colors of #BE18FC
Black with #BE18FC
Text Example
Text Example
White with #BE18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18FC; }
p { color: rgb(190,24,252); }
H1.HeaderClassName
{
color: #BE18FC;
}
.AnyTagClassName
{
color: #BE18FC;
}
</style>
background-color css
<style>
a { background-color: #BE18FC; }
a { background-color: rgb(190,24,252); }
div.DivClassName
{
background-color: #BE18FC;
}
.BgClassName
{
background-color: #BE18FC;
}
</style>
border-color css
<style>
span { border-color: #BE18FC; }
span { border-color: rgb(190,24,252); }
td.TdClassName
{
border-color: #BE18FC;
}
.TagClassName
{
border-color: #BE18FC;
}
</style>