Shades of Electric Purple #BF16FB
Tints of Electric Purple #BF16FB
RGB
CMYK
RGB Variations
Color information
#BF16FB (or 0xBF16FB) is known color: Electric Purple. HEX triplet: BF, 16 and FB. RGB value is (191,22,251). Sum of RGB (Red+Green+Blue) = 191+22+251=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF16FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF16FB is #40E904. Grayscale: #616161. Windows color (decimal): -4253957 or 16455359. OLE color: 16455359.
HSL color Cylindrical-coordinate representation of color #BF16FB: hue angle of 284.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF16FB is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 22 | 251 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.02 |
| HSL | 284.28º | 0.97% | 0.54% | - |
| HSV(B) | 284.28º | 0.91% | 0.98% | - |
| XYZ | 39.19 | 18.62 | 92.79 | - |
| YUV | 98.64 | 213.99 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 251 | 0.24 | 0.91 | 0 | 0.02 | 284.28 | 0.97 | 0.54 |
| Hex | BF | 16 | FB | 18 | 5B | 0 | 2 | 11C | 61 | 36 |
| Octal | 277 | 26 | 373 | 30 | 133 | 0 | 2 | 434 | 141 | 66 |
| Binary | 10111111 | 10110 | 11111011 | 11000 | 1011011 | 0 | 10 | 100011100 | 1100001 | 110110 |
Color Harmonies of #BF16FB
Complementary color
Monochromatic Colors of #BF16FB
Black with #BF16FB
Text Example
Text Example
White with #BF16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16FB; }
p { color: rgb(191,22,251); }
H1.HeaderClassName
{
color: #BF16FB;
}
.AnyTagClassName
{
color: #BF16FB;
}
</style>
background-color css
<style>
a { background-color: #BF16FB; }
a { background-color: rgb(191,22,251); }
div.DivClassName
{
background-color: #BF16FB;
}
.BgClassName
{
background-color: #BF16FB;
}
</style>
border-color css
<style>
span { border-color: #BF16FB; }
span { border-color: rgb(191,22,251); }
td.TdClassName
{
border-color: #BF16FB;
}
.TagClassName
{
border-color: #BF16FB;
}
</style>