Shades of Electric Purple #BF1CF2
Tints of Electric Purple #BF1CF2
RGB
CMYK
RGB Variations
Color information
#BF1CF2 (or 0xBF1CF2) is known color: Electric Purple. HEX triplet: BF, 1C and F2. RGB value is (191,28,242). Sum of RGB (Red+Green+Blue) = 191+28+242=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF1CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CF2 is #40E30D. Grayscale: #646464. Windows color (decimal): -4252430 or 15867071. OLE color: 15867071.
HSL color Cylindrical-coordinate representation of color #BF1CF2: hue angle of 285.7º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1CF2 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 28 | 242 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.05 |
| HSL | 285.7º | 0.89% | 0.53% | - |
| HSV(B) | 285.7º | 0.88% | 0.95% | - |
| XYZ | 37.93 | 18.32 | 85.54 | - |
| YUV | 101.13 | 207.5 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 242 | 0.21 | 0.88 | 0 | 0.05 | 285.7 | 0.89 | 0.53 |
| Hex | BF | 1C | F2 | 15 | 58 | 0 | 5 | 11E | 59 | 35 |
| Octal | 277 | 34 | 362 | 25 | 130 | 0 | 5 | 436 | 131 | 65 |
| Binary | 10111111 | 11100 | 11110010 | 10101 | 1011000 | 0 | 101 | 100011110 | 1011001 | 110101 |
Color Harmonies of #BF1CF2
Complementary color
Monochromatic Colors of #BF1CF2
Black with #BF1CF2
Text Example
Text Example
White with #BF1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CF2; }
p { color: rgb(191,28,242); }
H1.HeaderClassName
{
color: #BF1CF2;
}
.AnyTagClassName
{
color: #BF1CF2;
}
</style>
background-color css
<style>
a { background-color: #BF1CF2; }
a { background-color: rgb(191,28,242); }
div.DivClassName
{
background-color: #BF1CF2;
}
.BgClassName
{
background-color: #BF1CF2;
}
</style>
border-color css
<style>
span { border-color: #BF1CF2; }
span { border-color: rgb(191,28,242); }
td.TdClassName
{
border-color: #BF1CF2;
}
.TagClassName
{
border-color: #BF1CF2;
}
</style>