Shades of Electric Purple #BF1BEA
Tints of Electric Purple #BF1BEA
RGB
CMYK
RGB Variations
Color information
#BF1BEA (or 0xBF1BEA) is known color: Electric Purple. HEX triplet: BF, 1B and EA. RGB value is (191,27,234). Sum of RGB (Red+Green+Blue) = 191+27+234=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF1BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BEA is #40E415. Grayscale: #626262. Windows color (decimal): -4252694 or 15342527. OLE color: 15342527.
HSL color Cylindrical-coordinate representation of color #BF1BEA: hue angle of 287.54º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1BEA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 27 | 234 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.08 |
| HSL | 287.54º | 0.83% | 0.51% | - |
| HSV(B) | 287.54º | 0.88% | 0.92% | - |
| XYZ | 36.73 | 17.8 | 79.34 | - |
| YUV | 99.63 | 203.83 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 234 | 0.18 | 0.88 | 0 | 0.08 | 287.54 | 0.83 | 0.51 |
| Hex | BF | 1B | EA | 12 | 58 | 0 | 8 | 120 | 53 | 33 |
| Octal | 277 | 33 | 352 | 22 | 130 | 0 | 10 | 440 | 123 | 63 |
| Binary | 10111111 | 11011 | 11101010 | 10010 | 1011000 | 0 | 1000 | 100100000 | 1010011 | 110011 |
Color Harmonies of #BF1BEA
Complementary color
Monochromatic Colors of #BF1BEA
Black with #BF1BEA
Text Example
Text Example
White with #BF1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BEA; }
p { color: rgb(191,27,234); }
H1.HeaderClassName
{
color: #BF1BEA;
}
.AnyTagClassName
{
color: #BF1BEA;
}
</style>
background-color css
<style>
a { background-color: #BF1BEA; }
a { background-color: rgb(191,27,234); }
div.DivClassName
{
background-color: #BF1BEA;
}
.BgClassName
{
background-color: #BF1BEA;
}
</style>
border-color css
<style>
span { border-color: #BF1BEA; }
span { border-color: rgb(191,27,234); }
td.TdClassName
{
border-color: #BF1BEA;
}
.TagClassName
{
border-color: #BF1BEA;
}
</style>