Shades of Electric Purple #BF29E8
Tints of Electric Purple #BF29E8
RGB
CMYK
RGB Variations
Color information
#BF29E8 (or 0xBF29E8) is known color: Electric Purple. HEX triplet: BF, 29 and E8. RGB value is (191,41,232). Sum of RGB (Red+Green+Blue) = 191+41+232=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF29E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF29E8 is #40D617. Grayscale: #6B6B6B. Windows color (decimal): -4249112 or 15215039. OLE color: 15215039.
HSL color Cylindrical-coordinate representation of color #BF29E8: hue angle of 287.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF29E8 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 41 | 232 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.09 |
| HSL | 287.12º | 0.81% | 0.54% | - |
| HSV(B) | 287.12º | 0.82% | 0.91% | - |
| XYZ | 36.84 | 18.49 | 77.97 | - |
| YUV | 107.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 232 | 0.18 | 0.82 | 0 | 0.09 | 287.12 | 0.81 | 0.54 |
| Hex | BF | 29 | E8 | 12 | 52 | 0 | 9 | 11F | 51 | 36 |
| Octal | 277 | 51 | 350 | 22 | 122 | 0 | 11 | 437 | 121 | 66 |
| Binary | 10111111 | 101001 | 11101000 | 10010 | 1010010 | 0 | 1001 | 100011111 | 1010001 | 110110 |
Color Harmonies of #BF29E8
Complementary color
Monochromatic Colors of #BF29E8
Black with #BF29E8
Text Example
Text Example
White with #BF29E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF29E8; }
p { color: rgb(191,41,232); }
H1.HeaderClassName
{
color: #BF29E8;
}
.AnyTagClassName
{
color: #BF29E8;
}
</style>
background-color css
<style>
a { background-color: #BF29E8; }
a { background-color: rgb(191,41,232); }
div.DivClassName
{
background-color: #BF29E8;
}
.BgClassName
{
background-color: #BF29E8;
}
</style>
border-color css
<style>
span { border-color: #BF29E8; }
span { border-color: rgb(191,41,232); }
td.TdClassName
{
border-color: #BF29E8;
}
.TagClassName
{
border-color: #BF29E8;
}
</style>