Shades of Electric Purple #BF16FD
Tints of Electric Purple #BF16FD
RGB
CMYK
RGB Variations
Color information
#BF16FD (or 0xBF16FD) is known color: Electric Purple. HEX triplet: BF, 16 and FD. RGB value is (191,22,253). Sum of RGB (Red+Green+Blue) = 191+22+253=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF16FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF16FD is #40E902. Grayscale: #626262. Windows color (decimal): -4253955 or 16586431. OLE color: 16586431.
HSL color Cylindrical-coordinate representation of color #BF16FD: hue angle of 283.9º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF16FD is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 22 | 253 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.01 |
| HSL | 283.9º | 0.98% | 0.54% | - |
| HSV(B) | 283.9º | 0.91% | 0.99% | - |
| XYZ | 39.5 | 18.74 | 94.46 | - |
| YUV | 98.87 | 214.99 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 253 | 0.25 | 0.91 | 0 | 0.01 | 283.9 | 0.98 | 0.54 |
| Hex | BF | 16 | FD | 19 | 5B | 0 | 1 | 11C | 62 | 36 |
| Octal | 277 | 26 | 375 | 31 | 133 | 0 | 1 | 434 | 142 | 66 |
| Binary | 10111111 | 10110 | 11111101 | 11001 | 1011011 | 0 | 1 | 100011100 | 1100010 | 110110 |
Color Harmonies of #BF16FD
Complementary color
Monochromatic Colors of #BF16FD
Black with #BF16FD
Text Example
Text Example
White with #BF16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16FD; }
p { color: rgb(191,22,253); }
H1.HeaderClassName
{
color: #BF16FD;
}
.AnyTagClassName
{
color: #BF16FD;
}
</style>
background-color css
<style>
a { background-color: #BF16FD; }
a { background-color: rgb(191,22,253); }
div.DivClassName
{
background-color: #BF16FD;
}
.BgClassName
{
background-color: #BF16FD;
}
</style>
border-color css
<style>
span { border-color: #BF16FD; }
span { border-color: rgb(191,22,253); }
td.TdClassName
{
border-color: #BF16FD;
}
.TagClassName
{
border-color: #BF16FD;
}
</style>