Shades of Electric Purple #BF1CFB
Tints of Electric Purple #BF1CFB
RGB
CMYK
RGB Variations
Color information
#BF1CFB (or 0xBF1CFB) is known color: Electric Purple. HEX triplet: BF, 1C and FB. RGB value is (191,28,251). Sum of RGB (Red+Green+Blue) = 191+28+251=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CFB is #40E304. Grayscale: #656565. Windows color (decimal): -4252421 or 16456895. OLE color: 16456895.
HSL color Cylindrical-coordinate representation of color #BF1CFB: hue angle of 283.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1CFB is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 28 | 251 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.02 |
| HSL | 283.86º | 0.97% | 0.55% | - |
| HSV(B) | 283.86º | 0.89% | 0.98% | - |
| XYZ | 39.31 | 18.87 | 92.84 | - |
| YUV | 102.16 | 212 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 251 | 0.24 | 0.89 | 0 | 0.02 | 283.86 | 0.97 | 0.55 |
| Hex | BF | 1C | FB | 18 | 59 | 0 | 2 | 11C | 61 | 37 |
| Octal | 277 | 34 | 373 | 30 | 131 | 0 | 2 | 434 | 141 | 67 |
| Binary | 10111111 | 11100 | 11111011 | 11000 | 1011001 | 0 | 10 | 100011100 | 1100001 | 110111 |
Color Harmonies of #BF1CFB
Complementary color
Monochromatic Colors of #BF1CFB
Black with #BF1CFB
Text Example
Text Example
White with #BF1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CFB; }
p { color: rgb(191,28,251); }
H1.HeaderClassName
{
color: #BF1CFB;
}
.AnyTagClassName
{
color: #BF1CFB;
}
</style>
background-color css
<style>
a { background-color: #BF1CFB; }
a { background-color: rgb(191,28,251); }
div.DivClassName
{
background-color: #BF1CFB;
}
.BgClassName
{
background-color: #BF1CFB;
}
</style>
border-color css
<style>
span { border-color: #BF1CFB; }
span { border-color: rgb(191,28,251); }
td.TdClassName
{
border-color: #BF1CFB;
}
.TagClassName
{
border-color: #BF1CFB;
}
</style>