Shades of Electric Purple #B00EEF
Tints of Electric Purple #B00EEF
RGB
CMYK
RGB Variations
Color information
#B00EEF (or 0xB00EEF) is known color: Electric Purple. HEX triplet: B0, 0E and EF. RGB value is (176,14,239). Sum of RGB (Red+Green+Blue) = 176+14+239=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #B00EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00EEF is #4FF110. Grayscale: #575757. Windows color (decimal): -5239057 or 15666864. OLE color: 15666864.
HSL color Cylindrical-coordinate representation of color #B00EEF: hue angle of 283.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EEF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 14 | 239 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.06 |
| HSL | 283.2º | 0.89% | 0.5% | - |
| HSV(B) | 283.2º | 0.94% | 0.94% | - |
| XYZ | 33.64 | 15.78 | 82.93 | - |
| YUV | 88.09 | 213.17 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 239 | 0.26 | 0.94 | 0 | 0.06 | 283.2 | 0.89 | 0.5 |
| Hex | B0 | E | EF | 1A | 5E | 0 | 6 | 11B | 59 | 32 |
| Octal | 260 | 16 | 357 | 32 | 136 | 0 | 6 | 433 | 131 | 62 |
| Binary | 10110000 | 1110 | 11101111 | 11010 | 1011110 | 0 | 110 | 100011011 | 1011001 | 110010 |
Color Harmonies of #B00EEF
Complementary color
Monochromatic Colors of #B00EEF
Black with #B00EEF
Text Example
Text Example
White with #B00EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EEF; }
p { color: rgb(176,14,239); }
H1.HeaderClassName
{
color: #B00EEF;
}
.AnyTagClassName
{
color: #B00EEF;
}
</style>
background-color css
<style>
a { background-color: #B00EEF; }
a { background-color: rgb(176,14,239); }
div.DivClassName
{
background-color: #B00EEF;
}
.BgClassName
{
background-color: #B00EEF;
}
</style>
border-color css
<style>
span { border-color: #B00EEF; }
span { border-color: rgb(176,14,239); }
td.TdClassName
{
border-color: #B00EEF;
}
.TagClassName
{
border-color: #B00EEF;
}
</style>