Shades of Electric Purple #BE16FD
Tints of Electric Purple #BE16FD
RGB
CMYK
RGB Variations
Color information
#BE16FD (or 0xBE16FD) is known color: Electric Purple. HEX triplet: BE, 16 and FD. RGB value is (190,22,253). Sum of RGB (Red+Green+Blue) = 190+22+253=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE16FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16FD is #41E902. Grayscale: #616161. Windows color (decimal): -4319491 or 16586430. OLE color: 16586430.
HSL color Cylindrical-coordinate representation of color #BE16FD: hue angle of 283.64º degrees, saturation: 0.98, 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 #BE16FD is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 22 | 253 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.01 |
| HSL | 283.64º | 0.98% | 0.54% | - |
| HSV(B) | 283.64º | 0.91% | 0.99% | - |
| XYZ | 39.25 | 18.61 | 94.45 | - |
| YUV | 98.57 | 215.16 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 253 | 0.25 | 0.91 | 0 | 0.01 | 283.64 | 0.98 | 0.54 |
| Hex | BE | 16 | FD | 19 | 5B | 0 | 1 | 11C | 62 | 36 |
| Octal | 276 | 26 | 375 | 31 | 133 | 0 | 1 | 434 | 142 | 66 |
| Binary | 10111110 | 10110 | 11111101 | 11001 | 1011011 | 0 | 1 | 100011100 | 1100010 | 110110 |
Color Harmonies of #BE16FD
Complementary color
Monochromatic Colors of #BE16FD
Black with #BE16FD
Text Example
Text Example
White with #BE16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16FD; }
p { color: rgb(190,22,253); }
H1.HeaderClassName
{
color: #BE16FD;
}
.AnyTagClassName
{
color: #BE16FD;
}
</style>
background-color css
<style>
a { background-color: #BE16FD; }
a { background-color: rgb(190,22,253); }
div.DivClassName
{
background-color: #BE16FD;
}
.BgClassName
{
background-color: #BE16FD;
}
</style>
border-color css
<style>
span { border-color: #BE16FD; }
span { border-color: rgb(190,22,253); }
td.TdClassName
{
border-color: #BE16FD;
}
.TagClassName
{
border-color: #BE16FD;
}
</style>