Shades of Electric Purple #B010EE
Tints of Electric Purple #B010EE
RGB
CMYK
RGB Variations
Color information
#B010EE (or 0xB010EE) is known color: Electric Purple. HEX triplet: B0, 10 and EE. RGB value is (176,16,238). Sum of RGB (Red+Green+Blue) = 176+16+238=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #B010EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010EE is #4FEF11. Grayscale: #585858. Windows color (decimal): -5238546 or 15601840. OLE color: 15601840.
HSL color Cylindrical-coordinate representation of color #B010EE: hue angle of 283.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010EE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 16 | 238 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.07 |
| HSL | 283.24º | 0.87% | 0.5% | - |
| HSV(B) | 283.24º | 0.93% | 0.93% | - |
| XYZ | 33.52 | 15.77 | 82.17 | - |
| YUV | 89.15 | 212.01 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 238 | 0.26 | 0.93 | 0 | 0.07 | 283.24 | 0.87 | 0.5 |
| Hex | B0 | 10 | EE | 1A | 5D | 0 | 7 | 11B | 57 | 32 |
| Octal | 260 | 20 | 356 | 32 | 135 | 0 | 7 | 433 | 127 | 62 |
| Binary | 10110000 | 10000 | 11101110 | 11010 | 1011101 | 0 | 111 | 100011011 | 1010111 | 110010 |
Color Harmonies of #B010EE
Complementary color
Monochromatic Colors of #B010EE
Black with #B010EE
Text Example
Text Example
White with #B010EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010EE; }
p { color: rgb(176,16,238); }
H1.HeaderClassName
{
color: #B010EE;
}
.AnyTagClassName
{
color: #B010EE;
}
</style>
background-color css
<style>
a { background-color: #B010EE; }
a { background-color: rgb(176,16,238); }
div.DivClassName
{
background-color: #B010EE;
}
.BgClassName
{
background-color: #B010EE;
}
</style>
border-color css
<style>
span { border-color: #B010EE; }
span { border-color: rgb(176,16,238); }
td.TdClassName
{
border-color: #B010EE;
}
.TagClassName
{
border-color: #B010EE;
}
</style>