Shades of Electric Purple #B932FA
Tints of Electric Purple #B932FA
RGB
CMYK
RGB Variations
Color information
#B932FA (or 0xB932FA) is known color: Electric Purple. HEX triplet: B9, 32 and FA. RGB value is (185,50,250). Sum of RGB (Red+Green+Blue) = 185+50+250=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #B932FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932FA is #46CD05. Grayscale: #707070. Windows color (decimal): -4640006 or 16396985. OLE color: 16396985.
HSL color Cylindrical-coordinate representation of color #B932FA: hue angle of 280.5º 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 #B932FA is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 50 | 250 | - |
| CMYK | 0.26 | 0.8 | 0 | 0.02 |
| HSL | 280.5º | 0.95% | 0.59% | - |
| HSV(B) | 280.5º | 0.8% | 0.98% | - |
| XYZ | 38.4 | 19.5 | 92.18 | - |
| YUV | 113.17 | 205.23 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 250 | 0.26 | 0.8 | 0 | 0.02 | 280.5 | 0.95 | 0.59 |
| Hex | B9 | 32 | FA | 1A | 50 | 0 | 2 | 118 | 5F | 3B |
| Octal | 271 | 62 | 372 | 32 | 120 | 0 | 2 | 430 | 137 | 73 |
| Binary | 10111001 | 110010 | 11111010 | 11010 | 1010000 | 0 | 10 | 100011000 | 1011111 | 111011 |
Color Harmonies of #B932FA
Complementary color
Monochromatic Colors of #B932FA
Black with #B932FA
Text Example
Text Example
White with #B932FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932FA; }
p { color: rgb(185,50,250); }
H1.HeaderClassName
{
color: #B932FA;
}
.AnyTagClassName
{
color: #B932FA;
}
</style>
background-color css
<style>
a { background-color: #B932FA; }
a { background-color: rgb(185,50,250); }
div.DivClassName
{
background-color: #B932FA;
}
.BgClassName
{
background-color: #B932FA;
}
</style>
border-color css
<style>
span { border-color: #B932FA; }
span { border-color: rgb(185,50,250); }
td.TdClassName
{
border-color: #B932FA;
}
.TagClassName
{
border-color: #B932FA;
}
</style>