Shades of Electric Purple #BF27ED
Tints of Electric Purple #BF27ED
RGB
CMYK
RGB Variations
Color information
#BF27ED (or 0xBF27ED) is known color: Electric Purple. HEX triplet: BF, 27 and ED. RGB value is (191,39,237). Sum of RGB (Red+Green+Blue) = 191+39+237=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF27ED is #40D812. Grayscale: #6A6A6A. Windows color (decimal): -4249619 or 15542207. OLE color: 15542207.
HSL color Cylindrical-coordinate representation of color #BF27ED: hue angle of 286.06º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF27ED is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 39 | 237 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.07 |
| HSL | 286.06º | 0.85% | 0.54% | - |
| HSV(B) | 286.06º | 0.84% | 0.93% | - |
| XYZ | 37.5 | 18.64 | 81.74 | - |
| YUV | 107.02 | 201.36 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 237 | 0.19 | 0.84 | 0 | 0.07 | 286.06 | 0.85 | 0.54 |
| Hex | BF | 27 | ED | 13 | 54 | 0 | 7 | 11E | 55 | 36 |
| Octal | 277 | 47 | 355 | 23 | 124 | 0 | 7 | 436 | 125 | 66 |
| Binary | 10111111 | 100111 | 11101101 | 10011 | 1010100 | 0 | 111 | 100011110 | 1010101 | 110110 |
Color Harmonies of #BF27ED
Complementary color
Monochromatic Colors of #BF27ED
Black with #BF27ED
Text Example
Text Example
White with #BF27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27ED; }
p { color: rgb(191,39,237); }
H1.HeaderClassName
{
color: #BF27ED;
}
.AnyTagClassName
{
color: #BF27ED;
}
</style>
background-color css
<style>
a { background-color: #BF27ED; }
a { background-color: rgb(191,39,237); }
div.DivClassName
{
background-color: #BF27ED;
}
.BgClassName
{
background-color: #BF27ED;
}
</style>
border-color css
<style>
span { border-color: #BF27ED; }
span { border-color: rgb(191,39,237); }
td.TdClassName
{
border-color: #BF27ED;
}
.TagClassName
{
border-color: #BF27ED;
}
</style>