Shades of Electric Purple #BC06F0
Tints of Electric Purple #BC06F0
RGB
CMYK
RGB Variations
Color information
#BC06F0 (or 0xBC06F0) is known color: Electric Purple. HEX triplet: BC, 06 and F0. RGB value is (188,6,240). Sum of RGB (Red+Green+Blue) = 188+6+240=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC06F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06F0 is #43F90F. Grayscale: #565656. Windows color (decimal): -4454672 or 15730364. OLE color: 15730364.
HSL color Cylindrical-coordinate representation of color #BC06F0: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC06F0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 6 | 240 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.06 |
| HSL | 286.67º | 0.95% | 0.48% | - |
| HSV(B) | 286.67º | 0.98% | 0.94% | - |
| XYZ | 36.53 | 17.11 | 83.82 | - |
| YUV | 87.09 | 214.3 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 240 | 0.22 | 0.98 | 0 | 0.06 | 286.67 | 0.95 | 0.48 |
| Hex | BC | 6 | F0 | 16 | 62 | 0 | 6 | 11F | 5F | 30 |
| Octal | 274 | 6 | 360 | 26 | 142 | 0 | 6 | 437 | 137 | 60 |
| Binary | 10111100 | 110 | 11110000 | 10110 | 1100010 | 0 | 110 | 100011111 | 1011111 | 110000 |
Color Harmonies of #BC06F0
Complementary color
Monochromatic Colors of #BC06F0
Black with #BC06F0
Text Example
Text Example
White with #BC06F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06F0; }
p { color: rgb(188,6,240); }
H1.HeaderClassName
{
color: #BC06F0;
}
.AnyTagClassName
{
color: #BC06F0;
}
</style>
background-color css
<style>
a { background-color: #BC06F0; }
a { background-color: rgb(188,6,240); }
div.DivClassName
{
background-color: #BC06F0;
}
.BgClassName
{
background-color: #BC06F0;
}
</style>
border-color css
<style>
span { border-color: #BC06F0; }
span { border-color: rgb(188,6,240); }
td.TdClassName
{
border-color: #BC06F0;
}
.TagClassName
{
border-color: #BC06F0;
}
</style>