Shades of Electric Purple #BE16F3
Tints of Electric Purple #BE16F3
RGB
CMYK
RGB Variations
Color information
#BE16F3 (or 0xBE16F3) is known color: Electric Purple. HEX triplet: BE, 16 and F3. RGB value is (190,22,243). Sum of RGB (Red+Green+Blue) = 190+22+243=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE16F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16F3 is #41E90C. Grayscale: #606060. Windows color (decimal): -4319501 or 15931070. OLE color: 15931070.
HSL color Cylindrical-coordinate representation of color #BE16F3: hue angle of 285.61º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE16F3 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 22 | 243 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.05 |
| HSL | 285.61º | 0.9% | 0.52% | - |
| HSV(B) | 285.61º | 0.91% | 0.95% | - |
| XYZ | 37.7 | 17.99 | 86.28 | - |
| YUV | 97.43 | 210.16 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 243 | 0.22 | 0.91 | 0 | 0.05 | 285.61 | 0.9 | 0.52 |
| Hex | BE | 16 | F3 | 16 | 5B | 0 | 5 | 11E | 5A | 34 |
| Octal | 276 | 26 | 363 | 26 | 133 | 0 | 5 | 436 | 132 | 64 |
| Binary | 10111110 | 10110 | 11110011 | 10110 | 1011011 | 0 | 101 | 100011110 | 1011010 | 110100 |
Color Harmonies of #BE16F3
Complementary color
Monochromatic Colors of #BE16F3
Black with #BE16F3
Text Example
Text Example
White with #BE16F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16F3; }
p { color: rgb(190,22,243); }
H1.HeaderClassName
{
color: #BE16F3;
}
.AnyTagClassName
{
color: #BE16F3;
}
</style>
background-color css
<style>
a { background-color: #BE16F3; }
a { background-color: rgb(190,22,243); }
div.DivClassName
{
background-color: #BE16F3;
}
.BgClassName
{
background-color: #BE16F3;
}
</style>
border-color css
<style>
span { border-color: #BE16F3; }
span { border-color: rgb(190,22,243); }
td.TdClassName
{
border-color: #BE16F3;
}
.TagClassName
{
border-color: #BE16F3;
}
</style>