Shades of Electric Purple #BF25E7
Tints of Electric Purple #BF25E7
RGB
CMYK
RGB Variations
Color information
#BF25E7 (or 0xBF25E7) is known color: Electric Purple. HEX triplet: BF, 25 and E7. RGB value is (191,37,231). Sum of RGB (Red+Green+Blue) = 191+37+231=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF25E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF25E7 is #40DA18. Grayscale: #686868. Windows color (decimal): -4250137 or 15148479. OLE color: 15148479.
HSL color Cylindrical-coordinate representation of color #BF25E7: hue angle of 287.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF25E7 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 37 | 231 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.09 |
| HSL | 287.63º | 0.8% | 0.53% | - |
| HSV(B) | 287.63º | 0.84% | 0.91% | - |
| XYZ | 36.57 | 18.17 | 77.18 | - |
| YUV | 105.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 231 | 0.17 | 0.84 | 0 | 0.09 | 287.63 | 0.8 | 0.53 |
| Hex | BF | 25 | E7 | 11 | 54 | 0 | 9 | 120 | 50 | 35 |
| Octal | 277 | 45 | 347 | 21 | 124 | 0 | 11 | 440 | 120 | 65 |
| Binary | 10111111 | 100101 | 11100111 | 10001 | 1010100 | 0 | 1001 | 100100000 | 1010000 | 110101 |
Color Harmonies of #BF25E7
Complementary color
Monochromatic Colors of #BF25E7
Black with #BF25E7
Text Example
Text Example
White with #BF25E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF25E7; }
p { color: rgb(191,37,231); }
H1.HeaderClassName
{
color: #BF25E7;
}
.AnyTagClassName
{
color: #BF25E7;
}
</style>
background-color css
<style>
a { background-color: #BF25E7; }
a { background-color: rgb(191,37,231); }
div.DivClassName
{
background-color: #BF25E7;
}
.BgClassName
{
background-color: #BF25E7;
}
</style>
border-color css
<style>
span { border-color: #BF25E7; }
span { border-color: rgb(191,37,231); }
td.TdClassName
{
border-color: #BF25E7;
}
.TagClassName
{
border-color: #BF25E7;
}
</style>