Shades of Electric Purple #BF1BEE
Tints of Electric Purple #BF1BEE
RGB
CMYK
RGB Variations
Color information
#BF1BEE (or 0xBF1BEE) is known color: Electric Purple. HEX triplet: BF, 1B and EE. RGB value is (191,27,238). Sum of RGB (Red+Green+Blue) = 191+27+238=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BEE is #40E411. Grayscale: #636363. Windows color (decimal): -4252690 or 15604671. OLE color: 15604671.
HSL color Cylindrical-coordinate representation of color #BF1BEE: hue angle of 286.64º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1BEE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 27 | 238 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.07 |
| HSL | 286.64º | 0.86% | 0.52% | - |
| HSV(B) | 286.64º | 0.89% | 0.93% | - |
| XYZ | 37.31 | 18.03 | 82.4 | - |
| YUV | 100.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 238 | 0.20 | 0.89 | 0 | 0.07 | 286.64 | 0.86 | 0.52 |
| Hex | BF | 1B | EE | 14 | 59 | 0 | 7 | 11F | 56 | 34 |
| Octal | 277 | 33 | 356 | 24 | 131 | 0 | 7 | 437 | 126 | 64 |
| Binary | 10111111 | 11011 | 11101110 | 10100 | 1011001 | 0 | 111 | 100011111 | 1010110 | 110100 |
Color Harmonies of #BF1BEE
Complementary color
Monochromatic Colors of #BF1BEE
Black with #BF1BEE
Text Example
Text Example
White with #BF1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BEE; }
p { color: rgb(191,27,238); }
H1.HeaderClassName
{
color: #BF1BEE;
}
.AnyTagClassName
{
color: #BF1BEE;
}
</style>
background-color css
<style>
a { background-color: #BF1BEE; }
a { background-color: rgb(191,27,238); }
div.DivClassName
{
background-color: #BF1BEE;
}
.BgClassName
{
background-color: #BF1BEE;
}
</style>
border-color css
<style>
span { border-color: #BF1BEE; }
span { border-color: rgb(191,27,238); }
td.TdClassName
{
border-color: #BF1BEE;
}
.TagClassName
{
border-color: #BF1BEE;
}
</style>