Shades of Electric Purple #BF21F0
Tints of Electric Purple #BF21F0
RGB
CMYK
RGB Variations
Color information
#BF21F0 (or 0xBF21F0) is known color: Electric Purple. HEX triplet: BF, 21 and F0. RGB value is (191,33,240). Sum of RGB (Red+Green+Blue) = 191+33+240=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF21F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21F0 is #40DE0F. Grayscale: #676767. Windows color (decimal): -4251152 or 15737279. OLE color: 15737279.
HSL color Cylindrical-coordinate representation of color #BF21F0: hue angle of 285.8º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF21F0 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 33 | 240 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.06 |
| HSL | 285.8º | 0.87% | 0.54% | - |
| HSV(B) | 285.8º | 0.86% | 0.94% | - |
| XYZ | 37.76 | 18.46 | 84.01 | - |
| YUV | 103.84 | 204.85 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 240 | 0.20 | 0.86 | 0 | 0.06 | 285.8 | 0.87 | 0.54 |
| Hex | BF | 21 | F0 | 14 | 56 | 0 | 6 | 11E | 57 | 36 |
| Octal | 277 | 41 | 360 | 24 | 126 | 0 | 6 | 436 | 127 | 66 |
| Binary | 10111111 | 100001 | 11110000 | 10100 | 1010110 | 0 | 110 | 100011110 | 1010111 | 110110 |
Color Harmonies of #BF21F0
Complementary color
Monochromatic Colors of #BF21F0
Black with #BF21F0
Text Example
Text Example
White with #BF21F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21F0; }
p { color: rgb(191,33,240); }
H1.HeaderClassName
{
color: #BF21F0;
}
.AnyTagClassName
{
color: #BF21F0;
}
</style>
background-color css
<style>
a { background-color: #BF21F0; }
a { background-color: rgb(191,33,240); }
div.DivClassName
{
background-color: #BF21F0;
}
.BgClassName
{
background-color: #BF21F0;
}
</style>
border-color css
<style>
span { border-color: #BF21F0; }
span { border-color: rgb(191,33,240); }
td.TdClassName
{
border-color: #BF21F0;
}
.TagClassName
{
border-color: #BF21F0;
}
</style>