Shades of Electric Purple #BF06EC
Tints of Electric Purple #BF06EC
RGB
CMYK
RGB Variations
Color information
#BF06EC (or 0xBF06EC) is known color: Electric Purple. HEX triplet: BF, 06 and EC. RGB value is (191,6,236). Sum of RGB (Red+Green+Blue) = 191+6+236=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF06EC is #40F913. Grayscale: #565656. Windows color (decimal): -4258068 or 15468223. OLE color: 15468223.
HSL color Cylindrical-coordinate representation of color #BF06EC: hue angle of 288.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06EC is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 6 | 236 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.07 |
| HSL | 288.26º | 0.95% | 0.47% | - |
| HSV(B) | 288.26º | 0.97% | 0.93% | - |
| XYZ | 36.69 | 17.26 | 80.76 | - |
| YUV | 87.54 | 211.79 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 236 | 0.19 | 0.97 | 0 | 0.07 | 288.26 | 0.95 | 0.47 |
| Hex | BF | 6 | EC | 13 | 61 | 0 | 7 | 120 | 5F | 2F |
| Octal | 277 | 6 | 354 | 23 | 141 | 0 | 7 | 440 | 137 | 57 |
| Binary | 10111111 | 110 | 11101100 | 10011 | 1100001 | 0 | 111 | 100100000 | 1011111 | 101111 |
Color Harmonies of #BF06EC
Complementary color
Monochromatic Colors of #BF06EC
Black with #BF06EC
Text Example
Text Example
White with #BF06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06EC; }
p { color: rgb(191,6,236); }
H1.HeaderClassName
{
color: #BF06EC;
}
.AnyTagClassName
{
color: #BF06EC;
}
</style>
background-color css
<style>
a { background-color: #BF06EC; }
a { background-color: rgb(191,6,236); }
div.DivClassName
{
background-color: #BF06EC;
}
.BgClassName
{
background-color: #BF06EC;
}
</style>
border-color css
<style>
span { border-color: #BF06EC; }
span { border-color: rgb(191,6,236); }
td.TdClassName
{
border-color: #BF06EC;
}
.TagClassName
{
border-color: #BF06EC;
}
</style>