Shades of Electric Purple #BC1CE7
Tints of Electric Purple #BC1CE7
RGB
CMYK
RGB Variations
Color information
#BC1CE7 (or 0xBC1CE7) is known color: Electric Purple. HEX triplet: BC, 1C and E7. RGB value is (188,28,231). Sum of RGB (Red+Green+Blue) = 188+28+231=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC1CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CE7 is #43E318. Grayscale: #626262. Windows color (decimal): -4449049 or 15146172. OLE color: 15146172.
HSL color Cylindrical-coordinate representation of color #BC1CE7: hue angle of 287.29º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1CE7 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 28 | 231 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.09 |
| HSL | 287.29º | 0.81% | 0.51% | - |
| HSV(B) | 287.29º | 0.88% | 0.91% | - |
| XYZ | 35.58 | 17.29 | 77.06 | - |
| YUV | 98.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 231 | 0.19 | 0.88 | 0 | 0.09 | 287.29 | 0.81 | 0.51 |
| Hex | BC | 1C | E7 | 13 | 58 | 0 | 9 | 11F | 51 | 33 |
| Octal | 274 | 34 | 347 | 23 | 130 | 0 | 11 | 437 | 121 | 63 |
| Binary | 10111100 | 11100 | 11100111 | 10011 | 1011000 | 0 | 1001 | 100011111 | 1010001 | 110011 |
Color Harmonies of #BC1CE7
Complementary color
Monochromatic Colors of #BC1CE7
Black with #BC1CE7
Text Example
Text Example
White with #BC1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CE7; }
p { color: rgb(188,28,231); }
H1.HeaderClassName
{
color: #BC1CE7;
}
.AnyTagClassName
{
color: #BC1CE7;
}
</style>
background-color css
<style>
a { background-color: #BC1CE7; }
a { background-color: rgb(188,28,231); }
div.DivClassName
{
background-color: #BC1CE7;
}
.BgClassName
{
background-color: #BC1CE7;
}
</style>
border-color css
<style>
span { border-color: #BC1CE7; }
span { border-color: rgb(188,28,231); }
td.TdClassName
{
border-color: #BC1CE7;
}
.TagClassName
{
border-color: #BC1CE7;
}
</style>