Shades of Electric Purple #B102E9
Tints of Electric Purple #B102E9
RGB
CMYK
RGB Variations
Color information
#B102E9 (or 0xB102E9) is known color: Electric Purple. HEX triplet: B1, 02 and E9. RGB value is (177,2,233). Sum of RGB (Red+Green+Blue) = 177+2+233=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #B102E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102E9 is #4EFD16. Grayscale: #4F4F4F. Windows color (decimal): -5176599 or 15270577. OLE color: 15270577.
HSL color Cylindrical-coordinate representation of color #B102E9: hue angle of 285.45º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102E9 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 2 | 233 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.09 |
| HSL | 285.45º | 0.98% | 0.46% | - |
| HSV(B) | 285.45º | 0.99% | 0.91% | - |
| XYZ | 32.86 | 15.27 | 78.31 | - |
| YUV | 80.66 | 213.98 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 233 | 0.24 | 0.99 | 0 | 0.09 | 285.45 | 0.98 | 0.46 |
| Hex | B1 | 2 | E9 | 18 | 63 | 0 | 9 | 11D | 62 | 2E |
| Octal | 261 | 2 | 351 | 30 | 143 | 0 | 11 | 435 | 142 | 56 |
| Binary | 10110001 | 10 | 11101001 | 11000 | 1100011 | 0 | 1001 | 100011101 | 1100010 | 101110 |
Color Harmonies of #B102E9
Complementary color
Monochromatic Colors of #B102E9
Black with #B102E9
Text Example
Text Example
White with #B102E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102E9; }
p { color: rgb(177,2,233); }
H1.HeaderClassName
{
color: #B102E9;
}
.AnyTagClassName
{
color: #B102E9;
}
</style>
background-color css
<style>
a { background-color: #B102E9; }
a { background-color: rgb(177,2,233); }
div.DivClassName
{
background-color: #B102E9;
}
.BgClassName
{
background-color: #B102E9;
}
</style>
border-color css
<style>
span { border-color: #B102E9; }
span { border-color: rgb(177,2,233); }
td.TdClassName
{
border-color: #B102E9;
}
.TagClassName
{
border-color: #B102E9;
}
</style>