Shades of Electric Purple #B10CE9
Tints of Electric Purple #B10CE9
RGB
CMYK
RGB Variations
Color information
#B10CE9 (or 0xB10CE9) is known color: Electric Purple. HEX triplet: B1, 0C and E9. RGB value is (177,12,233). Sum of RGB (Red+Green+Blue) = 177+12+233=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #B10CE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CE9 is #4EF316. Grayscale: #555555. Windows color (decimal): -5174039 or 15273137. OLE color: 15273137.
HSL color Cylindrical-coordinate representation of color #B10CE9: hue angle of 284.8º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CE9 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 12 | 233 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.09 |
| HSL | 284.8º | 0.9% | 0.48% | - |
| HSV(B) | 284.8º | 0.95% | 0.91% | - |
| XYZ | 32.97 | 15.49 | 78.34 | - |
| YUV | 86.53 | 210.66 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 233 | 0.24 | 0.95 | 0 | 0.09 | 284.8 | 0.9 | 0.48 |
| Hex | B1 | C | E9 | 18 | 5F | 0 | 9 | 11D | 5A | 30 |
| Octal | 261 | 14 | 351 | 30 | 137 | 0 | 11 | 435 | 132 | 60 |
| Binary | 10110001 | 1100 | 11101001 | 11000 | 1011111 | 0 | 1001 | 100011101 | 1011010 | 110000 |
Color Harmonies of #B10CE9
Complementary color
Monochromatic Colors of #B10CE9
Black with #B10CE9
Text Example
Text Example
White with #B10CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CE9; }
p { color: rgb(177,12,233); }
H1.HeaderClassName
{
color: #B10CE9;
}
.AnyTagClassName
{
color: #B10CE9;
}
</style>
background-color css
<style>
a { background-color: #B10CE9; }
a { background-color: rgb(177,12,233); }
div.DivClassName
{
background-color: #B10CE9;
}
.BgClassName
{
background-color: #B10CE9;
}
</style>
border-color css
<style>
span { border-color: #B10CE9; }
span { border-color: rgb(177,12,233); }
td.TdClassName
{
border-color: #B10CE9;
}
.TagClassName
{
border-color: #B10CE9;
}
</style>