Shades of Electric Purple #BC28FA
Tints of Electric Purple #BC28FA
RGB
CMYK
RGB Variations
Color information
#BC28FA (or 0xBC28FA) is known color: Electric Purple. HEX triplet: BC, 28 and FA. RGB value is (188,40,250). Sum of RGB (Red+Green+Blue) = 188+40+250=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28FA is #43D705. Grayscale: #6B6B6B. Windows color (decimal): -4445958 or 16394428. OLE color: 16394428.
HSL color Cylindrical-coordinate representation of color #BC28FA: hue angle of 282.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC28FA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 40 | 250 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.02 |
| HSL | 282.29º | 0.95% | 0.57% | - |
| HSV(B) | 282.29º | 0.84% | 0.98% | - |
| XYZ | 38.75 | 19.11 | 92.09 | - |
| YUV | 108.19 | 208.03 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 250 | 0.25 | 0.84 | 0 | 0.02 | 282.29 | 0.95 | 0.57 |
| Hex | BC | 28 | FA | 19 | 54 | 0 | 2 | 11A | 5F | 39 |
| Octal | 274 | 50 | 372 | 31 | 124 | 0 | 2 | 432 | 137 | 71 |
| Binary | 10111100 | 101000 | 11111010 | 11001 | 1010100 | 0 | 10 | 100011010 | 1011111 | 111001 |
Color Harmonies of #BC28FA
Complementary color
Monochromatic Colors of #BC28FA
Black with #BC28FA
Text Example
Text Example
White with #BC28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28FA; }
p { color: rgb(188,40,250); }
H1.HeaderClassName
{
color: #BC28FA;
}
.AnyTagClassName
{
color: #BC28FA;
}
</style>
background-color css
<style>
a { background-color: #BC28FA; }
a { background-color: rgb(188,40,250); }
div.DivClassName
{
background-color: #BC28FA;
}
.BgClassName
{
background-color: #BC28FA;
}
</style>
border-color css
<style>
span { border-color: #BC28FA; }
span { border-color: rgb(188,40,250); }
td.TdClassName
{
border-color: #BC28FA;
}
.TagClassName
{
border-color: #BC28FA;
}
</style>