Shades of Electric Purple #BC09F0
Tints of Electric Purple #BC09F0
RGB
CMYK
RGB Variations
Color information
#BC09F0 (or 0xBC09F0) is known color: Electric Purple. HEX triplet: BC, 09 and F0. RGB value is (188,9,240). Sum of RGB (Red+Green+Blue) = 188+9+240=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09F0 is #43F60F. Grayscale: #585858. Windows color (decimal): -4453904 or 15731132. OLE color: 15731132.
HSL color Cylindrical-coordinate representation of color #BC09F0: hue angle of 286.49º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09F0 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 9 | 240 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.06 |
| HSL | 286.49º | 0.93% | 0.49% | - |
| HSV(B) | 286.49º | 0.96% | 0.94% | - |
| XYZ | 36.56 | 17.18 | 83.83 | - |
| YUV | 88.86 | 213.3 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 240 | 0.22 | 0.96 | 0 | 0.06 | 286.49 | 0.93 | 0.49 |
| Hex | BC | 9 | F0 | 16 | 60 | 0 | 6 | 11E | 5D | 31 |
| Octal | 274 | 11 | 360 | 26 | 140 | 0 | 6 | 436 | 135 | 61 |
| Binary | 10111100 | 1001 | 11110000 | 10110 | 1100000 | 0 | 110 | 100011110 | 1011101 | 110001 |
Color Harmonies of #BC09F0
Complementary color
Monochromatic Colors of #BC09F0
Black with #BC09F0
Text Example
Text Example
White with #BC09F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09F0; }
p { color: rgb(188,9,240); }
H1.HeaderClassName
{
color: #BC09F0;
}
.AnyTagClassName
{
color: #BC09F0;
}
</style>
background-color css
<style>
a { background-color: #BC09F0; }
a { background-color: rgb(188,9,240); }
div.DivClassName
{
background-color: #BC09F0;
}
.BgClassName
{
background-color: #BC09F0;
}
</style>
border-color css
<style>
span { border-color: #BC09F0; }
span { border-color: rgb(188,9,240); }
td.TdClassName
{
border-color: #BC09F0;
}
.TagClassName
{
border-color: #BC09F0;
}
</style>