Shades of Electric Purple #BC00F7
Tints of Electric Purple #BC00F7
RGB
CMYK
RGB Variations
Color information
#BC00F7 (or 0xBC00F7) is known color: Electric Purple. HEX triplet: BC, 00 and F7. RGB value is (188,0,247). Sum of RGB (Red+Green+Blue) = 188+0+247=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC00F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00F7 is #43FF08. Grayscale: #535353. Windows color (decimal): -4456201 or 16187580. OLE color: 16187580.
HSL color Cylindrical-coordinate representation of color #BC00F7: hue angle of 285.67º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00F7 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 0 | 247 | - |
| CMYK | 0.24 | 1 | 0 | 0.03 |
| HSL | 285.67º | 1% | 0.48% | - |
| HSV(B) | 285.67º | 1% | 0.97% | - |
| XYZ | 37.53 | 17.41 | 89.38 | - |
| YUV | 84.37 | 219.78 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 247 | 0.24 | 1 | 0 | 0.03 | 285.67 | 1 | 0.48 |
| Hex | BC | 0 | F7 | 18 | 64 | 0 | 3 | 11E | 64 | 30 |
| Octal | 274 | 0 | 367 | 30 | 144 | 0 | 3 | 436 | 144 | 60 |
| Binary | 10111100 | 0 | 11110111 | 11000 | 1100100 | 0 | 11 | 100011110 | 1100100 | 110000 |
Color Harmonies of #BC00F7
Complementary color
Monochromatic Colors of #BC00F7
Black with #BC00F7
Text Example
Text Example
White with #BC00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00F7; }
p { color: rgb(188,0,247); }
H1.HeaderClassName
{
color: #BC00F7;
}
.AnyTagClassName
{
color: #BC00F7;
}
</style>
background-color css
<style>
a { background-color: #BC00F7; }
a { background-color: rgb(188,0,247); }
div.DivClassName
{
background-color: #BC00F7;
}
.BgClassName
{
background-color: #BC00F7;
}
</style>
border-color css
<style>
span { border-color: #BC00F7; }
span { border-color: rgb(188,0,247); }
td.TdClassName
{
border-color: #BC00F7;
}
.TagClassName
{
border-color: #BC00F7;
}
</style>