Shades of Electric Purple #BE36FF
Tints of Electric Purple #BE36FF
RGB
CMYK
RGB Variations
Color information
#BE36FF (or 0xBE36FF) is known color: Electric Purple. HEX triplet: BE, 36 and FF. RGB value is (190,54,255). Sum of RGB (Red+Green+Blue) = 190+54+255=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE36FF is #41C900. Grayscale: #747474. Windows color (decimal): -4311297 or 16725694. OLE color: 16725694.
HSL color Cylindrical-coordinate representation of color #BE36FF: hue angle of 280.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE36FF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 54 | 255 | - |
| CMYK | 0.25 | 0.79 | 0 | 0 |
| HSL | 280.6º | 1% | 0.61% | - |
| HSV(B) | 280.6º | 0.79% | 1% | - |
| XYZ | 40.6 | 20.81 | 96.48 | - |
| YUV | 117.58 | 205.56 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 255 | 0.25 | 0.79 | 0 | 0 | 280.6 | 1 | 0.61 |
| Hex | BE | 36 | FF | 19 | 4F | 0 | 0 | 119 | 64 | 3D |
| Octal | 276 | 66 | 377 | 31 | 117 | 0 | 0 | 431 | 144 | 75 |
| Binary | 10111110 | 110110 | 11111111 | 11001 | 1001111 | 0 | 0 | 100011001 | 1100100 | 111101 |
Color Harmonies of #BE36FF
Complementary color
Monochromatic Colors of #BE36FF
Black with #BE36FF
Text Example
Text Example
White with #BE36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36FF; }
p { color: rgb(190,54,255); }
H1.HeaderClassName
{
color: #BE36FF;
}
.AnyTagClassName
{
color: #BE36FF;
}
</style>
background-color css
<style>
a { background-color: #BE36FF; }
a { background-color: rgb(190,54,255); }
div.DivClassName
{
background-color: #BE36FF;
}
.BgClassName
{
background-color: #BE36FF;
}
</style>
border-color css
<style>
span { border-color: #BE36FF; }
span { border-color: rgb(190,54,255); }
td.TdClassName
{
border-color: #BE36FF;
}
.TagClassName
{
border-color: #BE36FF;
}
</style>