Shades of Electric Purple #BF18E7
Tints of Electric Purple #BF18E7
RGB
CMYK
RGB Variations
Color information
#BF18E7 (or 0xBF18E7) is known color: Electric Purple. HEX triplet: BF, 18 and E7. RGB value is (191,24,231). Sum of RGB (Red+Green+Blue) = 191+24+231=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF18E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18E7 is #40E718. Grayscale: #606060. Windows color (decimal): -4253465 or 15145151. OLE color: 15145151.
HSL color Cylindrical-coordinate representation of color #BF18E7: hue angle of 288.41º degrees, saturation: 0.81, 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 #BF18E7 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 24 | 231 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.09 |
| HSL | 288.41º | 0.81% | 0.5% | - |
| HSV(B) | 288.41º | 0.9% | 0.91% | - |
| XYZ | 36.24 | 17.5 | 77.07 | - |
| YUV | 97.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 231 | 0.17 | 0.90 | 0 | 0.09 | 288.41 | 0.81 | 0.5 |
| Hex | BF | 18 | E7 | 11 | 5A | 0 | 9 | 120 | 51 | 32 |
| Octal | 277 | 30 | 347 | 21 | 132 | 0 | 11 | 440 | 121 | 62 |
| Binary | 10111111 | 11000 | 11100111 | 10001 | 1011010 | 0 | 1001 | 100100000 | 1010001 | 110010 |
Color Harmonies of #BF18E7
Complementary color
Monochromatic Colors of #BF18E7
Black with #BF18E7
Text Example
Text Example
White with #BF18E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18E7; }
p { color: rgb(191,24,231); }
H1.HeaderClassName
{
color: #BF18E7;
}
.AnyTagClassName
{
color: #BF18E7;
}
</style>
background-color css
<style>
a { background-color: #BF18E7; }
a { background-color: rgb(191,24,231); }
div.DivClassName
{
background-color: #BF18E7;
}
.BgClassName
{
background-color: #BF18E7;
}
</style>
border-color css
<style>
span { border-color: #BF18E7; }
span { border-color: rgb(191,24,231); }
td.TdClassName
{
border-color: #BF18E7;
}
.TagClassName
{
border-color: #BF18E7;
}
</style>