Shades of Electric Purple #BF15EA
Tints of Electric Purple #BF15EA
RGB
CMYK
RGB Variations
Color information
#BF15EA (or 0xBF15EA) is known color: Electric Purple. HEX triplet: BF, 15 and EA. RGB value is (191,21,234). Sum of RGB (Red+Green+Blue) = 191+21+234=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF15EA is #40EA15. Grayscale: #5F5F5F. Windows color (decimal): -4254230 or 15340991. OLE color: 15340991.
HSL color Cylindrical-coordinate representation of color #BF15EA: hue angle of 287.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF15EA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 21 | 234 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.08 |
| HSL | 287.89º | 0.84% | 0.5% | - |
| HSV(B) | 287.89º | 0.91% | 0.92% | - |
| XYZ | 36.61 | 17.55 | 79.3 | - |
| YUV | 96.11 | 205.82 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 234 | 0.18 | 0.91 | 0 | 0.08 | 287.89 | 0.84 | 0.5 |
| Hex | BF | 15 | EA | 12 | 5B | 0 | 8 | 120 | 54 | 32 |
| Octal | 277 | 25 | 352 | 22 | 133 | 0 | 10 | 440 | 124 | 62 |
| Binary | 10111111 | 10101 | 11101010 | 10010 | 1011011 | 0 | 1000 | 100100000 | 1010100 | 110010 |
Color Harmonies of #BF15EA
Complementary color
Monochromatic Colors of #BF15EA
Black with #BF15EA
Text Example
Text Example
White with #BF15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15EA; }
p { color: rgb(191,21,234); }
H1.HeaderClassName
{
color: #BF15EA;
}
.AnyTagClassName
{
color: #BF15EA;
}
</style>
background-color css
<style>
a { background-color: #BF15EA; }
a { background-color: rgb(191,21,234); }
div.DivClassName
{
background-color: #BF15EA;
}
.BgClassName
{
background-color: #BF15EA;
}
</style>
border-color css
<style>
span { border-color: #BF15EA; }
span { border-color: rgb(191,21,234); }
td.TdClassName
{
border-color: #BF15EA;
}
.TagClassName
{
border-color: #BF15EA;
}
</style>