Shades of Electric Purple #BF06E5
Tints of Electric Purple #BF06E5
RGB
CMYK
RGB Variations
Color information
#BF06E5 (or 0xBF06E5) is known color: Electric Purple. HEX triplet: BF, 06 and E5. RGB value is (191,6,229). Sum of RGB (Red+Green+Blue) = 191+6+229=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF06E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06E5 is #40F91A. Grayscale: #565656. Windows color (decimal): -4258075 or 15009471. OLE color: 15009471.
HSL color Cylindrical-coordinate representation of color #BF06E5: hue angle of 289.78º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06E5 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 6 | 229 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.10 |
| HSL | 289.78º | 0.95% | 0.46% | - |
| HSV(B) | 289.78º | 0.97% | 0.9% | - |
| XYZ | 35.69 | 16.86 | 75.5 | - |
| YUV | 86.74 | 208.29 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 229 | 0.17 | 0.97 | 0 | 0.10 | 289.78 | 0.95 | 0.46 |
| Hex | BF | 6 | E5 | 11 | 61 | 0 | A | 122 | 5F | 2E |
| Octal | 277 | 6 | 345 | 21 | 141 | 0 | 12 | 442 | 137 | 56 |
| Binary | 10111111 | 110 | 11100101 | 10001 | 1100001 | 0 | 1010 | 100100010 | 1011111 | 101110 |
Color Harmonies of #BF06E5
Complementary color
Monochromatic Colors of #BF06E5
Black with #BF06E5
Text Example
Text Example
White with #BF06E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06E5; }
p { color: rgb(191,6,229); }
H1.HeaderClassName
{
color: #BF06E5;
}
.AnyTagClassName
{
color: #BF06E5;
}
</style>
background-color css
<style>
a { background-color: #BF06E5; }
a { background-color: rgb(191,6,229); }
div.DivClassName
{
background-color: #BF06E5;
}
.BgClassName
{
background-color: #BF06E5;
}
</style>
border-color css
<style>
span { border-color: #BF06E5; }
span { border-color: rgb(191,6,229); }
td.TdClassName
{
border-color: #BF06E5;
}
.TagClassName
{
border-color: #BF06E5;
}
</style>