Shades of Electric Purple #BF0DEC
Tints of Electric Purple #BF0DEC
RGB
CMYK
RGB Variations
Color information
#BF0DEC (or 0xBF0DEC) is known color: Electric Purple. HEX triplet: BF, 0D and EC. RGB value is (191,13,236). Sum of RGB (Red+Green+Blue) = 191+13+236=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0DEC is #40F213. Grayscale: #5A5A5A. Windows color (decimal): -4256276 or 15470015. OLE color: 15470015.
HSL color Cylindrical-coordinate representation of color #BF0DEC: hue angle of 287.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DEC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 13 | 236 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.07 |
| HSL | 287.89º | 0.9% | 0.49% | - |
| HSV(B) | 287.89º | 0.94% | 0.93% | - |
| XYZ | 36.77 | 17.42 | 80.78 | - |
| YUV | 91.64 | 209.47 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 236 | 0.19 | 0.94 | 0 | 0.07 | 287.89 | 0.9 | 0.49 |
| Hex | BF | D | EC | 13 | 5E | 0 | 7 | 120 | 5A | 31 |
| Octal | 277 | 15 | 354 | 23 | 136 | 0 | 7 | 440 | 132 | 61 |
| Binary | 10111111 | 1101 | 11101100 | 10011 | 1011110 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #BF0DEC
Complementary color
Monochromatic Colors of #BF0DEC
Black with #BF0DEC
Text Example
Text Example
White with #BF0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DEC; }
p { color: rgb(191,13,236); }
H1.HeaderClassName
{
color: #BF0DEC;
}
.AnyTagClassName
{
color: #BF0DEC;
}
</style>
background-color css
<style>
a { background-color: #BF0DEC; }
a { background-color: rgb(191,13,236); }
div.DivClassName
{
background-color: #BF0DEC;
}
.BgClassName
{
background-color: #BF0DEC;
}
</style>
border-color css
<style>
span { border-color: #BF0DEC; }
span { border-color: rgb(191,13,236); }
td.TdClassName
{
border-color: #BF0DEC;
}
.TagClassName
{
border-color: #BF0DEC;
}
</style>