Shades of Electric Purple #BF2FFE
Tints of Electric Purple #BF2FFE
RGB
CMYK
RGB Variations
Color information
#BF2FFE (or 0xBF2FFE) is known color: Electric Purple. HEX triplet: BF, 2F and FE. RGB value is (191,47,254). Sum of RGB (Red+Green+Blue) = 191+47+254=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FFE is #40D001. Grayscale: #707070. Windows color (decimal): -4247554 or 16658367. OLE color: 16658367.
HSL color Cylindrical-coordinate representation of color #BF2FFE: hue angle of 281.74º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2FFE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 47 | 254 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.00 |
| HSL | 281.74º | 0.99% | 0.59% | - |
| HSV(B) | 281.74º | 0.81% | 1% | - |
| XYZ | 40.39 | 20.27 | 95.55 | - |
| YUV | 113.65 | 207.21 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 254 | 0.25 | 0.81 | 0 | 0.00 | 281.74 | 0.99 | 0.59 |
| Hex | BF | 2F | FE | 19 | 51 | 0 | 0 | 11A | 63 | 3B |
| Octal | 277 | 57 | 376 | 31 | 121 | 0 | 0 | 432 | 143 | 73 |
| Binary | 10111111 | 101111 | 11111110 | 11001 | 1010001 | 0 | 0 | 100011010 | 1100011 | 111011 |
Color Harmonies of #BF2FFE
Complementary color
Monochromatic Colors of #BF2FFE
Black with #BF2FFE
Text Example
Text Example
White with #BF2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FFE; }
p { color: rgb(191,47,254); }
H1.HeaderClassName
{
color: #BF2FFE;
}
.AnyTagClassName
{
color: #BF2FFE;
}
</style>
background-color css
<style>
a { background-color: #BF2FFE; }
a { background-color: rgb(191,47,254); }
div.DivClassName
{
background-color: #BF2FFE;
}
.BgClassName
{
background-color: #BF2FFE;
}
</style>
border-color css
<style>
span { border-color: #BF2FFE; }
span { border-color: rgb(191,47,254); }
td.TdClassName
{
border-color: #BF2FFE;
}
.TagClassName
{
border-color: #BF2FFE;
}
</style>