Shades of Electric Purple #BF28FA
Tints of Electric Purple #BF28FA
RGB
CMYK
RGB Variations
Color information
#BF28FA (or 0xBF28FA) is known color: Electric Purple. HEX triplet: BF, 28 and FA. RGB value is (191,40,250). Sum of RGB (Red+Green+Blue) = 191+40+250=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF28FA is #40D705. Grayscale: #6C6C6C. Windows color (decimal): -4249350 or 16394431. OLE color: 16394431.
HSL color Cylindrical-coordinate representation of color #BF28FA: hue angle of 283.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF28FA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 40 | 250 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.02 |
| HSL | 283.14º | 0.95% | 0.57% | - |
| HSV(B) | 283.14º | 0.84% | 0.98% | - |
| XYZ | 39.5 | 19.5 | 92.12 | - |
| YUV | 109.09 | 207.53 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 250 | 0.24 | 0.84 | 0 | 0.02 | 283.14 | 0.95 | 0.57 |
| Hex | BF | 28 | FA | 18 | 54 | 0 | 2 | 11B | 5F | 39 |
| Octal | 277 | 50 | 372 | 30 | 124 | 0 | 2 | 433 | 137 | 71 |
| Binary | 10111111 | 101000 | 11111010 | 11000 | 1010100 | 0 | 10 | 100011011 | 1011111 | 111001 |
Color Harmonies of #BF28FA
Complementary color
Monochromatic Colors of #BF28FA
Black with #BF28FA
Text Example
Text Example
White with #BF28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28FA; }
p { color: rgb(191,40,250); }
H1.HeaderClassName
{
color: #BF28FA;
}
.AnyTagClassName
{
color: #BF28FA;
}
</style>
background-color css
<style>
a { background-color: #BF28FA; }
a { background-color: rgb(191,40,250); }
div.DivClassName
{
background-color: #BF28FA;
}
.BgClassName
{
background-color: #BF28FA;
}
</style>
border-color css
<style>
span { border-color: #BF28FA; }
span { border-color: rgb(191,40,250); }
td.TdClassName
{
border-color: #BF28FA;
}
.TagClassName
{
border-color: #BF28FA;
}
</style>