Shades of Electric Purple #BF10F0
Tints of Electric Purple #BF10F0
RGB
CMYK
RGB Variations
Color information
#BF10F0 (or 0xBF10F0) is known color: Electric Purple. HEX triplet: BF, 10 and F0. RGB value is (191,16,240). Sum of RGB (Red+Green+Blue) = 191+16+240=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF10F0 is #40EF0F. Grayscale: #5D5D5D. Windows color (decimal): -4255504 or 15732927. OLE color: 15732927.
HSL color Cylindrical-coordinate representation of color #BF10F0: hue angle of 286.88º 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 #BF10F0 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 16 | 240 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.06 |
| HSL | 286.88º | 0.88% | 0.5% | - |
| HSV(B) | 286.88º | 0.93% | 0.94% | - |
| XYZ | 37.4 | 17.74 | 83.89 | - |
| YUV | 93.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 240 | 0.20 | 0.93 | 0 | 0.06 | 286.88 | 0.88 | 0.5 |
| Hex | BF | 10 | F0 | 14 | 5D | 0 | 6 | 11F | 58 | 32 |
| Octal | 277 | 20 | 360 | 24 | 135 | 0 | 6 | 437 | 130 | 62 |
| Binary | 10111111 | 10000 | 11110000 | 10100 | 1011101 | 0 | 110 | 100011111 | 1011000 | 110010 |
Color Harmonies of #BF10F0
Complementary color
Monochromatic Colors of #BF10F0
Black with #BF10F0
Text Example
Text Example
White with #BF10F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10F0; }
p { color: rgb(191,16,240); }
H1.HeaderClassName
{
color: #BF10F0;
}
.AnyTagClassName
{
color: #BF10F0;
}
</style>
background-color css
<style>
a { background-color: #BF10F0; }
a { background-color: rgb(191,16,240); }
div.DivClassName
{
background-color: #BF10F0;
}
.BgClassName
{
background-color: #BF10F0;
}
</style>
border-color css
<style>
span { border-color: #BF10F0; }
span { border-color: rgb(191,16,240); }
td.TdClassName
{
border-color: #BF10F0;
}
.TagClassName
{
border-color: #BF10F0;
}
</style>