Shades of Electric Purple #B010EF
Tints of Electric Purple #B010EF
RGB
CMYK
RGB Variations
Color information
#B010EF (or 0xB010EF) is known color: Electric Purple. HEX triplet: B0, 10 and EF. RGB value is (176,16,239). Sum of RGB (Red+Green+Blue) = 176+16+239=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #B010EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010EF is #4FEF10. Grayscale: #585858. Windows color (decimal): -5238545 or 15667376. OLE color: 15667376.
HSL color Cylindrical-coordinate representation of color #B010EF: hue angle of 283.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010EF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 16 | 239 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.06 |
| HSL | 283.05º | 0.87% | 0.5% | - |
| HSV(B) | 283.05º | 0.93% | 0.94% | - |
| XYZ | 33.67 | 15.83 | 82.94 | - |
| YUV | 89.26 | 212.51 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 239 | 0.26 | 0.93 | 0 | 0.06 | 283.05 | 0.87 | 0.5 |
| Hex | B0 | 10 | EF | 1A | 5D | 0 | 6 | 11B | 57 | 32 |
| Octal | 260 | 20 | 357 | 32 | 135 | 0 | 6 | 433 | 127 | 62 |
| Binary | 10110000 | 10000 | 11101111 | 11010 | 1011101 | 0 | 110 | 100011011 | 1010111 | 110010 |
Color Harmonies of #B010EF
Complementary color
Monochromatic Colors of #B010EF
Black with #B010EF
Text Example
Text Example
White with #B010EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010EF; }
p { color: rgb(176,16,239); }
H1.HeaderClassName
{
color: #B010EF;
}
.AnyTagClassName
{
color: #B010EF;
}
</style>
background-color css
<style>
a { background-color: #B010EF; }
a { background-color: rgb(176,16,239); }
div.DivClassName
{
background-color: #B010EF;
}
.BgClassName
{
background-color: #B010EF;
}
</style>
border-color css
<style>
span { border-color: #B010EF; }
span { border-color: rgb(176,16,239); }
td.TdClassName
{
border-color: #B010EF;
}
.TagClassName
{
border-color: #B010EF;
}
</style>