Shades of Electric Purple #BE00FD
Tints of Electric Purple #BE00FD
RGB
CMYK
RGB Variations
Color information
#BE00FD (or 0xBE00FD) is known color: Electric Purple. HEX triplet: BE, 00 and FD. RGB value is (190,0,253). Sum of RGB (Red+Green+Blue) = 190+0+253=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00FD is #41FF02. Grayscale: #545454. Windows color (decimal): -4325123 or 16580798. OLE color: 16580798.
HSL color Cylindrical-coordinate representation of color #BE00FD: hue angle of 285.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00FD is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 0 | 253 | - |
| CMYK | 0.25 | 1 | 0 | 0.01 |
| HSL | 285.06º | 1% | 0.5% | - |
| HSV(B) | 285.06º | 1% | 0.99% | - |
| XYZ | 38.96 | 18.04 | 94.36 | - |
| YUV | 85.65 | 222.45 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 253 | 0.25 | 1 | 0 | 0.01 | 285.06 | 1 | 0.5 |
| Hex | BE | 0 | FD | 19 | 64 | 0 | 1 | 11D | 64 | 32 |
| Octal | 276 | 0 | 375 | 31 | 144 | 0 | 1 | 435 | 144 | 62 |
| Binary | 10111110 | 0 | 11111101 | 11001 | 1100100 | 0 | 1 | 100011101 | 1100100 | 110010 |
Color Harmonies of #BE00FD
Complementary color
Monochromatic Colors of #BE00FD
Black with #BE00FD
Text Example
Text Example
White with #BE00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00FD; }
p { color: rgb(190,0,253); }
H1.HeaderClassName
{
color: #BE00FD;
}
.AnyTagClassName
{
color: #BE00FD;
}
</style>
background-color css
<style>
a { background-color: #BE00FD; }
a { background-color: rgb(190,0,253); }
div.DivClassName
{
background-color: #BE00FD;
}
.BgClassName
{
background-color: #BE00FD;
}
</style>
border-color css
<style>
span { border-color: #BE00FD; }
span { border-color: rgb(190,0,253); }
td.TdClassName
{
border-color: #BE00FD;
}
.TagClassName
{
border-color: #BE00FD;
}
</style>