Shades of Electric Purple #BF1EEA
Tints of Electric Purple #BF1EEA
RGB
CMYK
RGB Variations
Color information
#BF1EEA (or 0xBF1EEA) is known color: Electric Purple. HEX triplet: BF, 1E and EA. RGB value is (191,30,234). Sum of RGB (Red+Green+Blue) = 191+30+234=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EEA is #40E115. Grayscale: #646464. Windows color (decimal): -4251926 or 15343295. OLE color: 15343295.
HSL color Cylindrical-coordinate representation of color #BF1EEA: hue angle of 287.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1EEA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 30 | 234 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.08 |
| HSL | 287.35º | 0.83% | 0.52% | - |
| HSV(B) | 287.35º | 0.87% | 0.92% | - |
| XYZ | 36.8 | 17.95 | 79.37 | - |
| YUV | 101.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 234 | 0.18 | 0.87 | 0 | 0.08 | 287.35 | 0.83 | 0.52 |
| Hex | BF | 1E | EA | 12 | 57 | 0 | 8 | 11F | 53 | 34 |
| Octal | 277 | 36 | 352 | 22 | 127 | 0 | 10 | 437 | 123 | 64 |
| Binary | 10111111 | 11110 | 11101010 | 10010 | 1010111 | 0 | 1000 | 100011111 | 1010011 | 110100 |
Color Harmonies of #BF1EEA
Complementary color
Monochromatic Colors of #BF1EEA
Black with #BF1EEA
Text Example
Text Example
White with #BF1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EEA; }
p { color: rgb(191,30,234); }
H1.HeaderClassName
{
color: #BF1EEA;
}
.AnyTagClassName
{
color: #BF1EEA;
}
</style>
background-color css
<style>
a { background-color: #BF1EEA; }
a { background-color: rgb(191,30,234); }
div.DivClassName
{
background-color: #BF1EEA;
}
.BgClassName
{
background-color: #BF1EEA;
}
</style>
border-color css
<style>
span { border-color: #BF1EEA; }
span { border-color: rgb(191,30,234); }
td.TdClassName
{
border-color: #BF1EEA;
}
.TagClassName
{
border-color: #BF1EEA;
}
</style>