Shades of Electric Purple #BF15ED
Tints of Electric Purple #BF15ED
RGB
CMYK
RGB Variations
Color information
#BF15ED (or 0xBF15ED) is known color: Electric Purple. HEX triplet: BF, 15 and ED. RGB value is (191,21,237). Sum of RGB (Red+Green+Blue) = 191+21+237=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF15ED is #40EA12. Grayscale: #5F5F5F. Windows color (decimal): -4254227 or 15537599. OLE color: 15537599.
HSL color Cylindrical-coordinate representation of color #BF15ED: hue angle of 287.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF15ED is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 21 | 237 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.07 |
| HSL | 287.22º | 0.86% | 0.51% | - |
| HSV(B) | 287.22º | 0.91% | 0.93% | - |
| XYZ | 37.04 | 17.73 | 81.59 | - |
| YUV | 96.45 | 207.32 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 237 | 0.19 | 0.91 | 0 | 0.07 | 287.22 | 0.86 | 0.51 |
| Hex | BF | 15 | ED | 13 | 5B | 0 | 7 | 11F | 56 | 33 |
| Octal | 277 | 25 | 355 | 23 | 133 | 0 | 7 | 437 | 126 | 63 |
| Binary | 10111111 | 10101 | 11101101 | 10011 | 1011011 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #BF15ED
Complementary color
Monochromatic Colors of #BF15ED
Black with #BF15ED
Text Example
Text Example
White with #BF15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15ED; }
p { color: rgb(191,21,237); }
H1.HeaderClassName
{
color: #BF15ED;
}
.AnyTagClassName
{
color: #BF15ED;
}
</style>
background-color css
<style>
a { background-color: #BF15ED; }
a { background-color: rgb(191,21,237); }
div.DivClassName
{
background-color: #BF15ED;
}
.BgClassName
{
background-color: #BF15ED;
}
</style>
border-color css
<style>
span { border-color: #BF15ED; }
span { border-color: rgb(191,21,237); }
td.TdClassName
{
border-color: #BF15ED;
}
.TagClassName
{
border-color: #BF15ED;
}
</style>