Shades of Electric Purple #BF11F0
Tints of Electric Purple #BF11F0
RGB
CMYK
RGB Variations
Color information
#BF11F0 (or 0xBF11F0) is known color: Electric Purple. HEX triplet: BF, 11 and F0. RGB value is (191,17,240). Sum of RGB (Red+Green+Blue) = 191+17+240=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF11F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF11F0 is #40EE0F. Grayscale: #5D5D5D. Windows color (decimal): -4255248 or 15733183. OLE color: 15733183.
HSL color Cylindrical-coordinate representation of color #BF11F0: hue angle of 286.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF11F0 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 17 | 240 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.06 |
| HSL | 286.82º | 0.88% | 0.5% | - |
| HSV(B) | 286.82º | 0.93% | 0.94% | - |
| XYZ | 37.41 | 17.77 | 83.9 | - |
| YUV | 94.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 240 | 0.20 | 0.93 | 0 | 0.06 | 286.82 | 0.88 | 0.5 |
| Hex | BF | 11 | F0 | 14 | 5D | 0 | 6 | 11F | 58 | 32 |
| Octal | 277 | 21 | 360 | 24 | 135 | 0 | 6 | 437 | 130 | 62 |
| Binary | 10111111 | 10001 | 11110000 | 10100 | 1011101 | 0 | 110 | 100011111 | 1011000 | 110010 |
Color Harmonies of #BF11F0
Complementary color
Monochromatic Colors of #BF11F0
Black with #BF11F0
Text Example
Text Example
White with #BF11F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11F0; }
p { color: rgb(191,17,240); }
H1.HeaderClassName
{
color: #BF11F0;
}
.AnyTagClassName
{
color: #BF11F0;
}
</style>
background-color css
<style>
a { background-color: #BF11F0; }
a { background-color: rgb(191,17,240); }
div.DivClassName
{
background-color: #BF11F0;
}
.BgClassName
{
background-color: #BF11F0;
}
</style>
border-color css
<style>
span { border-color: #BF11F0; }
span { border-color: rgb(191,17,240); }
td.TdClassName
{
border-color: #BF11F0;
}
.TagClassName
{
border-color: #BF11F0;
}
</style>