Shades of Electric Purple #BF17ED
Tints of Electric Purple #BF17ED
RGB
CMYK
RGB Variations
Color information
#BF17ED (or 0xBF17ED) is known color: Electric Purple. HEX triplet: BF, 17 and ED. RGB value is (191,23,237). Sum of RGB (Red+Green+Blue) = 191+23+237=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17ED is #40E812. Grayscale: #606060. Windows color (decimal): -4253715 or 15538111. OLE color: 15538111.
HSL color Cylindrical-coordinate representation of color #BF17ED: hue angle of 287.1º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF17ED is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 23 | 237 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.07 |
| HSL | 287.1º | 0.86% | 0.51% | - |
| HSV(B) | 287.1º | 0.9% | 0.93% | - |
| XYZ | 37.08 | 17.8 | 81.6 | - |
| YUV | 97.63 | 206.66 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 237 | 0.19 | 0.90 | 0 | 0.07 | 287.1 | 0.86 | 0.51 |
| Hex | BF | 17 | ED | 13 | 5A | 0 | 7 | 11F | 56 | 33 |
| Octal | 277 | 27 | 355 | 23 | 132 | 0 | 7 | 437 | 126 | 63 |
| Binary | 10111111 | 10111 | 11101101 | 10011 | 1011010 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #BF17ED
Complementary color
Monochromatic Colors of #BF17ED
Black with #BF17ED
Text Example
Text Example
White with #BF17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17ED; }
p { color: rgb(191,23,237); }
H1.HeaderClassName
{
color: #BF17ED;
}
.AnyTagClassName
{
color: #BF17ED;
}
</style>
background-color css
<style>
a { background-color: #BF17ED; }
a { background-color: rgb(191,23,237); }
div.DivClassName
{
background-color: #BF17ED;
}
.BgClassName
{
background-color: #BF17ED;
}
</style>
border-color css
<style>
span { border-color: #BF17ED; }
span { border-color: rgb(191,23,237); }
td.TdClassName
{
border-color: #BF17ED;
}
.TagClassName
{
border-color: #BF17ED;
}
</style>