Shades of Electric Purple #BF2CEF
Tints of Electric Purple #BF2CEF
RGB
CMYK
RGB Variations
Color information
#BF2CEF (or 0xBF2CEF) is known color: Electric Purple. HEX triplet: BF, 2C and EF. RGB value is (191,44,239). Sum of RGB (Red+Green+Blue) = 191+44+239=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CEF is #40D310. Grayscale: #6D6D6D. Windows color (decimal): -4248337 or 15674559. OLE color: 15674559.
HSL color Cylindrical-coordinate representation of color #BF2CEF: hue angle of 285.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2CEF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 44 | 239 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.06 |
| HSL | 285.23º | 0.86% | 0.55% | - |
| HSV(B) | 285.23º | 0.82% | 0.94% | - |
| XYZ | 37.97 | 19.11 | 83.35 | - |
| YUV | 110.18 | 200.7 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 239 | 0.20 | 0.82 | 0 | 0.06 | 285.23 | 0.86 | 0.55 |
| Hex | BF | 2C | EF | 14 | 52 | 0 | 6 | 11D | 56 | 37 |
| Octal | 277 | 54 | 357 | 24 | 122 | 0 | 6 | 435 | 126 | 67 |
| Binary | 10111111 | 101100 | 11101111 | 10100 | 1010010 | 0 | 110 | 100011101 | 1010110 | 110111 |
Color Harmonies of #BF2CEF
Complementary color
Monochromatic Colors of #BF2CEF
Black with #BF2CEF
Text Example
Text Example
White with #BF2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CEF; }
p { color: rgb(191,44,239); }
H1.HeaderClassName
{
color: #BF2CEF;
}
.AnyTagClassName
{
color: #BF2CEF;
}
</style>
background-color css
<style>
a { background-color: #BF2CEF; }
a { background-color: rgb(191,44,239); }
div.DivClassName
{
background-color: #BF2CEF;
}
.BgClassName
{
background-color: #BF2CEF;
}
</style>
border-color css
<style>
span { border-color: #BF2CEF; }
span { border-color: rgb(191,44,239); }
td.TdClassName
{
border-color: #BF2CEF;
}
.TagClassName
{
border-color: #BF2CEF;
}
</style>