Shades of Electric Purple #BF15EE
Tints of Electric Purple #BF15EE
RGB
CMYK
RGB Variations
Color information
#BF15EE (or 0xBF15EE) is known color: Electric Purple. HEX triplet: BF, 15 and EE. RGB value is (191,21,238). Sum of RGB (Red+Green+Blue) = 191+21+238=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF15EE is #40EA11. Grayscale: #5F5F5F. Windows color (decimal): -4254226 or 15603135. OLE color: 15603135.
HSL color Cylindrical-coordinate representation of color #BF15EE: hue angle of 287º 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 #BF15EE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 21 | 238 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.07 |
| HSL | 287º | 0.86% | 0.51% | - |
| HSV(B) | 287º | 0.91% | 0.93% | - |
| XYZ | 37.19 | 17.79 | 82.36 | - |
| YUV | 96.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 238 | 0.20 | 0.91 | 0 | 0.07 | 287 | 0.86 | 0.51 |
| Hex | BF | 15 | EE | 14 | 5B | 0 | 7 | 11F | 56 | 33 |
| Octal | 277 | 25 | 356 | 24 | 133 | 0 | 7 | 437 | 126 | 63 |
| Binary | 10111111 | 10101 | 11101110 | 10100 | 1011011 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #BF15EE
Complementary color
Monochromatic Colors of #BF15EE
Black with #BF15EE
Text Example
Text Example
White with #BF15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15EE; }
p { color: rgb(191,21,238); }
H1.HeaderClassName
{
color: #BF15EE;
}
.AnyTagClassName
{
color: #BF15EE;
}
</style>
background-color css
<style>
a { background-color: #BF15EE; }
a { background-color: rgb(191,21,238); }
div.DivClassName
{
background-color: #BF15EE;
}
.BgClassName
{
background-color: #BF15EE;
}
</style>
border-color css
<style>
span { border-color: #BF15EE; }
span { border-color: rgb(191,21,238); }
td.TdClassName
{
border-color: #BF15EE;
}
.TagClassName
{
border-color: #BF15EE;
}
</style>