Shades of Electric Purple #BC29F9
Tints of Electric Purple #BC29F9
RGB
CMYK
RGB Variations
Color information
#BC29F9 (or 0xBC29F9) is known color: Electric Purple. HEX triplet: BC, 29 and F9. RGB value is (188,41,249). Sum of RGB (Red+Green+Blue) = 188+41+249=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC29F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29F9 is #43D606. Grayscale: #6B6B6B. Windows color (decimal): -4445703 or 16329148. OLE color: 16329148.
HSL color Cylindrical-coordinate representation of color #BC29F9: hue angle of 282.4º 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 #BC29F9 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 41 | 249 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.02 |
| HSL | 282.4º | 0.95% | 0.57% | - |
| HSV(B) | 282.4º | 0.84% | 0.98% | - |
| XYZ | 38.63 | 19.12 | 91.28 | - |
| YUV | 108.67 | 207.2 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 249 | 0.24 | 0.84 | 0 | 0.02 | 282.4 | 0.95 | 0.57 |
| Hex | BC | 29 | F9 | 18 | 54 | 0 | 2 | 11A | 5F | 39 |
| Octal | 274 | 51 | 371 | 30 | 124 | 0 | 2 | 432 | 137 | 71 |
| Binary | 10111100 | 101001 | 11111001 | 11000 | 1010100 | 0 | 10 | 100011010 | 1011111 | 111001 |
Color Harmonies of #BC29F9
Complementary color
Monochromatic Colors of #BC29F9
Black with #BC29F9
Text Example
Text Example
White with #BC29F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29F9; }
p { color: rgb(188,41,249); }
H1.HeaderClassName
{
color: #BC29F9;
}
.AnyTagClassName
{
color: #BC29F9;
}
</style>
background-color css
<style>
a { background-color: #BC29F9; }
a { background-color: rgb(188,41,249); }
div.DivClassName
{
background-color: #BC29F9;
}
.BgClassName
{
background-color: #BC29F9;
}
</style>
border-color css
<style>
span { border-color: #BC29F9; }
span { border-color: rgb(188,41,249); }
td.TdClassName
{
border-color: #BC29F9;
}
.TagClassName
{
border-color: #BC29F9;
}
</style>