Shades of Electric Purple #BC1FE9
Tints of Electric Purple #BC1FE9
RGB
CMYK
RGB Variations
Color information
#BC1FE9 (or 0xBC1FE9) is known color: Electric Purple. HEX triplet: BC, 1F and E9. RGB value is (188,31,233). Sum of RGB (Red+Green+Blue) = 188+31+233=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC1FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FE9 is #43E016. Grayscale: #646464. Windows color (decimal): -4448279 or 15278012. OLE color: 15278012.
HSL color Cylindrical-coordinate representation of color #BC1FE9: hue angle of 286.63º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1FE9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 31 | 233 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.09 |
| HSL | 286.63º | 0.82% | 0.52% | - |
| HSV(B) | 286.63º | 0.87% | 0.91% | - |
| XYZ | 35.94 | 17.55 | 78.59 | - |
| YUV | 100.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 233 | 0.19 | 0.87 | 0 | 0.09 | 286.63 | 0.82 | 0.52 |
| Hex | BC | 1F | E9 | 13 | 57 | 0 | 9 | 11F | 52 | 34 |
| Octal | 274 | 37 | 351 | 23 | 127 | 0 | 11 | 437 | 122 | 64 |
| Binary | 10111100 | 11111 | 11101001 | 10011 | 1010111 | 0 | 1001 | 100011111 | 1010010 | 110100 |
Color Harmonies of #BC1FE9
Complementary color
Monochromatic Colors of #BC1FE9
Black with #BC1FE9
Text Example
Text Example
White with #BC1FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FE9; }
p { color: rgb(188,31,233); }
H1.HeaderClassName
{
color: #BC1FE9;
}
.AnyTagClassName
{
color: #BC1FE9;
}
</style>
background-color css
<style>
a { background-color: #BC1FE9; }
a { background-color: rgb(188,31,233); }
div.DivClassName
{
background-color: #BC1FE9;
}
.BgClassName
{
background-color: #BC1FE9;
}
</style>
border-color css
<style>
span { border-color: #BC1FE9; }
span { border-color: rgb(188,31,233); }
td.TdClassName
{
border-color: #BC1FE9;
}
.TagClassName
{
border-color: #BC1FE9;
}
</style>