Shades of Electric Purple #BC0FFE
Tints of Electric Purple #BC0FFE
RGB
CMYK
RGB Variations
Color information
#BC0FFE (or 0xBC0FFE) is known color: Electric Purple. HEX triplet: BC, 0F and FE. RGB value is (188,15,254). Sum of RGB (Red+Green+Blue) = 188+15+254=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FFE is #43F001. Grayscale: #5D5D5D. Windows color (decimal): -4452354 or 16650172. OLE color: 16650172.
HSL color Cylindrical-coordinate representation of color #BC0FFE: hue angle of 283.43º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FFE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 15 | 254 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.00 |
| HSL | 283.43º | 0.99% | 0.53% | - |
| HSV(B) | 283.43º | 0.94% | 1% | - |
| XYZ | 38.8 | 18.19 | 95.23 | - |
| YUV | 93.97 | 218.31 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 254 | 0.26 | 0.94 | 0 | 0.00 | 283.43 | 0.99 | 0.53 |
| Hex | BC | F | FE | 1A | 5E | 0 | 0 | 11B | 63 | 35 |
| Octal | 274 | 17 | 376 | 32 | 136 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111100 | 1111 | 11111110 | 11010 | 1011110 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BC0FFE
Complementary color
Monochromatic Colors of #BC0FFE
Black with #BC0FFE
Text Example
Text Example
White with #BC0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FFE; }
p { color: rgb(188,15,254); }
H1.HeaderClassName
{
color: #BC0FFE;
}
.AnyTagClassName
{
color: #BC0FFE;
}
</style>
background-color css
<style>
a { background-color: #BC0FFE; }
a { background-color: rgb(188,15,254); }
div.DivClassName
{
background-color: #BC0FFE;
}
.BgClassName
{
background-color: #BC0FFE;
}
</style>
border-color css
<style>
span { border-color: #BC0FFE; }
span { border-color: rgb(188,15,254); }
td.TdClassName
{
border-color: #BC0FFE;
}
.TagClassName
{
border-color: #BC0FFE;
}
</style>