Shades of Electric Purple #BC26FD
Tints of Electric Purple #BC26FD
RGB
CMYK
RGB Variations
Color information
#BC26FD (or 0xBC26FD) is known color: Electric Purple. HEX triplet: BC, 26 and FD. RGB value is (188,38,253). Sum of RGB (Red+Green+Blue) = 188+38+253=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC26FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26FD is #43D902. Grayscale: #6A6A6A. Windows color (decimal): -4446467 or 16590524. OLE color: 16590524.
HSL color Cylindrical-coordinate representation of color #BC26FD: hue angle of 281.86º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC26FD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 38 | 253 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.01 |
| HSL | 281.86º | 0.98% | 0.57% | - |
| HSV(B) | 281.86º | 0.85% | 0.99% | - |
| XYZ | 39.16 | 19.17 | 94.56 | - |
| YUV | 107.36 | 210.2 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 253 | 0.26 | 0.85 | 0 | 0.01 | 281.86 | 0.98 | 0.57 |
| Hex | BC | 26 | FD | 1A | 55 | 0 | 1 | 11A | 62 | 39 |
| Octal | 274 | 46 | 375 | 32 | 125 | 0 | 1 | 432 | 142 | 71 |
| Binary | 10111100 | 100110 | 11111101 | 11010 | 1010101 | 0 | 1 | 100011010 | 1100010 | 111001 |
Color Harmonies of #BC26FD
Complementary color
Monochromatic Colors of #BC26FD
Black with #BC26FD
Text Example
Text Example
White with #BC26FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26FD; }
p { color: rgb(188,38,253); }
H1.HeaderClassName
{
color: #BC26FD;
}
.AnyTagClassName
{
color: #BC26FD;
}
</style>
background-color css
<style>
a { background-color: #BC26FD; }
a { background-color: rgb(188,38,253); }
div.DivClassName
{
background-color: #BC26FD;
}
.BgClassName
{
background-color: #BC26FD;
}
</style>
border-color css
<style>
span { border-color: #BC26FD; }
span { border-color: rgb(188,38,253); }
td.TdClassName
{
border-color: #BC26FD;
}
.TagClassName
{
border-color: #BC26FD;
}
</style>