Shades of Electric Purple #BE16FC
Tints of Electric Purple #BE16FC
RGB
CMYK
RGB Variations
Color information
#BE16FC (or 0xBE16FC) is known color: Electric Purple. HEX triplet: BE, 16 and FC. RGB value is (190,22,252). Sum of RGB (Red+Green+Blue) = 190+22+252=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE16FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16FC is #41E903. Grayscale: #616161. Windows color (decimal): -4319492 or 16520894. OLE color: 16520894.
HSL color Cylindrical-coordinate representation of color #BE16FC: hue angle of 283.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE16FC is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 22 | 252 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.01 |
| HSL | 283.83º | 0.97% | 0.54% | - |
| HSV(B) | 283.83º | 0.91% | 0.99% | - |
| XYZ | 39.09 | 18.55 | 93.62 | - |
| YUV | 98.45 | 214.66 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 252 | 0.25 | 0.91 | 0 | 0.01 | 283.83 | 0.97 | 0.54 |
| Hex | BE | 16 | FC | 19 | 5B | 0 | 1 | 11C | 61 | 36 |
| Octal | 276 | 26 | 374 | 31 | 133 | 0 | 1 | 434 | 141 | 66 |
| Binary | 10111110 | 10110 | 11111100 | 11001 | 1011011 | 0 | 1 | 100011100 | 1100001 | 110110 |
Color Harmonies of #BE16FC
Complementary color
Monochromatic Colors of #BE16FC
Black with #BE16FC
Text Example
Text Example
White with #BE16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16FC; }
p { color: rgb(190,22,252); }
H1.HeaderClassName
{
color: #BE16FC;
}
.AnyTagClassName
{
color: #BE16FC;
}
</style>
background-color css
<style>
a { background-color: #BE16FC; }
a { background-color: rgb(190,22,252); }
div.DivClassName
{
background-color: #BE16FC;
}
.BgClassName
{
background-color: #BE16FC;
}
</style>
border-color css
<style>
span { border-color: #BE16FC; }
span { border-color: rgb(190,22,252); }
td.TdClassName
{
border-color: #BE16FC;
}
.TagClassName
{
border-color: #BE16FC;
}
</style>