Shades of Electric Purple #BC29FD
Tints of Electric Purple #BC29FD
RGB
CMYK
RGB Variations
Color information
#BC29FD (or 0xBC29FD) is known color: Electric Purple. HEX triplet: BC, 29 and FD. RGB value is (188,41,253). Sum of RGB (Red+Green+Blue) = 188+41+253=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC29FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29FD is #43D602. Grayscale: #6C6C6C. Windows color (decimal): -4445699 or 16591292. OLE color: 16591292.
HSL color Cylindrical-coordinate representation of color #BC29FD: hue angle of 281.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC29FD is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 41 | 253 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.01 |
| HSL | 281.6º | 0.98% | 0.58% | - |
| HSV(B) | 281.6º | 0.84% | 0.99% | - |
| XYZ | 39.26 | 19.37 | 94.6 | - |
| YUV | 109.12 | 209.2 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 253 | 0.26 | 0.84 | 0 | 0.01 | 281.6 | 0.98 | 0.58 |
| Hex | BC | 29 | FD | 1A | 54 | 0 | 1 | 11A | 62 | 3A |
| Octal | 274 | 51 | 375 | 32 | 124 | 0 | 1 | 432 | 142 | 72 |
| Binary | 10111100 | 101001 | 11111101 | 11010 | 1010100 | 0 | 1 | 100011010 | 1100010 | 111010 |
Color Harmonies of #BC29FD
Complementary color
Monochromatic Colors of #BC29FD
Black with #BC29FD
Text Example
Text Example
White with #BC29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29FD; }
p { color: rgb(188,41,253); }
H1.HeaderClassName
{
color: #BC29FD;
}
.AnyTagClassName
{
color: #BC29FD;
}
</style>
background-color css
<style>
a { background-color: #BC29FD; }
a { background-color: rgb(188,41,253); }
div.DivClassName
{
background-color: #BC29FD;
}
.BgClassName
{
background-color: #BC29FD;
}
</style>
border-color css
<style>
span { border-color: #BC29FD; }
span { border-color: rgb(188,41,253); }
td.TdClassName
{
border-color: #BC29FD;
}
.TagClassName
{
border-color: #BC29FD;
}
</style>