Shades of Electric Purple #BF1CF5
Tints of Electric Purple #BF1CF5
RGB
CMYK
RGB Variations
Color information
#BF1CF5 (or 0xBF1CF5) is known color: Electric Purple. HEX triplet: BF, 1C and F5. RGB value is (191,28,245). Sum of RGB (Red+Green+Blue) = 191+28+245=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF1CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CF5 is #40E30A. Grayscale: #646464. Windows color (decimal): -4252427 or 16063679. OLE color: 16063679.
HSL color Cylindrical-coordinate representation of color #BF1CF5: hue angle of 285.07º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1CF5 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 28 | 245 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.04 |
| HSL | 285.07º | 0.92% | 0.54% | - |
| HSV(B) | 285.07º | 0.89% | 0.96% | - |
| XYZ | 38.38 | 18.5 | 87.93 | - |
| YUV | 101.48 | 209 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 245 | 0.22 | 0.89 | 0 | 0.04 | 285.07 | 0.92 | 0.54 |
| Hex | BF | 1C | F5 | 16 | 59 | 0 | 4 | 11D | 5C | 36 |
| Octal | 277 | 34 | 365 | 26 | 131 | 0 | 4 | 435 | 134 | 66 |
| Binary | 10111111 | 11100 | 11110101 | 10110 | 1011001 | 0 | 100 | 100011101 | 1011100 | 110110 |
Color Harmonies of #BF1CF5
Complementary color
Monochromatic Colors of #BF1CF5
Black with #BF1CF5
Text Example
Text Example
White with #BF1CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CF5; }
p { color: rgb(191,28,245); }
H1.HeaderClassName
{
color: #BF1CF5;
}
.AnyTagClassName
{
color: #BF1CF5;
}
</style>
background-color css
<style>
a { background-color: #BF1CF5; }
a { background-color: rgb(191,28,245); }
div.DivClassName
{
background-color: #BF1CF5;
}
.BgClassName
{
background-color: #BF1CF5;
}
</style>
border-color css
<style>
span { border-color: #BF1CF5; }
span { border-color: rgb(191,28,245); }
td.TdClassName
{
border-color: #BF1CF5;
}
.TagClassName
{
border-color: #BF1CF5;
}
</style>