Shades of Electric Purple #BC06F6
Tints of Electric Purple #BC06F6
RGB
CMYK
RGB Variations
Color information
#BC06F6 (or 0xBC06F6) is known color: Electric Purple. HEX triplet: BC, 06 and F6. RGB value is (188,6,246). Sum of RGB (Red+Green+Blue) = 188+6+246=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC06F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06F6 is #43F909. Grayscale: #575757. Windows color (decimal): -4454666 or 16123580. OLE color: 16123580.
HSL color Cylindrical-coordinate representation of color #BC06F6: hue angle of 285.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC06F6 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 6 | 246 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.04 |
| HSL | 285.5º | 0.95% | 0.49% | - |
| HSV(B) | 285.5º | 0.98% | 0.96% | - |
| XYZ | 37.44 | 17.48 | 88.59 | - |
| YUV | 87.78 | 217.3 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 246 | 0.24 | 0.98 | 0 | 0.04 | 285.5 | 0.95 | 0.49 |
| Hex | BC | 6 | F6 | 18 | 62 | 0 | 4 | 11E | 5F | 31 |
| Octal | 274 | 6 | 366 | 30 | 142 | 0 | 4 | 436 | 137 | 61 |
| Binary | 10111100 | 110 | 11110110 | 11000 | 1100010 | 0 | 100 | 100011110 | 1011111 | 110001 |
Color Harmonies of #BC06F6
Complementary color
Monochromatic Colors of #BC06F6
Black with #BC06F6
Text Example
Text Example
White with #BC06F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06F6; }
p { color: rgb(188,6,246); }
H1.HeaderClassName
{
color: #BC06F6;
}
.AnyTagClassName
{
color: #BC06F6;
}
</style>
background-color css
<style>
a { background-color: #BC06F6; }
a { background-color: rgb(188,6,246); }
div.DivClassName
{
background-color: #BC06F6;
}
.BgClassName
{
background-color: #BC06F6;
}
</style>
border-color css
<style>
span { border-color: #BC06F6; }
span { border-color: rgb(188,6,246); }
td.TdClassName
{
border-color: #BC06F6;
}
.TagClassName
{
border-color: #BC06F6;
}
</style>