Shades of Electric Purple #BF14FF
Tints of Electric Purple #BF14FF
RGB
CMYK
RGB Variations
Color information
#BF14FF (or 0xBF14FF) is known color: Electric Purple. HEX triplet: BF, 14 and FF. RGB value is (191,20,255). Sum of RGB (Red+Green+Blue) = 191+20+255=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF14FF is #40EB00. Grayscale: #616161. Windows color (decimal): -4254465 or 16716991. OLE color: 16716991.
HSL color Cylindrical-coordinate representation of color #BF14FF: hue angle of 283.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF14FF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 20 | 255 | - |
| CMYK | 0.25 | 0.92 | 0 | 0 |
| HSL | 283.66º | 1% | 0.54% | - |
| HSV(B) | 283.66º | 0.92% | 1% | - |
| XYZ | 39.79 | 18.8 | 96.14 | - |
| YUV | 97.92 | 216.65 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 255 | 0.25 | 0.92 | 0 | 0 | 283.66 | 1 | 0.54 |
| Hex | BF | 14 | FF | 19 | 5C | 0 | 0 | 11C | 64 | 36 |
| Octal | 277 | 24 | 377 | 31 | 134 | 0 | 0 | 434 | 144 | 66 |
| Binary | 10111111 | 10100 | 11111111 | 11001 | 1011100 | 0 | 0 | 100011100 | 1100100 | 110110 |
Color Harmonies of #BF14FF
Complementary color
Monochromatic Colors of #BF14FF
Black with #BF14FF
Text Example
Text Example
White with #BF14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14FF; }
p { color: rgb(191,20,255); }
H1.HeaderClassName
{
color: #BF14FF;
}
.AnyTagClassName
{
color: #BF14FF;
}
</style>
background-color css
<style>
a { background-color: #BF14FF; }
a { background-color: rgb(191,20,255); }
div.DivClassName
{
background-color: #BF14FF;
}
.BgClassName
{
background-color: #BF14FF;
}
</style>
border-color css
<style>
span { border-color: #BF14FF; }
span { border-color: rgb(191,20,255); }
td.TdClassName
{
border-color: #BF14FF;
}
.TagClassName
{
border-color: #BF14FF;
}
</style>