Shades of Electric Purple #BE1CFD
Tints of Electric Purple #BE1CFD
RGB
CMYK
RGB Variations
Color information
#BE1CFD (or 0xBE1CFD) is known color: Electric Purple. HEX triplet: BE, 1C and FD. RGB value is (190,28,253). Sum of RGB (Red+Green+Blue) = 190+28+253=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE1CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CFD is #41E302. Grayscale: #656565. Windows color (decimal): -4317955 or 16587966. OLE color: 16587966.
HSL color Cylindrical-coordinate representation of color #BE1CFD: hue angle of 283.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1CFD is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 28 | 253 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.01 |
| HSL | 283.2º | 0.98% | 0.55% | - |
| HSV(B) | 283.2º | 0.89% | 0.99% | - |
| XYZ | 39.38 | 18.87 | 94.5 | - |
| YUV | 102.09 | 213.17 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 253 | 0.25 | 0.89 | 0 | 0.01 | 283.2 | 0.98 | 0.55 |
| Hex | BE | 1C | FD | 19 | 59 | 0 | 1 | 11B | 62 | 37 |
| Octal | 276 | 34 | 375 | 31 | 131 | 0 | 1 | 433 | 142 | 67 |
| Binary | 10111110 | 11100 | 11111101 | 11001 | 1011001 | 0 | 1 | 100011011 | 1100010 | 110111 |
Color Harmonies of #BE1CFD
Complementary color
Monochromatic Colors of #BE1CFD
Black with #BE1CFD
Text Example
Text Example
White with #BE1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CFD; }
p { color: rgb(190,28,253); }
H1.HeaderClassName
{
color: #BE1CFD;
}
.AnyTagClassName
{
color: #BE1CFD;
}
</style>
background-color css
<style>
a { background-color: #BE1CFD; }
a { background-color: rgb(190,28,253); }
div.DivClassName
{
background-color: #BE1CFD;
}
.BgClassName
{
background-color: #BE1CFD;
}
</style>
border-color css
<style>
span { border-color: #BE1CFD; }
span { border-color: rgb(190,28,253); }
td.TdClassName
{
border-color: #BE1CFD;
}
.TagClassName
{
border-color: #BE1CFD;
}
</style>