Shades of Electric Purple #BF1FFB
Tints of Electric Purple #BF1FFB
RGB
CMYK
RGB Variations
Color information
#BF1FFB (or 0xBF1FFB) is known color: Electric Purple. HEX triplet: BF, 1F and FB. RGB value is (191,31,251). Sum of RGB (Red+Green+Blue) = 191+31+251=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1FFB is #40E004. Grayscale: #676767. Windows color (decimal): -4251653 or 16457663. OLE color: 16457663.
HSL color Cylindrical-coordinate representation of color #BF1FFB: hue angle of 283.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1FFB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 31 | 251 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.02 |
| HSL | 283.64º | 0.96% | 0.55% | - |
| HSV(B) | 283.64º | 0.88% | 0.98% | - |
| XYZ | 39.39 | 19.02 | 92.86 | - |
| YUV | 103.92 | 211.01 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 251 | 0.24 | 0.88 | 0 | 0.02 | 283.64 | 0.96 | 0.55 |
| Hex | BF | 1F | FB | 18 | 58 | 0 | 2 | 11C | 60 | 37 |
| Octal | 277 | 37 | 373 | 30 | 130 | 0 | 2 | 434 | 140 | 67 |
| Binary | 10111111 | 11111 | 11111011 | 11000 | 1011000 | 0 | 10 | 100011100 | 1100000 | 110111 |
Color Harmonies of #BF1FFB
Complementary color
Monochromatic Colors of #BF1FFB
Black with #BF1FFB
Text Example
Text Example
White with #BF1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FFB; }
p { color: rgb(191,31,251); }
H1.HeaderClassName
{
color: #BF1FFB;
}
.AnyTagClassName
{
color: #BF1FFB;
}
</style>
background-color css
<style>
a { background-color: #BF1FFB; }
a { background-color: rgb(191,31,251); }
div.DivClassName
{
background-color: #BF1FFB;
}
.BgClassName
{
background-color: #BF1FFB;
}
</style>
border-color css
<style>
span { border-color: #BF1FFB; }
span { border-color: rgb(191,31,251); }
td.TdClassName
{
border-color: #BF1FFB;
}
.TagClassName
{
border-color: #BF1FFB;
}
</style>