Shades of Electric Purple #BC32FA
Tints of Electric Purple #BC32FA
RGB
CMYK
RGB Variations
Color information
#BC32FA (or 0xBC32FA) is known color: Electric Purple. HEX triplet: BC, 32 and FA. RGB value is (188,50,250). Sum of RGB (Red+Green+Blue) = 188+50+250=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32FA is #43CD05. Grayscale: #717171. Windows color (decimal): -4443398 or 16396988. OLE color: 16396988.
HSL color Cylindrical-coordinate representation of color #BC32FA: hue angle of 281.4º 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 #BC32FA is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 50 | 250 | - |
| CMYK | 0.25 | 0.8 | 0 | 0.02 |
| HSL | 281.4º | 0.95% | 0.59% | - |
| HSV(B) | 281.4º | 0.8% | 0.98% | - |
| XYZ | 39.13 | 19.87 | 92.22 | - |
| YUV | 114.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 250 | 0.25 | 0.8 | 0 | 0.02 | 281.4 | 0.95 | 0.59 |
| Hex | BC | 32 | FA | 19 | 50 | 0 | 2 | 119 | 5F | 3B |
| Octal | 274 | 62 | 372 | 31 | 120 | 0 | 2 | 431 | 137 | 73 |
| Binary | 10111100 | 110010 | 11111010 | 11001 | 1010000 | 0 | 10 | 100011001 | 1011111 | 111011 |
Color Harmonies of #BC32FA
Complementary color
Monochromatic Colors of #BC32FA
Black with #BC32FA
Text Example
Text Example
White with #BC32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32FA; }
p { color: rgb(188,50,250); }
H1.HeaderClassName
{
color: #BC32FA;
}
.AnyTagClassName
{
color: #BC32FA;
}
</style>
background-color css
<style>
a { background-color: #BC32FA; }
a { background-color: rgb(188,50,250); }
div.DivClassName
{
background-color: #BC32FA;
}
.BgClassName
{
background-color: #BC32FA;
}
</style>
border-color css
<style>
span { border-color: #BC32FA; }
span { border-color: rgb(188,50,250); }
td.TdClassName
{
border-color: #BC32FA;
}
.TagClassName
{
border-color: #BC32FA;
}
</style>