Shades of Electric Purple #BF1AFB
Tints of Electric Purple #BF1AFB
RGB
CMYK
RGB Variations
Color information
#BF1AFB (or 0xBF1AFB) is known color: Electric Purple. HEX triplet: BF, 1A and FB. RGB value is (191,26,251). Sum of RGB (Red+Green+Blue) = 191+26+251=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF1AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1AFB is #40E504. Grayscale: #646464. Windows color (decimal): -4252933 or 16456383. OLE color: 16456383.
HSL color Cylindrical-coordinate representation of color #BF1AFB: hue angle of 284º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1AFB is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 26 | 251 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.02 |
| HSL | 284º | 0.97% | 0.54% | - |
| HSV(B) | 284º | 0.9% | 0.98% | - |
| XYZ | 39.27 | 18.78 | 92.82 | - |
| YUV | 100.99 | 212.66 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 251 | 0.24 | 0.90 | 0 | 0.02 | 284 | 0.97 | 0.54 |
| Hex | BF | 1A | FB | 18 | 5A | 0 | 2 | 11C | 61 | 36 |
| Octal | 277 | 32 | 373 | 30 | 132 | 0 | 2 | 434 | 141 | 66 |
| Binary | 10111111 | 11010 | 11111011 | 11000 | 1011010 | 0 | 10 | 100011100 | 1100001 | 110110 |
Color Harmonies of #BF1AFB
Complementary color
Monochromatic Colors of #BF1AFB
Black with #BF1AFB
Text Example
Text Example
White with #BF1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1AFB; }
p { color: rgb(191,26,251); }
H1.HeaderClassName
{
color: #BF1AFB;
}
.AnyTagClassName
{
color: #BF1AFB;
}
</style>
background-color css
<style>
a { background-color: #BF1AFB; }
a { background-color: rgb(191,26,251); }
div.DivClassName
{
background-color: #BF1AFB;
}
.BgClassName
{
background-color: #BF1AFB;
}
</style>
border-color css
<style>
span { border-color: #BF1AFB; }
span { border-color: rgb(191,26,251); }
td.TdClassName
{
border-color: #BF1AFB;
}
.TagClassName
{
border-color: #BF1AFB;
}
</style>