Shades of Electric Purple #BE32FA
Tints of Electric Purple #BE32FA
RGB
CMYK
RGB Variations
Color information
#BE32FA (or 0xBE32FA) is known color: Electric Purple. HEX triplet: BE, 32 and FA. RGB value is (190,50,250). Sum of RGB (Red+Green+Blue) = 190+50+250=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32FA is #41CD05. Grayscale: #727272. Windows color (decimal): -4312326 or 16396990. OLE color: 16396990.
HSL color Cylindrical-coordinate representation of color #BE32FA: hue angle of 282º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE32FA is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 50 | 250 | - |
| CMYK | 0.24 | 0.8 | 0 | 0.02 |
| HSL | 282º | 0.95% | 0.59% | - |
| HSV(B) | 282º | 0.8% | 0.98% | - |
| XYZ | 39.63 | 20.13 | 92.24 | - |
| YUV | 114.66 | 204.38 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 250 | 0.24 | 0.8 | 0 | 0.02 | 282 | 0.95 | 0.59 |
| Hex | BE | 32 | FA | 18 | 50 | 0 | 2 | 11A | 5F | 3B |
| Octal | 276 | 62 | 372 | 30 | 120 | 0 | 2 | 432 | 137 | 73 |
| Binary | 10111110 | 110010 | 11111010 | 11000 | 1010000 | 0 | 10 | 100011010 | 1011111 | 111011 |
Color Harmonies of #BE32FA
Complementary color
Monochromatic Colors of #BE32FA
Black with #BE32FA
Text Example
Text Example
White with #BE32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32FA; }
p { color: rgb(190,50,250); }
H1.HeaderClassName
{
color: #BE32FA;
}
.AnyTagClassName
{
color: #BE32FA;
}
</style>
background-color css
<style>
a { background-color: #BE32FA; }
a { background-color: rgb(190,50,250); }
div.DivClassName
{
background-color: #BE32FA;
}
.BgClassName
{
background-color: #BE32FA;
}
</style>
border-color css
<style>
span { border-color: #BE32FA; }
span { border-color: rgb(190,50,250); }
td.TdClassName
{
border-color: #BE32FA;
}
.TagClassName
{
border-color: #BE32FA;
}
</style>