Shades of Electric Purple #BF2AFE
Tints of Electric Purple #BF2AFE
RGB
CMYK
RGB Variations
Color information
#BF2AFE (or 0xBF2AFE) is known color: Electric Purple. HEX triplet: BF, 2A and FE. RGB value is (191,42,254). Sum of RGB (Red+Green+Blue) = 191+42+254=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF2AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2AFE is #40D501. Grayscale: #6E6E6E. Windows color (decimal): -4248834 or 16657087. OLE color: 16657087.
HSL color Cylindrical-coordinate representation of color #BF2AFE: hue angle of 282.17º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2AFE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 42 | 254 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.00 |
| HSL | 282.17º | 0.99% | 0.58% | - |
| HSV(B) | 282.17º | 0.83% | 1% | - |
| XYZ | 40.2 | 19.89 | 95.49 | - |
| YUV | 110.72 | 208.86 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 254 | 0.25 | 0.83 | 0 | 0.00 | 282.17 | 0.99 | 0.58 |
| Hex | BF | 2A | FE | 19 | 53 | 0 | 0 | 11A | 63 | 3A |
| Octal | 277 | 52 | 376 | 31 | 123 | 0 | 0 | 432 | 143 | 72 |
| Binary | 10111111 | 101010 | 11111110 | 11001 | 1010011 | 0 | 0 | 100011010 | 1100011 | 111010 |
Color Harmonies of #BF2AFE
Complementary color
Monochromatic Colors of #BF2AFE
Black with #BF2AFE
Text Example
Text Example
White with #BF2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AFE; }
p { color: rgb(191,42,254); }
H1.HeaderClassName
{
color: #BF2AFE;
}
.AnyTagClassName
{
color: #BF2AFE;
}
</style>
background-color css
<style>
a { background-color: #BF2AFE; }
a { background-color: rgb(191,42,254); }
div.DivClassName
{
background-color: #BF2AFE;
}
.BgClassName
{
background-color: #BF2AFE;
}
</style>
border-color css
<style>
span { border-color: #BF2AFE; }
span { border-color: rgb(191,42,254); }
td.TdClassName
{
border-color: #BF2AFE;
}
.TagClassName
{
border-color: #BF2AFE;
}
</style>