Shades of Electric Purple #BF2EF0
Tints of Electric Purple #BF2EF0
RGB
CMYK
RGB Variations
Color information
#BF2EF0 (or 0xBF2EF0) is known color: Electric Purple. HEX triplet: BF, 2E and F0. RGB value is (191,46,240). Sum of RGB (Red+Green+Blue) = 191+46+240=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF2EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EF0 is #40D10F. Grayscale: #6E6E6E. Windows color (decimal): -4247824 or 15740607. OLE color: 15740607.
HSL color Cylindrical-coordinate representation of color #BF2EF0: hue angle of 284.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2EF0 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 46 | 240 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.06 |
| HSL | 284.85º | 0.87% | 0.56% | - |
| HSV(B) | 284.85º | 0.81% | 0.94% | - |
| XYZ | 38.19 | 19.32 | 84.15 | - |
| YUV | 111.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 240 | 0.20 | 0.81 | 0 | 0.06 | 284.85 | 0.87 | 0.56 |
| Hex | BF | 2E | F0 | 14 | 51 | 0 | 6 | 11D | 57 | 38 |
| Octal | 277 | 56 | 360 | 24 | 121 | 0 | 6 | 435 | 127 | 70 |
| Binary | 10111111 | 101110 | 11110000 | 10100 | 1010001 | 0 | 110 | 100011101 | 1010111 | 111000 |
Color Harmonies of #BF2EF0
Complementary color
Monochromatic Colors of #BF2EF0
Black with #BF2EF0
Text Example
Text Example
White with #BF2EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EF0; }
p { color: rgb(191,46,240); }
H1.HeaderClassName
{
color: #BF2EF0;
}
.AnyTagClassName
{
color: #BF2EF0;
}
</style>
background-color css
<style>
a { background-color: #BF2EF0; }
a { background-color: rgb(191,46,240); }
div.DivClassName
{
background-color: #BF2EF0;
}
.BgClassName
{
background-color: #BF2EF0;
}
</style>
border-color css
<style>
span { border-color: #BF2EF0; }
span { border-color: rgb(191,46,240); }
td.TdClassName
{
border-color: #BF2EF0;
}
.TagClassName
{
border-color: #BF2EF0;
}
</style>