Shades of Electric Purple #BF2EFB
Tints of Electric Purple #BF2EFB
RGB
CMYK
RGB Variations
Color information
#BF2EFB (or 0xBF2EFB) is known color: Electric Purple. HEX triplet: BF, 2E and FB. RGB value is (191,46,251). Sum of RGB (Red+Green+Blue) = 191+46+251=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EFB is #40D104. Grayscale: #707070. Windows color (decimal): -4247813 or 16461503. OLE color: 16461503.
HSL color Cylindrical-coordinate representation of color #BF2EFB: hue angle of 282.44º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2EFB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 46 | 251 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.02 |
| HSL | 282.44º | 0.96% | 0.58% | - |
| HSV(B) | 282.44º | 0.82% | 0.98% | - |
| XYZ | 39.88 | 20 | 93.02 | - |
| YUV | 112.73 | 206.04 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 251 | 0.24 | 0.82 | 0 | 0.02 | 282.44 | 0.96 | 0.58 |
| Hex | BF | 2E | FB | 18 | 52 | 0 | 2 | 11A | 60 | 3A |
| Octal | 277 | 56 | 373 | 30 | 122 | 0 | 2 | 432 | 140 | 72 |
| Binary | 10111111 | 101110 | 11111011 | 11000 | 1010010 | 0 | 10 | 100011010 | 1100000 | 111010 |
Color Harmonies of #BF2EFB
Complementary color
Monochromatic Colors of #BF2EFB
Black with #BF2EFB
Text Example
Text Example
White with #BF2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EFB; }
p { color: rgb(191,46,251); }
H1.HeaderClassName
{
color: #BF2EFB;
}
.AnyTagClassName
{
color: #BF2EFB;
}
</style>
background-color css
<style>
a { background-color: #BF2EFB; }
a { background-color: rgb(191,46,251); }
div.DivClassName
{
background-color: #BF2EFB;
}
.BgClassName
{
background-color: #BF2EFB;
}
</style>
border-color css
<style>
span { border-color: #BF2EFB; }
span { border-color: rgb(191,46,251); }
td.TdClassName
{
border-color: #BF2EFB;
}
.TagClassName
{
border-color: #BF2EFB;
}
</style>