Shades of Electric Purple #BE28FF
Tints of Electric Purple #BE28FF
RGB
CMYK
RGB Variations
Color information
#BE28FF (or 0xBE28FF) is known color: Electric Purple. HEX triplet: BE, 28 and FF. RGB value is (190,40,255). Sum of RGB (Red+Green+Blue) = 190+40+255=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE28FF is #41D700. Grayscale: #6C6C6C. Windows color (decimal): -4314881 or 16722110. OLE color: 16722110.
HSL color Cylindrical-coordinate representation of color #BE28FF: hue angle of 281.86º 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 #BE28FF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 40 | 255 | - |
| CMYK | 0.25 | 0.84 | 0 | 0 |
| HSL | 281.86º | 1% | 0.58% | - |
| HSV(B) | 281.86º | 0.84% | 1% | - |
| XYZ | 40.04 | 19.68 | 96.3 | - |
| YUV | 109.36 | 210.2 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 255 | 0.25 | 0.84 | 0 | 0 | 281.86 | 1 | 0.58 |
| Hex | BE | 28 | FF | 19 | 54 | 0 | 0 | 11A | 64 | 3A |
| Octal | 276 | 50 | 377 | 31 | 124 | 0 | 0 | 432 | 144 | 72 |
| Binary | 10111110 | 101000 | 11111111 | 11001 | 1010100 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #BE28FF
Complementary color
Monochromatic Colors of #BE28FF
Black with #BE28FF
Text Example
Text Example
White with #BE28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28FF; }
p { color: rgb(190,40,255); }
H1.HeaderClassName
{
color: #BE28FF;
}
.AnyTagClassName
{
color: #BE28FF;
}
</style>
background-color css
<style>
a { background-color: #BE28FF; }
a { background-color: rgb(190,40,255); }
div.DivClassName
{
background-color: #BE28FF;
}
.BgClassName
{
background-color: #BE28FF;
}
</style>
border-color css
<style>
span { border-color: #BE28FF; }
span { border-color: rgb(190,40,255); }
td.TdClassName
{
border-color: #BE28FF;
}
.TagClassName
{
border-color: #BE28FF;
}
</style>