Shades of Electric Purple #BF16F1
Tints of Electric Purple #BF16F1
RGB
CMYK
RGB Variations
Color information
#BF16F1 (or 0xBF16F1) is known color: Electric Purple. HEX triplet: BF, 16 and F1. RGB value is (191,22,241). Sum of RGB (Red+Green+Blue) = 191+22+241=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF16F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF16F1 is #40E90E. Grayscale: #606060. Windows color (decimal): -4253967 or 15799999. OLE color: 15799999.
HSL color Cylindrical-coordinate representation of color #BF16F1: hue angle of 286.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF16F1 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 22 | 241 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.05 |
| HSL | 286.3º | 0.89% | 0.52% | - |
| HSV(B) | 286.3º | 0.91% | 0.95% | - |
| XYZ | 37.65 | 18 | 84.71 | - |
| YUV | 97.5 | 208.99 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 241 | 0.21 | 0.91 | 0 | 0.05 | 286.3 | 0.89 | 0.52 |
| Hex | BF | 16 | F1 | 15 | 5B | 0 | 5 | 11E | 59 | 34 |
| Octal | 277 | 26 | 361 | 25 | 133 | 0 | 5 | 436 | 131 | 64 |
| Binary | 10111111 | 10110 | 11110001 | 10101 | 1011011 | 0 | 101 | 100011110 | 1011001 | 110100 |
Color Harmonies of #BF16F1
Complementary color
Monochromatic Colors of #BF16F1
Black with #BF16F1
Text Example
Text Example
White with #BF16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16F1; }
p { color: rgb(191,22,241); }
H1.HeaderClassName
{
color: #BF16F1;
}
.AnyTagClassName
{
color: #BF16F1;
}
</style>
background-color css
<style>
a { background-color: #BF16F1; }
a { background-color: rgb(191,22,241); }
div.DivClassName
{
background-color: #BF16F1;
}
.BgClassName
{
background-color: #BF16F1;
}
</style>
border-color css
<style>
span { border-color: #BF16F1; }
span { border-color: rgb(191,22,241); }
td.TdClassName
{
border-color: #BF16F1;
}
.TagClassName
{
border-color: #BF16F1;
}
</style>