Shades of Electric Purple #BC15E2
Tints of Electric Purple #BC15E2
RGB
CMYK
RGB Variations
Color information
#BC15E2 (or 0xBC15E2) is known color: Electric Purple. HEX triplet: BC, 15 and E2. RGB value is (188,21,226). Sum of RGB (Red+Green+Blue) = 188+21+226=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 226 (88.67% from 255 or 51.95% from 435); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC15E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15E2 is #43EA1D. Grayscale: #5D5D5D. Windows color (decimal): -4450846 or 14816700. OLE color: 14816700.
HSL color Cylindrical-coordinate representation of color #BC15E2: hue angle of 288.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC15E2 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 21 | 226 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.11 |
| HSL | 288.88º | 0.83% | 0.48% | - |
| HSV(B) | 288.88º | 0.91% | 0.89% | - |
| XYZ | 34.73 | 16.72 | 73.35 | - |
| YUV | 94.3 | 202.33 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 226 | 0.17 | 0.91 | 0 | 0.11 | 288.88 | 0.83 | 0.48 |
| Hex | BC | 15 | E2 | 11 | 5B | 0 | B | 121 | 53 | 30 |
| Octal | 274 | 25 | 342 | 21 | 133 | 0 | 13 | 441 | 123 | 60 |
| Binary | 10111100 | 10101 | 11100010 | 10001 | 1011011 | 0 | 1011 | 100100001 | 1010011 | 110000 |
Color Harmonies of #BC15E2
Complementary color
Monochromatic Colors of #BC15E2
Black with #BC15E2
Text Example
Text Example
White with #BC15E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15E2; }
p { color: rgb(188,21,226); }
H1.HeaderClassName
{
color: #BC15E2;
}
.AnyTagClassName
{
color: #BC15E2;
}
</style>
background-color css
<style>
a { background-color: #BC15E2; }
a { background-color: rgb(188,21,226); }
div.DivClassName
{
background-color: #BC15E2;
}
.BgClassName
{
background-color: #BC15E2;
}
</style>
border-color css
<style>
span { border-color: #BC15E2; }
span { border-color: rgb(188,21,226); }
td.TdClassName
{
border-color: #BC15E2;
}
.TagClassName
{
border-color: #BC15E2;
}
</style>