Shades of Electric Purple #BC26FA
Tints of Electric Purple #BC26FA
RGB
CMYK
RGB Variations
Color information
#BC26FA (or 0xBC26FA) is known color: Electric Purple. HEX triplet: BC, 26 and FA. RGB value is (188,38,250). Sum of RGB (Red+Green+Blue) = 188+38+250=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC26FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26FA is #43D905. Grayscale: #6A6A6A. Windows color (decimal): -4446470 or 16393916. OLE color: 16393916.
HSL color Cylindrical-coordinate representation of color #BC26FA: hue angle of 282.45º degrees, saturation: 0.95, 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 #BC26FA is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 38 | 250 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.02 |
| HSL | 282.45º | 0.95% | 0.56% | - |
| HSV(B) | 282.45º | 0.85% | 0.98% | - |
| XYZ | 38.69 | 18.98 | 92.07 | - |
| YUV | 107.02 | 208.7 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 250 | 0.25 | 0.85 | 0 | 0.02 | 282.45 | 0.95 | 0.56 |
| Hex | BC | 26 | FA | 19 | 55 | 0 | 2 | 11A | 5F | 38 |
| Octal | 274 | 46 | 372 | 31 | 125 | 0 | 2 | 432 | 137 | 70 |
| Binary | 10111100 | 100110 | 11111010 | 11001 | 1010101 | 0 | 10 | 100011010 | 1011111 | 111000 |
Color Harmonies of #BC26FA
Complementary color
Monochromatic Colors of #BC26FA
Black with #BC26FA
Text Example
Text Example
White with #BC26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26FA; }
p { color: rgb(188,38,250); }
H1.HeaderClassName
{
color: #BC26FA;
}
.AnyTagClassName
{
color: #BC26FA;
}
</style>
background-color css
<style>
a { background-color: #BC26FA; }
a { background-color: rgb(188,38,250); }
div.DivClassName
{
background-color: #BC26FA;
}
.BgClassName
{
background-color: #BC26FA;
}
</style>
border-color css
<style>
span { border-color: #BC26FA; }
span { border-color: rgb(188,38,250); }
td.TdClassName
{
border-color: #BC26FA;
}
.TagClassName
{
border-color: #BC26FA;
}
</style>