Shades of Electric Purple #BF16F7
Tints of Electric Purple #BF16F7
RGB
CMYK
RGB Variations
Color information
#BF16F7 (or 0xBF16F7) is known color: Electric Purple. HEX triplet: BF, 16 and F7. RGB value is (191,22,247). Sum of RGB (Red+Green+Blue) = 191+22+247=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF16F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF16F7 is #40E908. Grayscale: #616161. Windows color (decimal): -4253961 or 16193215. OLE color: 16193215.
HSL color Cylindrical-coordinate representation of color #BF16F7: hue angle of 285.07º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF16F7 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 22 | 247 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.03 |
| HSL | 285.07º | 0.93% | 0.53% | - |
| HSV(B) | 285.07º | 0.91% | 0.97% | - |
| XYZ | 38.56 | 18.37 | 89.51 | - |
| YUV | 98.18 | 211.99 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 247 | 0.23 | 0.91 | 0 | 0.03 | 285.07 | 0.93 | 0.53 |
| Hex | BF | 16 | F7 | 17 | 5B | 0 | 3 | 11D | 5D | 35 |
| Octal | 277 | 26 | 367 | 27 | 133 | 0 | 3 | 435 | 135 | 65 |
| Binary | 10111111 | 10110 | 11110111 | 10111 | 1011011 | 0 | 11 | 100011101 | 1011101 | 110101 |
Color Harmonies of #BF16F7
Complementary color
Monochromatic Colors of #BF16F7
Black with #BF16F7
Text Example
Text Example
White with #BF16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16F7; }
p { color: rgb(191,22,247); }
H1.HeaderClassName
{
color: #BF16F7;
}
.AnyTagClassName
{
color: #BF16F7;
}
</style>
background-color css
<style>
a { background-color: #BF16F7; }
a { background-color: rgb(191,22,247); }
div.DivClassName
{
background-color: #BF16F7;
}
.BgClassName
{
background-color: #BF16F7;
}
</style>
border-color css
<style>
span { border-color: #BF16F7; }
span { border-color: rgb(191,22,247); }
td.TdClassName
{
border-color: #BF16F7;
}
.TagClassName
{
border-color: #BF16F7;
}
</style>