Shades of Electric Purple #BF2BED
Tints of Electric Purple #BF2BED
RGB
CMYK
RGB Variations
Color information
#BF2BED (or 0xBF2BED) is known color: Electric Purple. HEX triplet: BF, 2B and ED. RGB value is (191,43,237). Sum of RGB (Red+Green+Blue) = 191+43+237=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BED is #40D412. Grayscale: #6C6C6C. Windows color (decimal): -4248595 or 15543231. OLE color: 15543231.
HSL color Cylindrical-coordinate representation of color #BF2BED: hue angle of 285.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2BED is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 43 | 237 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.07 |
| HSL | 285.77º | 0.84% | 0.55% | - |
| HSV(B) | 285.77º | 0.82% | 0.93% | - |
| XYZ | 37.64 | 18.92 | 81.79 | - |
| YUV | 109.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 237 | 0.19 | 0.82 | 0 | 0.07 | 285.77 | 0.84 | 0.55 |
| Hex | BF | 2B | ED | 13 | 52 | 0 | 7 | 11E | 54 | 37 |
| Octal | 277 | 53 | 355 | 23 | 122 | 0 | 7 | 436 | 124 | 67 |
| Binary | 10111111 | 101011 | 11101101 | 10011 | 1010010 | 0 | 111 | 100011110 | 1010100 | 110111 |
Color Harmonies of #BF2BED
Complementary color
Monochromatic Colors of #BF2BED
Black with #BF2BED
Text Example
Text Example
White with #BF2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BED; }
p { color: rgb(191,43,237); }
H1.HeaderClassName
{
color: #BF2BED;
}
.AnyTagClassName
{
color: #BF2BED;
}
</style>
background-color css
<style>
a { background-color: #BF2BED; }
a { background-color: rgb(191,43,237); }
div.DivClassName
{
background-color: #BF2BED;
}
.BgClassName
{
background-color: #BF2BED;
}
</style>
border-color css
<style>
span { border-color: #BF2BED; }
span { border-color: rgb(191,43,237); }
td.TdClassName
{
border-color: #BF2BED;
}
.TagClassName
{
border-color: #BF2BED;
}
</style>