Shades of Electric Purple #BC25FA
Tints of Electric Purple #BC25FA
RGB
CMYK
RGB Variations
Color information
#BC25FA (or 0xBC25FA) is known color: Electric Purple. HEX triplet: BC, 25 and FA. RGB value is (188,37,250). Sum of RGB (Red+Green+Blue) = 188+37+250=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25FA is #43DA05. Grayscale: #696969. Windows color (decimal): -4446726 or 16393660. OLE color: 16393660.
HSL color Cylindrical-coordinate representation of color #BC25FA: hue angle of 282.54º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC25FA is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 37 | 250 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.02 |
| HSL | 282.54º | 0.96% | 0.56% | - |
| HSV(B) | 282.54º | 0.85% | 0.98% | - |
| XYZ | 38.66 | 18.92 | 92.06 | - |
| YUV | 106.43 | 209.03 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 250 | 0.25 | 0.85 | 0 | 0.02 | 282.54 | 0.96 | 0.56 |
| Hex | BC | 25 | FA | 19 | 55 | 0 | 2 | 11B | 60 | 38 |
| Octal | 274 | 45 | 372 | 31 | 125 | 0 | 2 | 433 | 140 | 70 |
| Binary | 10111100 | 100101 | 11111010 | 11001 | 1010101 | 0 | 10 | 100011011 | 1100000 | 111000 |
Color Harmonies of #BC25FA
Complementary color
Monochromatic Colors of #BC25FA
Black with #BC25FA
Text Example
Text Example
White with #BC25FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25FA; }
p { color: rgb(188,37,250); }
H1.HeaderClassName
{
color: #BC25FA;
}
.AnyTagClassName
{
color: #BC25FA;
}
</style>
background-color css
<style>
a { background-color: #BC25FA; }
a { background-color: rgb(188,37,250); }
div.DivClassName
{
background-color: #BC25FA;
}
.BgClassName
{
background-color: #BC25FA;
}
</style>
border-color css
<style>
span { border-color: #BC25FA; }
span { border-color: rgb(188,37,250); }
td.TdClassName
{
border-color: #BC25FA;
}
.TagClassName
{
border-color: #BC25FA;
}
</style>