Shades of Electric Purple #BF0CE4
Tints of Electric Purple #BF0CE4
RGB
CMYK
RGB Variations
Color information
#BF0CE4 (or 0xBF0CE4) is known color: Electric Purple. HEX triplet: BF, 0C and E4. RGB value is (191,12,228). Sum of RGB (Red+Green+Blue) = 191+12+228=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF0CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CE4 is #40F31B. Grayscale: #595959. Windows color (decimal): -4256540 or 14945471. OLE color: 14945471.
HSL color Cylindrical-coordinate representation of color #BF0CE4: hue angle of 289.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0CE4 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 12 | 228 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.11 |
| HSL | 289.72º | 0.9% | 0.47% | - |
| HSV(B) | 289.72º | 0.95% | 0.89% | - |
| XYZ | 35.62 | 16.94 | 74.79 | - |
| YUV | 90.15 | 205.8 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 228 | 0.16 | 0.95 | 0 | 0.11 | 289.72 | 0.9 | 0.47 |
| Hex | BF | C | E4 | 10 | 5F | 0 | B | 122 | 5A | 2F |
| Octal | 277 | 14 | 344 | 20 | 137 | 0 | 13 | 442 | 132 | 57 |
| Binary | 10111111 | 1100 | 11100100 | 10000 | 1011111 | 0 | 1011 | 100100010 | 1011010 | 101111 |
Color Harmonies of #BF0CE4
Complementary color
Monochromatic Colors of #BF0CE4
Black with #BF0CE4
Text Example
Text Example
White with #BF0CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CE4; }
p { color: rgb(191,12,228); }
H1.HeaderClassName
{
color: #BF0CE4;
}
.AnyTagClassName
{
color: #BF0CE4;
}
</style>
background-color css
<style>
a { background-color: #BF0CE4; }
a { background-color: rgb(191,12,228); }
div.DivClassName
{
background-color: #BF0CE4;
}
.BgClassName
{
background-color: #BF0CE4;
}
</style>
border-color css
<style>
span { border-color: #BF0CE4; }
span { border-color: rgb(191,12,228); }
td.TdClassName
{
border-color: #BF0CE4;
}
.TagClassName
{
border-color: #BF0CE4;
}
</style>