Shades of Electric Purple #BC0FE9
Tints of Electric Purple #BC0FE9
RGB
CMYK
RGB Variations
Color information
#BC0FE9 (or 0xBC0FE9) is known color: Electric Purple. HEX triplet: BC, 0F and E9. RGB value is (188,15,233). Sum of RGB (Red+Green+Blue) = 188+15+233=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FE9 is #43F016. Grayscale: #5A5A5A. Windows color (decimal): -4452375 or 15273916. OLE color: 15273916.
HSL color Cylindrical-coordinate representation of color #BC0FE9: hue angle of 287.61º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FE9 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 15 | 233 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.09 |
| HSL | 287.61º | 0.88% | 0.49% | - |
| HSV(B) | 287.61º | 0.94% | 0.91% | - |
| XYZ | 35.62 | 16.92 | 78.48 | - |
| YUV | 91.58 | 207.81 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 233 | 0.19 | 0.94 | 0 | 0.09 | 287.61 | 0.88 | 0.49 |
| Hex | BC | F | E9 | 13 | 5E | 0 | 9 | 120 | 58 | 31 |
| Octal | 274 | 17 | 351 | 23 | 136 | 0 | 11 | 440 | 130 | 61 |
| Binary | 10111100 | 1111 | 11101001 | 10011 | 1011110 | 0 | 1001 | 100100000 | 1011000 | 110001 |
Color Harmonies of #BC0FE9
Complementary color
Monochromatic Colors of #BC0FE9
Black with #BC0FE9
Text Example
Text Example
White with #BC0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FE9; }
p { color: rgb(188,15,233); }
H1.HeaderClassName
{
color: #BC0FE9;
}
.AnyTagClassName
{
color: #BC0FE9;
}
</style>
background-color css
<style>
a { background-color: #BC0FE9; }
a { background-color: rgb(188,15,233); }
div.DivClassName
{
background-color: #BC0FE9;
}
.BgClassName
{
background-color: #BC0FE9;
}
</style>
border-color css
<style>
span { border-color: #BC0FE9; }
span { border-color: rgb(188,15,233); }
td.TdClassName
{
border-color: #BC0FE9;
}
.TagClassName
{
border-color: #BC0FE9;
}
</style>