Shades of Electric Purple #BE33FF
Tints of Electric Purple #BE33FF
RGB
CMYK
RGB Variations
Color information
#BE33FF (or 0xBE33FF) is known color: Electric Purple. HEX triplet: BE, 33 and FF. RGB value is (190,51,255). Sum of RGB (Red+Green+Blue) = 190+51+255=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE33FF is #41CC00. Grayscale: #737373. Windows color (decimal): -4312065 or 16724926. OLE color: 16724926.
HSL color Cylindrical-coordinate representation of color #BE33FF: hue angle of 280.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE33FF is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 51 | 255 | - |
| CMYK | 0.25 | 0.8 | 0 | 0 |
| HSL | 280.88º | 1% | 0.6% | - |
| HSV(B) | 280.88º | 0.8% | 1% | - |
| XYZ | 40.47 | 20.53 | 96.44 | - |
| YUV | 115.82 | 206.55 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 255 | 0.25 | 0.8 | 0 | 0 | 280.88 | 1 | 0.6 |
| Hex | BE | 33 | FF | 19 | 50 | 0 | 0 | 119 | 64 | 3C |
| Octal | 276 | 63 | 377 | 31 | 120 | 0 | 0 | 431 | 144 | 74 |
| Binary | 10111110 | 110011 | 11111111 | 11001 | 1010000 | 0 | 0 | 100011001 | 1100100 | 111100 |
Color Harmonies of #BE33FF
Complementary color
Monochromatic Colors of #BE33FF
Black with #BE33FF
Text Example
Text Example
White with #BE33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33FF; }
p { color: rgb(190,51,255); }
H1.HeaderClassName
{
color: #BE33FF;
}
.AnyTagClassName
{
color: #BE33FF;
}
</style>
background-color css
<style>
a { background-color: #BE33FF; }
a { background-color: rgb(190,51,255); }
div.DivClassName
{
background-color: #BE33FF;
}
.BgClassName
{
background-color: #BE33FF;
}
</style>
border-color css
<style>
span { border-color: #BE33FF; }
span { border-color: rgb(190,51,255); }
td.TdClassName
{
border-color: #BE33FF;
}
.TagClassName
{
border-color: #BE33FF;
}
</style>