Shades of Electric Purple #BF2BFB
Tints of Electric Purple #BF2BFB
RGB
CMYK
RGB Variations
Color information
#BF2BFB (or 0xBF2BFB) is known color: Electric Purple. HEX triplet: BF, 2B and FB. RGB value is (191,43,251). Sum of RGB (Red+Green+Blue) = 191+43+251=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF2BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BFB is #40D404. Grayscale: #6E6E6E. Windows color (decimal): -4248581 or 16460735. OLE color: 16460735.
HSL color Cylindrical-coordinate representation of color #BF2BFB: hue angle of 282.69º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2BFB is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 43 | 251 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.02 |
| HSL | 282.69º | 0.96% | 0.58% | - |
| HSV(B) | 282.69º | 0.83% | 0.98% | - |
| XYZ | 39.76 | 19.77 | 92.99 | - |
| YUV | 110.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 251 | 0.24 | 0.83 | 0 | 0.02 | 282.69 | 0.96 | 0.58 |
| Hex | BF | 2B | FB | 18 | 53 | 0 | 2 | 11B | 60 | 3A |
| Octal | 277 | 53 | 373 | 30 | 123 | 0 | 2 | 433 | 140 | 72 |
| Binary | 10111111 | 101011 | 11111011 | 11000 | 1010011 | 0 | 10 | 100011011 | 1100000 | 111010 |
Color Harmonies of #BF2BFB
Complementary color
Monochromatic Colors of #BF2BFB
Black with #BF2BFB
Text Example
Text Example
White with #BF2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BFB; }
p { color: rgb(191,43,251); }
H1.HeaderClassName
{
color: #BF2BFB;
}
.AnyTagClassName
{
color: #BF2BFB;
}
</style>
background-color css
<style>
a { background-color: #BF2BFB; }
a { background-color: rgb(191,43,251); }
div.DivClassName
{
background-color: #BF2BFB;
}
.BgClassName
{
background-color: #BF2BFB;
}
</style>
border-color css
<style>
span { border-color: #BF2BFB; }
span { border-color: rgb(191,43,251); }
td.TdClassName
{
border-color: #BF2BFB;
}
.TagClassName
{
border-color: #BF2BFB;
}
</style>