Shades of Electric Purple #BF2CF6
Tints of Electric Purple #BF2CF6
RGB
CMYK
RGB Variations
Color information
#BF2CF6 (or 0xBF2CF6) is known color: Electric Purple. HEX triplet: BF, 2C and F6. RGB value is (191,44,246). Sum of RGB (Red+Green+Blue) = 191+44+246=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF2CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CF6 is #40D309. Grayscale: #6E6E6E. Windows color (decimal): -4248330 or 16133311. OLE color: 16133311.
HSL color Cylindrical-coordinate representation of color #BF2CF6: hue angle of 283.66º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2CF6 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 44 | 246 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.04 |
| HSL | 283.66º | 0.92% | 0.57% | - |
| HSV(B) | 283.66º | 0.82% | 0.96% | - |
| XYZ | 39.02 | 19.53 | 88.9 | - |
| YUV | 110.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 246 | 0.22 | 0.82 | 0 | 0.04 | 283.66 | 0.92 | 0.57 |
| Hex | BF | 2C | F6 | 16 | 52 | 0 | 4 | 11C | 5C | 39 |
| Octal | 277 | 54 | 366 | 26 | 122 | 0 | 4 | 434 | 134 | 71 |
| Binary | 10111111 | 101100 | 11110110 | 10110 | 1010010 | 0 | 100 | 100011100 | 1011100 | 111001 |
Color Harmonies of #BF2CF6
Complementary color
Monochromatic Colors of #BF2CF6
Black with #BF2CF6
Text Example
Text Example
White with #BF2CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CF6; }
p { color: rgb(191,44,246); }
H1.HeaderClassName
{
color: #BF2CF6;
}
.AnyTagClassName
{
color: #BF2CF6;
}
</style>
background-color css
<style>
a { background-color: #BF2CF6; }
a { background-color: rgb(191,44,246); }
div.DivClassName
{
background-color: #BF2CF6;
}
.BgClassName
{
background-color: #BF2CF6;
}
</style>
border-color css
<style>
span { border-color: #BF2CF6; }
span { border-color: rgb(191,44,246); }
td.TdClassName
{
border-color: #BF2CF6;
}
.TagClassName
{
border-color: #BF2CF6;
}
</style>