Shades of Electric Purple #BC1DF9
Tints of Electric Purple #BC1DF9
RGB
CMYK
RGB Variations
Color information
#BC1DF9 (or 0xBC1DF9) is known color: Electric Purple. HEX triplet: BC, 1D and F9. RGB value is (188,29,249). Sum of RGB (Red+Green+Blue) = 188+29+249=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC1DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DF9 is #43E206. Grayscale: #646464. Windows color (decimal): -4448775 or 16326076. OLE color: 16326076.
HSL color Cylindrical-coordinate representation of color #BC1DF9: hue angle of 283.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1DF9 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 29 | 249 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.02 |
| HSL | 283.36º | 0.95% | 0.55% | - |
| HSV(B) | 283.36º | 0.88% | 0.98% | - |
| XYZ | 38.28 | 18.41 | 91.16 | - |
| YUV | 101.62 | 211.18 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 249 | 0.24 | 0.88 | 0 | 0.02 | 283.36 | 0.95 | 0.55 |
| Hex | BC | 1D | F9 | 18 | 58 | 0 | 2 | 11B | 5F | 37 |
| Octal | 274 | 35 | 371 | 30 | 130 | 0 | 2 | 433 | 137 | 67 |
| Binary | 10111100 | 11101 | 11111001 | 11000 | 1011000 | 0 | 10 | 100011011 | 1011111 | 110111 |
Color Harmonies of #BC1DF9
Complementary color
Monochromatic Colors of #BC1DF9
Black with #BC1DF9
Text Example
Text Example
White with #BC1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DF9; }
p { color: rgb(188,29,249); }
H1.HeaderClassName
{
color: #BC1DF9;
}
.AnyTagClassName
{
color: #BC1DF9;
}
</style>
background-color css
<style>
a { background-color: #BC1DF9; }
a { background-color: rgb(188,29,249); }
div.DivClassName
{
background-color: #BC1DF9;
}
.BgClassName
{
background-color: #BC1DF9;
}
</style>
border-color css
<style>
span { border-color: #BC1DF9; }
span { border-color: rgb(188,29,249); }
td.TdClassName
{
border-color: #BC1DF9;
}
.TagClassName
{
border-color: #BC1DF9;
}
</style>