Shades of Electric Purple #BE29FF
Tints of Electric Purple #BE29FF
RGB
CMYK
RGB Variations
Color information
#BE29FF (or 0xBE29FF) is known color: Electric Purple. HEX triplet: BE, 29 and FF. RGB value is (190,41,255). Sum of RGB (Red+Green+Blue) = 190+41+255=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE29FF is #41D600. Grayscale: #6D6D6D. Windows color (decimal): -4314625 or 16722366. OLE color: 16722366.
HSL color Cylindrical-coordinate representation of color #BE29FF: hue angle of 281.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE29FF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 41 | 255 | - |
| CMYK | 0.25 | 0.84 | 0 | 0 |
| HSL | 281.78º | 1% | 0.58% | - |
| HSV(B) | 281.78º | 0.84% | 1% | - |
| XYZ | 40.08 | 19.75 | 96.31 | - |
| YUV | 109.95 | 209.86 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 255 | 0.25 | 0.84 | 0 | 0 | 281.78 | 1 | 0.58 |
| Hex | BE | 29 | FF | 19 | 54 | 0 | 0 | 11A | 64 | 3A |
| Octal | 276 | 51 | 377 | 31 | 124 | 0 | 0 | 432 | 144 | 72 |
| Binary | 10111110 | 101001 | 11111111 | 11001 | 1010100 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #BE29FF
Complementary color
Monochromatic Colors of #BE29FF
Black with #BE29FF
Text Example
Text Example
White with #BE29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29FF; }
p { color: rgb(190,41,255); }
H1.HeaderClassName
{
color: #BE29FF;
}
.AnyTagClassName
{
color: #BE29FF;
}
</style>
background-color css
<style>
a { background-color: #BE29FF; }
a { background-color: rgb(190,41,255); }
div.DivClassName
{
background-color: #BE29FF;
}
.BgClassName
{
background-color: #BE29FF;
}
</style>
border-color css
<style>
span { border-color: #BE29FF; }
span { border-color: rgb(190,41,255); }
td.TdClassName
{
border-color: #BE29FF;
}
.TagClassName
{
border-color: #BE29FF;
}
</style>