Shades of Electric Purple #BF0BEC
Tints of Electric Purple #BF0BEC
RGB
CMYK
RGB Variations
Color information
#BF0BEC (or 0xBF0BEC) is known color: Electric Purple. HEX triplet: BF, 0B and EC. RGB value is (191,11,236). Sum of RGB (Red+Green+Blue) = 191+11+236=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BEC is #40F413. Grayscale: #595959. Windows color (decimal): -4256788 or 15469503. OLE color: 15469503.
HSL color Cylindrical-coordinate representation of color #BF0BEC: hue angle of 288º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BEC is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 11 | 236 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 288º | 0.91% | 0.48% | - |
| HSV(B) | 288º | 0.95% | 0.93% | - |
| XYZ | 36.75 | 17.37 | 80.77 | - |
| YUV | 90.47 | 210.13 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 236 | 0.19 | 0.95 | 0 | 0.07 | 288 | 0.91 | 0.48 |
| Hex | BF | B | EC | 13 | 5F | 0 | 7 | 120 | 5B | 30 |
| Octal | 277 | 13 | 354 | 23 | 137 | 0 | 7 | 440 | 133 | 60 |
| Binary | 10111111 | 1011 | 11101100 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011011 | 110000 |
Color Harmonies of #BF0BEC
Complementary color
Monochromatic Colors of #BF0BEC
Black with #BF0BEC
Text Example
Text Example
White with #BF0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BEC; }
p { color: rgb(191,11,236); }
H1.HeaderClassName
{
color: #BF0BEC;
}
.AnyTagClassName
{
color: #BF0BEC;
}
</style>
background-color css
<style>
a { background-color: #BF0BEC; }
a { background-color: rgb(191,11,236); }
div.DivClassName
{
background-color: #BF0BEC;
}
.BgClassName
{
background-color: #BF0BEC;
}
</style>
border-color css
<style>
span { border-color: #BF0BEC; }
span { border-color: rgb(191,11,236); }
td.TdClassName
{
border-color: #BF0BEC;
}
.TagClassName
{
border-color: #BF0BEC;
}
</style>