Shades of Electric Purple #BF29FE
Tints of Electric Purple #BF29FE
RGB
CMYK
RGB Variations
Color information
#BF29FE (or 0xBF29FE) is known color: Electric Purple. HEX triplet: BF, 29 and FE. RGB value is (191,41,254). Sum of RGB (Red+Green+Blue) = 191+41+254=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF29FE is #40D601. Grayscale: #6D6D6D. Windows color (decimal): -4249090 or 16656831. OLE color: 16656831.
HSL color Cylindrical-coordinate representation of color #BF29FE: hue angle of 282.25º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF29FE is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 41 | 254 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.00 |
| HSL | 282.25º | 0.99% | 0.58% | - |
| HSV(B) | 282.25º | 0.84% | 1% | - |
| XYZ | 40.17 | 19.82 | 95.47 | - |
| YUV | 110.13 | 209.2 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 254 | 0.25 | 0.84 | 0 | 0.00 | 282.25 | 0.99 | 0.58 |
| Hex | BF | 29 | FE | 19 | 54 | 0 | 0 | 11A | 63 | 3A |
| Octal | 277 | 51 | 376 | 31 | 124 | 0 | 0 | 432 | 143 | 72 |
| Binary | 10111111 | 101001 | 11111110 | 11001 | 1010100 | 0 | 0 | 100011010 | 1100011 | 111010 |
Color Harmonies of #BF29FE
Complementary color
Monochromatic Colors of #BF29FE
Black with #BF29FE
Text Example
Text Example
White with #BF29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF29FE; }
p { color: rgb(191,41,254); }
H1.HeaderClassName
{
color: #BF29FE;
}
.AnyTagClassName
{
color: #BF29FE;
}
</style>
background-color css
<style>
a { background-color: #BF29FE; }
a { background-color: rgb(191,41,254); }
div.DivClassName
{
background-color: #BF29FE;
}
.BgClassName
{
background-color: #BF29FE;
}
</style>
border-color css
<style>
span { border-color: #BF29FE; }
span { border-color: rgb(191,41,254); }
td.TdClassName
{
border-color: #BF29FE;
}
.TagClassName
{
border-color: #BF29FE;
}
</style>