Shades of Electric Purple #BF2CFB
Tints of Electric Purple #BF2CFB
RGB
CMYK
RGB Variations
Color information
#BF2CFB (or 0xBF2CFB) is known color: Electric Purple. HEX triplet: BF, 2C and FB. RGB value is (191,44,251). Sum of RGB (Red+Green+Blue) = 191+44+251=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CFB is #40D304. Grayscale: #6E6E6E. Windows color (decimal): -4248325 or 16460991. OLE color: 16460991.
HSL color Cylindrical-coordinate representation of color #BF2CFB: hue angle of 282.61º 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 #BF2CFB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 44 | 251 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.02 |
| HSL | 282.61º | 0.96% | 0.58% | - |
| HSV(B) | 282.61º | 0.82% | 0.98% | - |
| XYZ | 39.8 | 19.84 | 93 | - |
| YUV | 111.55 | 206.7 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 251 | 0.24 | 0.82 | 0 | 0.02 | 282.61 | 0.96 | 0.58 |
| Hex | BF | 2C | FB | 18 | 52 | 0 | 2 | 11B | 60 | 3A |
| Octal | 277 | 54 | 373 | 30 | 122 | 0 | 2 | 433 | 140 | 72 |
| Binary | 10111111 | 101100 | 11111011 | 11000 | 1010010 | 0 | 10 | 100011011 | 1100000 | 111010 |
Color Harmonies of #BF2CFB
Complementary color
Monochromatic Colors of #BF2CFB
Black with #BF2CFB
Text Example
Text Example
White with #BF2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CFB; }
p { color: rgb(191,44,251); }
H1.HeaderClassName
{
color: #BF2CFB;
}
.AnyTagClassName
{
color: #BF2CFB;
}
</style>
background-color css
<style>
a { background-color: #BF2CFB; }
a { background-color: rgb(191,44,251); }
div.DivClassName
{
background-color: #BF2CFB;
}
.BgClassName
{
background-color: #BF2CFB;
}
</style>
border-color css
<style>
span { border-color: #BF2CFB; }
span { border-color: rgb(191,44,251); }
td.TdClassName
{
border-color: #BF2CFB;
}
.TagClassName
{
border-color: #BF2CFB;
}
</style>