Shades of Electric Purple #BF0BED
Tints of Electric Purple #BF0BED
RGB
CMYK
RGB Variations
Color information
#BF0BED (or 0xBF0BED) is known color: Electric Purple. HEX triplet: BF, 0B and ED. RGB value is (191,11,237). Sum of RGB (Red+Green+Blue) = 191+11+237=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF0BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BED is #40F412. Grayscale: #595959. Windows color (decimal): -4256787 or 15535039. OLE color: 15535039.
HSL color Cylindrical-coordinate representation of color #BF0BED: hue angle of 287.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BED is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 11 | 237 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 287.79º | 0.91% | 0.49% | - |
| HSV(B) | 287.79º | 0.95% | 0.93% | - |
| XYZ | 36.89 | 17.43 | 81.54 | - |
| YUV | 90.58 | 210.63 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 237 | 0.19 | 0.95 | 0 | 0.07 | 287.79 | 0.91 | 0.49 |
| Hex | BF | B | ED | 13 | 5F | 0 | 7 | 120 | 5B | 31 |
| Octal | 277 | 13 | 355 | 23 | 137 | 0 | 7 | 440 | 133 | 61 |
| Binary | 10111111 | 1011 | 11101101 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011011 | 110001 |
Color Harmonies of #BF0BED
Complementary color
Monochromatic Colors of #BF0BED
Black with #BF0BED
Text Example
Text Example
White with #BF0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BED; }
p { color: rgb(191,11,237); }
H1.HeaderClassName
{
color: #BF0BED;
}
.AnyTagClassName
{
color: #BF0BED;
}
</style>
background-color css
<style>
a { background-color: #BF0BED; }
a { background-color: rgb(191,11,237); }
div.DivClassName
{
background-color: #BF0BED;
}
.BgClassName
{
background-color: #BF0BED;
}
</style>
border-color css
<style>
span { border-color: #BF0BED; }
span { border-color: rgb(191,11,237); }
td.TdClassName
{
border-color: #BF0BED;
}
.TagClassName
{
border-color: #BF0BED;
}
</style>