Shades of Electric Purple #BE03FF
Tints of Electric Purple #BE03FF
RGB
CMYK
RGB Variations
Color information
#BE03FF (or 0xBE03FF) is known color: Electric Purple. HEX triplet: BE, 03 and FF. RGB value is (190,3,255). Sum of RGB (Red+Green+Blue) = 190+3+255=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE03FF is #41FC00. Grayscale: #565656. Windows color (decimal): -4324353 or 16712638. OLE color: 16712638.
HSL color Cylindrical-coordinate representation of color #BE03FF: hue angle of 284.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03FF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 3 | 255 | - |
| CMYK | 0.25 | 0.99 | 0 | 0 |
| HSL | 284.52º | 1% | 0.51% | - |
| HSV(B) | 284.52º | 0.99% | 1% | - |
| XYZ | 39.32 | 18.23 | 96.05 | - |
| YUV | 87.64 | 222.45 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 255 | 0.25 | 0.99 | 0 | 0 | 284.52 | 1 | 0.51 |
| Hex | BE | 3 | FF | 19 | 63 | 0 | 0 | 11D | 64 | 33 |
| Octal | 276 | 3 | 377 | 31 | 143 | 0 | 0 | 435 | 144 | 63 |
| Binary | 10111110 | 11 | 11111111 | 11001 | 1100011 | 0 | 0 | 100011101 | 1100100 | 110011 |
Color Harmonies of #BE03FF
Complementary color
Monochromatic Colors of #BE03FF
Black with #BE03FF
Text Example
Text Example
White with #BE03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03FF; }
p { color: rgb(190,3,255); }
H1.HeaderClassName
{
color: #BE03FF;
}
.AnyTagClassName
{
color: #BE03FF;
}
</style>
background-color css
<style>
a { background-color: #BE03FF; }
a { background-color: rgb(190,3,255); }
div.DivClassName
{
background-color: #BE03FF;
}
.BgClassName
{
background-color: #BE03FF;
}
</style>
border-color css
<style>
span { border-color: #BE03FF; }
span { border-color: rgb(190,3,255); }
td.TdClassName
{
border-color: #BE03FF;
}
.TagClassName
{
border-color: #BE03FF;
}
</style>