Shades of Electric Purple #BF16F8
Tints of Electric Purple #BF16F8
RGB
CMYK
RGB Variations
Color information
#BF16F8 (or 0xBF16F8) is known color: Electric Purple. HEX triplet: BF, 16 and F8. RGB value is (191,22,248). Sum of RGB (Red+Green+Blue) = 191+22+248=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF16F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF16F8 is #40E907. Grayscale: #616161. Windows color (decimal): -4253960 or 16258751. OLE color: 16258751.
HSL color Cylindrical-coordinate representation of color #BF16F8: hue angle of 284.87º degrees, saturation: 0.94, 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 #BF16F8 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 22 | 248 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.03 |
| HSL | 284.87º | 0.94% | 0.53% | - |
| HSV(B) | 284.87º | 0.91% | 0.97% | - |
| XYZ | 38.72 | 18.43 | 90.32 | - |
| YUV | 98.3 | 212.49 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 248 | 0.23 | 0.91 | 0 | 0.03 | 284.87 | 0.94 | 0.53 |
| Hex | BF | 16 | F8 | 17 | 5B | 0 | 3 | 11D | 5E | 35 |
| Octal | 277 | 26 | 370 | 27 | 133 | 0 | 3 | 435 | 136 | 65 |
| Binary | 10111111 | 10110 | 11111000 | 10111 | 1011011 | 0 | 11 | 100011101 | 1011110 | 110101 |
Color Harmonies of #BF16F8
Complementary color
Monochromatic Colors of #BF16F8
Black with #BF16F8
Text Example
Text Example
White with #BF16F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16F8; }
p { color: rgb(191,22,248); }
H1.HeaderClassName
{
color: #BF16F8;
}
.AnyTagClassName
{
color: #BF16F8;
}
</style>
background-color css
<style>
a { background-color: #BF16F8; }
a { background-color: rgb(191,22,248); }
div.DivClassName
{
background-color: #BF16F8;
}
.BgClassName
{
background-color: #BF16F8;
}
</style>
border-color css
<style>
span { border-color: #BF16F8; }
span { border-color: rgb(191,22,248); }
td.TdClassName
{
border-color: #BF16F8;
}
.TagClassName
{
border-color: #BF16F8;
}
</style>