Shades of Electric Purple #BF11FF
Tints of Electric Purple #BF11FF
RGB
CMYK
RGB Variations
Color information
#BF11FF (or 0xBF11FF) is known color: Electric Purple. HEX triplet: BF, 11 and FF. RGB value is (191,17,255). Sum of RGB (Red+Green+Blue) = 191+17+255=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF11FF is #40EE00. Grayscale: #5F5F5F. Windows color (decimal): -4255233 or 16716223. OLE color: 16716223.
HSL color Cylindrical-coordinate representation of color #BF11FF: hue angle of 283.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF11FF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 17 | 255 | - |
| CMYK | 0.25 | 0.93 | 0 | 0 |
| HSL | 283.87º | 1% | 0.53% | - |
| HSV(B) | 283.87º | 0.93% | 1% | - |
| XYZ | 39.74 | 18.7 | 96.12 | - |
| YUV | 96.16 | 217.65 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 255 | 0.25 | 0.93 | 0 | 0 | 283.87 | 1 | 0.53 |
| Hex | BF | 11 | FF | 19 | 5D | 0 | 0 | 11C | 64 | 35 |
| Octal | 277 | 21 | 377 | 31 | 135 | 0 | 0 | 434 | 144 | 65 |
| Binary | 10111111 | 10001 | 11111111 | 11001 | 1011101 | 0 | 0 | 100011100 | 1100100 | 110101 |
Color Harmonies of #BF11FF
Complementary color
Monochromatic Colors of #BF11FF
Black with #BF11FF
Text Example
Text Example
White with #BF11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11FF; }
p { color: rgb(191,17,255); }
H1.HeaderClassName
{
color: #BF11FF;
}
.AnyTagClassName
{
color: #BF11FF;
}
</style>
background-color css
<style>
a { background-color: #BF11FF; }
a { background-color: rgb(191,17,255); }
div.DivClassName
{
background-color: #BF11FF;
}
.BgClassName
{
background-color: #BF11FF;
}
</style>
border-color css
<style>
span { border-color: #BF11FF; }
span { border-color: rgb(191,17,255); }
td.TdClassName
{
border-color: #BF11FF;
}
.TagClassName
{
border-color: #BF11FF;
}
</style>