Shades of Electric Purple #BC15EA
Tints of Electric Purple #BC15EA
RGB
CMYK
RGB Variations
Color information
#BC15EA (or 0xBC15EA) is known color: Electric Purple. HEX triplet: BC, 15 and EA. RGB value is (188,21,234). Sum of RGB (Red+Green+Blue) = 188+21+234=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15EA is #43EA15. Grayscale: #5E5E5E. Windows color (decimal): -4450838 or 15340988. OLE color: 15340988.
HSL color Cylindrical-coordinate representation of color #BC15EA: hue angle of 287.04º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC15EA is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 21 | 234 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.08 |
| HSL | 287.04º | 0.84% | 0.5% | - |
| HSV(B) | 287.04º | 0.91% | 0.92% | - |
| XYZ | 35.86 | 17.17 | 79.27 | - |
| YUV | 95.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 234 | 0.20 | 0.91 | 0 | 0.08 | 287.04 | 0.84 | 0.5 |
| Hex | BC | 15 | EA | 14 | 5B | 0 | 8 | 11F | 54 | 32 |
| Octal | 274 | 25 | 352 | 24 | 133 | 0 | 10 | 437 | 124 | 62 |
| Binary | 10111100 | 10101 | 11101010 | 10100 | 1011011 | 0 | 1000 | 100011111 | 1010100 | 110010 |
Color Harmonies of #BC15EA
Complementary color
Monochromatic Colors of #BC15EA
Black with #BC15EA
Text Example
Text Example
White with #BC15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15EA; }
p { color: rgb(188,21,234); }
H1.HeaderClassName
{
color: #BC15EA;
}
.AnyTagClassName
{
color: #BC15EA;
}
</style>
background-color css
<style>
a { background-color: #BC15EA; }
a { background-color: rgb(188,21,234); }
div.DivClassName
{
background-color: #BC15EA;
}
.BgClassName
{
background-color: #BC15EA;
}
</style>
border-color css
<style>
span { border-color: #BC15EA; }
span { border-color: rgb(188,21,234); }
td.TdClassName
{
border-color: #BC15EA;
}
.TagClassName
{
border-color: #BC15EA;
}
</style>