Shades of Electric Purple #BC29FF
Tints of Electric Purple #BC29FF
RGB
CMYK
RGB Variations
Color information
#BC29FF (or 0xBC29FF) is known color: Electric Purple. HEX triplet: BC, 29 and FF. RGB value is (188,41,255). Sum of RGB (Red+Green+Blue) = 188+41+255=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29FF is #43D600. Grayscale: #6C6C6C. Windows color (decimal): -4445697 or 16722364. OLE color: 16722364.
HSL color Cylindrical-coordinate representation of color #BC29FF: hue angle of 281.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC29FF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 41 | 255 | - |
| CMYK | 0.26 | 0.84 | 0 | 0 |
| HSL | 281.22º | 1% | 0.58% | - |
| HSV(B) | 281.22º | 0.84% | 1% | - |
| XYZ | 39.58 | 19.5 | 96.28 | - |
| YUV | 109.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 255 | 0.26 | 0.84 | 0 | 0 | 281.22 | 1 | 0.58 |
| Hex | BC | 29 | FF | 1A | 54 | 0 | 0 | 119 | 64 | 3A |
| Octal | 274 | 51 | 377 | 32 | 124 | 0 | 0 | 431 | 144 | 72 |
| Binary | 10111100 | 101001 | 11111111 | 11010 | 1010100 | 0 | 0 | 100011001 | 1100100 | 111010 |
Color Harmonies of #BC29FF
Complementary color
Monochromatic Colors of #BC29FF
Black with #BC29FF
Text Example
Text Example
White with #BC29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29FF; }
p { color: rgb(188,41,255); }
H1.HeaderClassName
{
color: #BC29FF;
}
.AnyTagClassName
{
color: #BC29FF;
}
</style>
background-color css
<style>
a { background-color: #BC29FF; }
a { background-color: rgb(188,41,255); }
div.DivClassName
{
background-color: #BC29FF;
}
.BgClassName
{
background-color: #BC29FF;
}
</style>
border-color css
<style>
span { border-color: #BC29FF; }
span { border-color: rgb(188,41,255); }
td.TdClassName
{
border-color: #BC29FF;
}
.TagClassName
{
border-color: #BC29FF;
}
</style>