Shades of Electric Purple #BE0CFD
Tints of Electric Purple #BE0CFD
RGB
CMYK
RGB Variations
Color information
#BE0CFD (or 0xBE0CFD) is known color: Electric Purple. HEX triplet: BE, 0C and FD. RGB value is (190,12,253). Sum of RGB (Red+Green+Blue) = 190+12+253=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE0CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CFD is #41F302. Grayscale: #5B5B5B. Windows color (decimal): -4322051 or 16583870. OLE color: 16583870.
HSL color Cylindrical-coordinate representation of color #BE0CFD: hue angle of 284.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CFD is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 12 | 253 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.01 |
| HSL | 284.32º | 0.98% | 0.52% | - |
| HSV(B) | 284.32º | 0.95% | 0.99% | - |
| XYZ | 39.1 | 18.3 | 94.4 | - |
| YUV | 92.7 | 218.47 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 253 | 0.25 | 0.95 | 0 | 0.01 | 284.32 | 0.98 | 0.52 |
| Hex | BE | C | FD | 19 | 5F | 0 | 1 | 11C | 62 | 34 |
| Octal | 276 | 14 | 375 | 31 | 137 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111110 | 1100 | 11111101 | 11001 | 1011111 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BE0CFD
Complementary color
Monochromatic Colors of #BE0CFD
Black with #BE0CFD
Text Example
Text Example
White with #BE0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CFD; }
p { color: rgb(190,12,253); }
H1.HeaderClassName
{
color: #BE0CFD;
}
.AnyTagClassName
{
color: #BE0CFD;
}
</style>
background-color css
<style>
a { background-color: #BE0CFD; }
a { background-color: rgb(190,12,253); }
div.DivClassName
{
background-color: #BE0CFD;
}
.BgClassName
{
background-color: #BE0CFD;
}
</style>
border-color css
<style>
span { border-color: #BE0CFD; }
span { border-color: rgb(190,12,253); }
td.TdClassName
{
border-color: #BE0CFD;
}
.TagClassName
{
border-color: #BE0CFD;
}
</style>