Shades of Electric Purple #BC06F9
Tints of Electric Purple #BC06F9
RGB
CMYK
RGB Variations
Color information
#BC06F9 (or 0xBC06F9) is known color: Electric Purple. HEX triplet: BC, 06 and F9. RGB value is (188,6,249). Sum of RGB (Red+Green+Blue) = 188+6+249=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC06F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06F9 is #43F906. Grayscale: #575757. Windows color (decimal): -4454663 or 16320188. OLE color: 16320188.
HSL color Cylindrical-coordinate representation of color #BC06F9: hue angle of 284.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC06F9 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 6 | 249 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.02 |
| HSL | 284.94º | 0.95% | 0.5% | - |
| HSV(B) | 284.94º | 0.98% | 0.98% | - |
| XYZ | 37.9 | 17.66 | 91.03 | - |
| YUV | 88.12 | 218.8 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 249 | 0.24 | 0.98 | 0 | 0.02 | 284.94 | 0.95 | 0.5 |
| Hex | BC | 6 | F9 | 18 | 62 | 0 | 2 | 11D | 5F | 32 |
| Octal | 274 | 6 | 371 | 30 | 142 | 0 | 2 | 435 | 137 | 62 |
| Binary | 10111100 | 110 | 11111001 | 11000 | 1100010 | 0 | 10 | 100011101 | 1011111 | 110010 |
Color Harmonies of #BC06F9
Complementary color
Monochromatic Colors of #BC06F9
Black with #BC06F9
Text Example
Text Example
White with #BC06F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06F9; }
p { color: rgb(188,6,249); }
H1.HeaderClassName
{
color: #BC06F9;
}
.AnyTagClassName
{
color: #BC06F9;
}
</style>
background-color css
<style>
a { background-color: #BC06F9; }
a { background-color: rgb(188,6,249); }
div.DivClassName
{
background-color: #BC06F9;
}
.BgClassName
{
background-color: #BC06F9;
}
</style>
border-color css
<style>
span { border-color: #BC06F9; }
span { border-color: rgb(188,6,249); }
td.TdClassName
{
border-color: #BC06F9;
}
.TagClassName
{
border-color: #BC06F9;
}
</style>