Shades of Electric Purple #BF28FF
Tints of Electric Purple #BF28FF
RGB
CMYK
RGB Variations
Color information
#BF28FF (or 0xBF28FF) is known color: Electric Purple. HEX triplet: BF, 28 and FF. RGB value is (191,40,255). Sum of RGB (Red+Green+Blue) = 191+40+255=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF28FF is #40D700. Grayscale: #6C6C6C. Windows color (decimal): -4249345 or 16722111. OLE color: 16722111.
HSL color Cylindrical-coordinate representation of color #BF28FF: hue angle of 282.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF28FF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 40 | 255 | - |
| CMYK | 0.25 | 0.84 | 0 | 0 |
| HSL | 282.14º | 1% | 0.58% | - |
| HSV(B) | 282.14º | 0.84% | 1% | - |
| XYZ | 40.29 | 19.81 | 96.31 | - |
| YUV | 109.66 | 210.03 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 255 | 0.25 | 0.84 | 0 | 0 | 282.14 | 1 | 0.58 |
| Hex | BF | 28 | FF | 19 | 54 | 0 | 0 | 11A | 64 | 3A |
| Octal | 277 | 50 | 377 | 31 | 124 | 0 | 0 | 432 | 144 | 72 |
| Binary | 10111111 | 101000 | 11111111 | 11001 | 1010100 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #BF28FF
Complementary color
Monochromatic Colors of #BF28FF
Black with #BF28FF
Text Example
Text Example
White with #BF28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28FF; }
p { color: rgb(191,40,255); }
H1.HeaderClassName
{
color: #BF28FF;
}
.AnyTagClassName
{
color: #BF28FF;
}
</style>
background-color css
<style>
a { background-color: #BF28FF; }
a { background-color: rgb(191,40,255); }
div.DivClassName
{
background-color: #BF28FF;
}
.BgClassName
{
background-color: #BF28FF;
}
</style>
border-color css
<style>
span { border-color: #BF28FF; }
span { border-color: rgb(191,40,255); }
td.TdClassName
{
border-color: #BF28FF;
}
.TagClassName
{
border-color: #BF28FF;
}
</style>