Shades of Electric Purple #BF1DEC
Tints of Electric Purple #BF1DEC
RGB
CMYK
RGB Variations
Color information
#BF1DEC (or 0xBF1DEC) is known color: Electric Purple. HEX triplet: BF, 1D and EC. RGB value is (191,29,236). Sum of RGB (Red+Green+Blue) = 191+29+236=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF1DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1DEC is #40E213. Grayscale: #646464. Windows color (decimal): -4252180 or 15474111. OLE color: 15474111.
HSL color Cylindrical-coordinate representation of color #BF1DEC: hue angle of 286.96º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1DEC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 29 | 236 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 286.96º | 0.84% | 0.52% | - |
| HSV(B) | 286.96º | 0.88% | 0.93% | - |
| XYZ | 37.07 | 18.01 | 80.88 | - |
| YUV | 101.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 236 | 0.19 | 0.88 | 0 | 0.07 | 286.96 | 0.84 | 0.52 |
| Hex | BF | 1D | EC | 13 | 58 | 0 | 7 | 11F | 54 | 34 |
| Octal | 277 | 35 | 354 | 23 | 130 | 0 | 7 | 437 | 124 | 64 |
| Binary | 10111111 | 11101 | 11101100 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010100 | 110100 |
Color Harmonies of #BF1DEC
Complementary color
Monochromatic Colors of #BF1DEC
Black with #BF1DEC
Text Example
Text Example
White with #BF1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DEC; }
p { color: rgb(191,29,236); }
H1.HeaderClassName
{
color: #BF1DEC;
}
.AnyTagClassName
{
color: #BF1DEC;
}
</style>
background-color css
<style>
a { background-color: #BF1DEC; }
a { background-color: rgb(191,29,236); }
div.DivClassName
{
background-color: #BF1DEC;
}
.BgClassName
{
background-color: #BF1DEC;
}
</style>
border-color css
<style>
span { border-color: #BF1DEC; }
span { border-color: rgb(191,29,236); }
td.TdClassName
{
border-color: #BF1DEC;
}
.TagClassName
{
border-color: #BF1DEC;
}
</style>