Shades of Electric Purple #BF25EA
Tints of Electric Purple #BF25EA
RGB
CMYK
RGB Variations
Color information
#BF25EA (or 0xBF25EA) is known color: Electric Purple. HEX triplet: BF, 25 and EA. RGB value is (191,37,234). Sum of RGB (Red+Green+Blue) = 191+37+234=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF25EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF25EA is #40DA15. Grayscale: #686868. Windows color (decimal): -4250134 or 15345087. OLE color: 15345087.
HSL color Cylindrical-coordinate representation of color #BF25EA: hue angle of 286.9º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF25EA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 37 | 234 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.08 |
| HSL | 286.9º | 0.82% | 0.53% | - |
| HSV(B) | 286.9º | 0.84% | 0.92% | - |
| XYZ | 37 | 18.34 | 79.43 | - |
| YUV | 105.5 | 200.52 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 234 | 0.18 | 0.84 | 0 | 0.08 | 286.9 | 0.82 | 0.53 |
| Hex | BF | 25 | EA | 12 | 54 | 0 | 8 | 11F | 52 | 35 |
| Octal | 277 | 45 | 352 | 22 | 124 | 0 | 10 | 437 | 122 | 65 |
| Binary | 10111111 | 100101 | 11101010 | 10010 | 1010100 | 0 | 1000 | 100011111 | 1010010 | 110101 |
Color Harmonies of #BF25EA
Complementary color
Monochromatic Colors of #BF25EA
Black with #BF25EA
Text Example
Text Example
White with #BF25EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF25EA; }
p { color: rgb(191,37,234); }
H1.HeaderClassName
{
color: #BF25EA;
}
.AnyTagClassName
{
color: #BF25EA;
}
</style>
background-color css
<style>
a { background-color: #BF25EA; }
a { background-color: rgb(191,37,234); }
div.DivClassName
{
background-color: #BF25EA;
}
.BgClassName
{
background-color: #BF25EA;
}
</style>
border-color css
<style>
span { border-color: #BF25EA; }
span { border-color: rgb(191,37,234); }
td.TdClassName
{
border-color: #BF25EA;
}
.TagClassName
{
border-color: #BF25EA;
}
</style>