Shades of Electric Purple #BF0CEF
Tints of Electric Purple #BF0CEF
RGB
CMYK
RGB Variations
Color information
#BF0CEF (or 0xBF0CEF) is known color: Electric Purple. HEX triplet: BF, 0C and EF. RGB value is (191,12,239). Sum of RGB (Red+Green+Blue) = 191+12+239=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF0CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0CEF is #40F310. Grayscale: #5A5A5A. Windows color (decimal): -4256529 or 15666367. OLE color: 15666367.
HSL color Cylindrical-coordinate representation of color #BF0CEF: hue angle of 287.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0CEF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 12 | 239 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.06 |
| HSL | 287.31º | 0.9% | 0.49% | - |
| HSV(B) | 287.31º | 0.95% | 0.94% | - |
| XYZ | 37.2 | 17.57 | 83.09 | - |
| YUV | 91.4 | 211.3 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 239 | 0.20 | 0.95 | 0 | 0.06 | 287.31 | 0.9 | 0.49 |
| Hex | BF | C | EF | 14 | 5F | 0 | 6 | 11F | 5A | 31 |
| Octal | 277 | 14 | 357 | 24 | 137 | 0 | 6 | 437 | 132 | 61 |
| Binary | 10111111 | 1100 | 11101111 | 10100 | 1011111 | 0 | 110 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BF0CEF
Complementary color
Monochromatic Colors of #BF0CEF
Black with #BF0CEF
Text Example
Text Example
White with #BF0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CEF; }
p { color: rgb(191,12,239); }
H1.HeaderClassName
{
color: #BF0CEF;
}
.AnyTagClassName
{
color: #BF0CEF;
}
</style>
background-color css
<style>
a { background-color: #BF0CEF; }
a { background-color: rgb(191,12,239); }
div.DivClassName
{
background-color: #BF0CEF;
}
.BgClassName
{
background-color: #BF0CEF;
}
</style>
border-color css
<style>
span { border-color: #BF0CEF; }
span { border-color: rgb(191,12,239); }
td.TdClassName
{
border-color: #BF0CEF;
}
.TagClassName
{
border-color: #BF0CEF;
}
</style>