Shades of Electric Purple #BF1AF6
Tints of Electric Purple #BF1AF6
RGB
CMYK
RGB Variations
Color information
#BF1AF6 (or 0xBF1AF6) is known color: Electric Purple. HEX triplet: BF, 1A and F6. RGB value is (191,26,246). Sum of RGB (Red+Green+Blue) = 191+26+246=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1AF6 is #40E509. Grayscale: #636363. Windows color (decimal): -4252938 or 16128703. OLE color: 16128703.
HSL color Cylindrical-coordinate representation of color #BF1AF6: hue angle of 285º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1AF6 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 26 | 246 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.04 |
| HSL | 285º | 0.92% | 0.53% | - |
| HSV(B) | 285º | 0.89% | 0.96% | - |
| XYZ | 38.49 | 18.47 | 88.73 | - |
| YUV | 100.42 | 210.16 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 246 | 0.22 | 0.89 | 0 | 0.04 | 285 | 0.92 | 0.53 |
| Hex | BF | 1A | F6 | 16 | 59 | 0 | 4 | 11D | 5C | 35 |
| Octal | 277 | 32 | 366 | 26 | 131 | 0 | 4 | 435 | 134 | 65 |
| Binary | 10111111 | 11010 | 11110110 | 10110 | 1011001 | 0 | 100 | 100011101 | 1011100 | 110101 |
Color Harmonies of #BF1AF6
Complementary color
Monochromatic Colors of #BF1AF6
Black with #BF1AF6
Text Example
Text Example
White with #BF1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1AF6; }
p { color: rgb(191,26,246); }
H1.HeaderClassName
{
color: #BF1AF6;
}
.AnyTagClassName
{
color: #BF1AF6;
}
</style>
background-color css
<style>
a { background-color: #BF1AF6; }
a { background-color: rgb(191,26,246); }
div.DivClassName
{
background-color: #BF1AF6;
}
.BgClassName
{
background-color: #BF1AF6;
}
</style>
border-color css
<style>
span { border-color: #BF1AF6; }
span { border-color: rgb(191,26,246); }
td.TdClassName
{
border-color: #BF1AF6;
}
.TagClassName
{
border-color: #BF1AF6;
}
</style>