Shades of Electric Purple #BC25FD
Tints of Electric Purple #BC25FD
RGB
CMYK
RGB Variations
Color information
#BC25FD (or 0xBC25FD) is known color: Electric Purple. HEX triplet: BC, 25 and FD. RGB value is (188,37,253). Sum of RGB (Red+Green+Blue) = 188+37+253=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC25FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25FD is #43DA02. Grayscale: #6A6A6A. Windows color (decimal): -4446723 or 16590268. OLE color: 16590268.
HSL color Cylindrical-coordinate representation of color #BC25FD: hue angle of 281.94º 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 #BC25FD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 37 | 253 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.01 |
| HSL | 281.94º | 0.98% | 0.57% | - |
| HSV(B) | 281.94º | 0.85% | 0.99% | - |
| XYZ | 39.13 | 19.11 | 94.55 | - |
| YUV | 106.77 | 210.53 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 253 | 0.26 | 0.85 | 0 | 0.01 | 281.94 | 0.98 | 0.57 |
| Hex | BC | 25 | FD | 1A | 55 | 0 | 1 | 11A | 62 | 39 |
| Octal | 274 | 45 | 375 | 32 | 125 | 0 | 1 | 432 | 142 | 71 |
| Binary | 10111100 | 100101 | 11111101 | 11010 | 1010101 | 0 | 1 | 100011010 | 1100010 | 111001 |
Color Harmonies of #BC25FD
Complementary color
Monochromatic Colors of #BC25FD
Black with #BC25FD
Text Example
Text Example
White with #BC25FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25FD; }
p { color: rgb(188,37,253); }
H1.HeaderClassName
{
color: #BC25FD;
}
.AnyTagClassName
{
color: #BC25FD;
}
</style>
background-color css
<style>
a { background-color: #BC25FD; }
a { background-color: rgb(188,37,253); }
div.DivClassName
{
background-color: #BC25FD;
}
.BgClassName
{
background-color: #BC25FD;
}
</style>
border-color css
<style>
span { border-color: #BC25FD; }
span { border-color: rgb(188,37,253); }
td.TdClassName
{
border-color: #BC25FD;
}
.TagClassName
{
border-color: #BC25FD;
}
</style>