Shades of Electric Purple #BF17E9
Tints of Electric Purple #BF17E9
RGB
CMYK
RGB Variations
Color information
#BF17E9 (or 0xBF17E9) is known color: Electric Purple. HEX triplet: BF, 17 and E9. RGB value is (191,23,233). Sum of RGB (Red+Green+Blue) = 191+23+233=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF17E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17E9 is #40E816. Grayscale: #606060. Windows color (decimal): -4253719 or 15275967. OLE color: 15275967.
HSL color Cylindrical-coordinate representation of color #BF17E9: hue angle of 288º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF17E9 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 23 | 233 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.09 |
| HSL | 288º | 0.83% | 0.5% | - |
| HSV(B) | 288º | 0.9% | 0.91% | - |
| XYZ | 36.5 | 17.57 | 78.56 | - |
| YUV | 97.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 233 | 0.18 | 0.90 | 0 | 0.09 | 288 | 0.83 | 0.5 |
| Hex | BF | 17 | E9 | 12 | 5A | 0 | 9 | 120 | 53 | 32 |
| Octal | 277 | 27 | 351 | 22 | 132 | 0 | 11 | 440 | 123 | 62 |
| Binary | 10111111 | 10111 | 11101001 | 10010 | 1011010 | 0 | 1001 | 100100000 | 1010011 | 110010 |
Color Harmonies of #BF17E9
Complementary color
Monochromatic Colors of #BF17E9
Black with #BF17E9
Text Example
Text Example
White with #BF17E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17E9; }
p { color: rgb(191,23,233); }
H1.HeaderClassName
{
color: #BF17E9;
}
.AnyTagClassName
{
color: #BF17E9;
}
</style>
background-color css
<style>
a { background-color: #BF17E9; }
a { background-color: rgb(191,23,233); }
div.DivClassName
{
background-color: #BF17E9;
}
.BgClassName
{
background-color: #BF17E9;
}
</style>
border-color css
<style>
span { border-color: #BF17E9; }
span { border-color: rgb(191,23,233); }
td.TdClassName
{
border-color: #BF17E9;
}
.TagClassName
{
border-color: #BF17E9;
}
</style>