Shades of Electric Purple #BC0FFA
Tints of Electric Purple #BC0FFA
RGB
CMYK
RGB Variations
Color information
#BC0FFA (or 0xBC0FFA) is known color: Electric Purple. HEX triplet: BC, 0F and FA. RGB value is (188,15,250). Sum of RGB (Red+Green+Blue) = 188+15+250=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FFA is #43F005. Grayscale: #5C5C5C. Windows color (decimal): -4452358 or 16388028. OLE color: 16388028.
HSL color Cylindrical-coordinate representation of color #BC0FFA: hue angle of 284.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FFA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 15 | 250 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.02 |
| HSL | 284.17º | 0.96% | 0.52% | - |
| HSV(B) | 284.17º | 0.94% | 0.98% | - |
| XYZ | 38.17 | 17.94 | 91.89 | - |
| YUV | 93.52 | 216.31 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 250 | 0.25 | 0.94 | 0 | 0.02 | 284.17 | 0.96 | 0.52 |
| Hex | BC | F | FA | 19 | 5E | 0 | 2 | 11C | 60 | 34 |
| Octal | 274 | 17 | 372 | 31 | 136 | 0 | 2 | 434 | 140 | 64 |
| Binary | 10111100 | 1111 | 11111010 | 11001 | 1011110 | 0 | 10 | 100011100 | 1100000 | 110100 |
Color Harmonies of #BC0FFA
Complementary color
Monochromatic Colors of #BC0FFA
Black with #BC0FFA
Text Example
Text Example
White with #BC0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FFA; }
p { color: rgb(188,15,250); }
H1.HeaderClassName
{
color: #BC0FFA;
}
.AnyTagClassName
{
color: #BC0FFA;
}
</style>
background-color css
<style>
a { background-color: #BC0FFA; }
a { background-color: rgb(188,15,250); }
div.DivClassName
{
background-color: #BC0FFA;
}
.BgClassName
{
background-color: #BC0FFA;
}
</style>
border-color css
<style>
span { border-color: #BC0FFA; }
span { border-color: rgb(188,15,250); }
td.TdClassName
{
border-color: #BC0FFA;
}
.TagClassName
{
border-color: #BC0FFA;
}
</style>