Shades of Electric Purple #BC09FC
Tints of Electric Purple #BC09FC
RGB
CMYK
RGB Variations
Color information
#BC09FC (or 0xBC09FC) is known color: Electric Purple. HEX triplet: BC, 09 and FC. RGB value is (188,9,252). Sum of RGB (Red+Green+Blue) = 188+9+252=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09FC is #43F603. Grayscale: #595959. Windows color (decimal): -4453892 or 16517564. OLE color: 16517564.
HSL color Cylindrical-coordinate representation of color #BC09FC: hue angle of 284.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09FC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 9 | 252 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.01 |
| HSL | 284.2º | 0.98% | 0.51% | - |
| HSV(B) | 284.2º | 0.96% | 0.99% | - |
| XYZ | 38.41 | 17.92 | 93.53 | - |
| YUV | 90.22 | 219.3 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 252 | 0.25 | 0.96 | 0 | 0.01 | 284.2 | 0.98 | 0.51 |
| Hex | BC | 9 | FC | 19 | 60 | 0 | 1 | 11C | 62 | 33 |
| Octal | 274 | 11 | 374 | 31 | 140 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111100 | 1001 | 11111100 | 11001 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BC09FC
Complementary color
Monochromatic Colors of #BC09FC
Black with #BC09FC
Text Example
Text Example
White with #BC09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09FC; }
p { color: rgb(188,9,252); }
H1.HeaderClassName
{
color: #BC09FC;
}
.AnyTagClassName
{
color: #BC09FC;
}
</style>
background-color css
<style>
a { background-color: #BC09FC; }
a { background-color: rgb(188,9,252); }
div.DivClassName
{
background-color: #BC09FC;
}
.BgClassName
{
background-color: #BC09FC;
}
</style>
border-color css
<style>
span { border-color: #BC09FC; }
span { border-color: rgb(188,9,252); }
td.TdClassName
{
border-color: #BC09FC;
}
.TagClassName
{
border-color: #BC09FC;
}
</style>