Shades of Electric Purple #BF19E3
Tints of Electric Purple #BF19E3
RGB
CMYK
RGB Variations
Color information
#BF19E3 (or 0xBF19E3) is known color: Electric Purple. HEX triplet: BF, 19 and E3. RGB value is (191,25,227). Sum of RGB (Red+Green+Blue) = 191+25+227=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 227 (89.06% from 255 or 51.24% from 443); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF19E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19E3 is #40E61C. Grayscale: #616161. Windows color (decimal): -4253213 or 14883263. OLE color: 14883263.
HSL color Cylindrical-coordinate representation of color #BF19E3: hue angle of 289.31º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19E3 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 25 | 227 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.11 |
| HSL | 289.31º | 0.8% | 0.49% | - |
| HSV(B) | 289.31º | 0.89% | 0.89% | - |
| XYZ | 35.7 | 17.32 | 74.13 | - |
| YUV | 97.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 227 | 0.16 | 0.89 | 0 | 0.11 | 289.31 | 0.8 | 0.49 |
| Hex | BF | 19 | E3 | 10 | 59 | 0 | B | 121 | 50 | 31 |
| Octal | 277 | 31 | 343 | 20 | 131 | 0 | 13 | 441 | 120 | 61 |
| Binary | 10111111 | 11001 | 11100011 | 10000 | 1011001 | 0 | 1011 | 100100001 | 1010000 | 110001 |
Color Harmonies of #BF19E3
Complementary color
Monochromatic Colors of #BF19E3
Black with #BF19E3
Text Example
Text Example
White with #BF19E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19E3; }
p { color: rgb(191,25,227); }
H1.HeaderClassName
{
color: #BF19E3;
}
.AnyTagClassName
{
color: #BF19E3;
}
</style>
background-color css
<style>
a { background-color: #BF19E3; }
a { background-color: rgb(191,25,227); }
div.DivClassName
{
background-color: #BF19E3;
}
.BgClassName
{
background-color: #BF19E3;
}
</style>
border-color css
<style>
span { border-color: #BF19E3; }
span { border-color: rgb(191,25,227); }
td.TdClassName
{
border-color: #BF19E3;
}
.TagClassName
{
border-color: #BF19E3;
}
</style>