Shades of Electric Purple #BF1DF2
Tints of Electric Purple #BF1DF2
RGB
CMYK
RGB Variations
Color information
#BF1DF2 (or 0xBF1DF2) is known color: Electric Purple. HEX triplet: BF, 1D and F2. RGB value is (191,29,242). Sum of RGB (Red+Green+Blue) = 191+29+242=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF1DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1DF2 is #40E20D. Grayscale: #656565. Windows color (decimal): -4252174 or 15867327. OLE color: 15867327.
HSL color Cylindrical-coordinate representation of color #BF1DF2: hue angle of 285.63º 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 #BF1DF2 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 29 | 242 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.05 |
| HSL | 285.63º | 0.89% | 0.53% | - |
| HSV(B) | 285.63º | 0.88% | 0.95% | - |
| XYZ | 37.95 | 18.37 | 85.55 | - |
| YUV | 101.72 | 207.17 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 242 | 0.21 | 0.88 | 0 | 0.05 | 285.63 | 0.89 | 0.53 |
| Hex | BF | 1D | F2 | 15 | 58 | 0 | 5 | 11E | 59 | 35 |
| Octal | 277 | 35 | 362 | 25 | 130 | 0 | 5 | 436 | 131 | 65 |
| Binary | 10111111 | 11101 | 11110010 | 10101 | 1011000 | 0 | 101 | 100011110 | 1011001 | 110101 |
Color Harmonies of #BF1DF2
Complementary color
Monochromatic Colors of #BF1DF2
Black with #BF1DF2
Text Example
Text Example
White with #BF1DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DF2; }
p { color: rgb(191,29,242); }
H1.HeaderClassName
{
color: #BF1DF2;
}
.AnyTagClassName
{
color: #BF1DF2;
}
</style>
background-color css
<style>
a { background-color: #BF1DF2; }
a { background-color: rgb(191,29,242); }
div.DivClassName
{
background-color: #BF1DF2;
}
.BgClassName
{
background-color: #BF1DF2;
}
</style>
border-color css
<style>
span { border-color: #BF1DF2; }
span { border-color: rgb(191,29,242); }
td.TdClassName
{
border-color: #BF1DF2;
}
.TagClassName
{
border-color: #BF1DF2;
}
</style>