Shades of Electric Purple #B102E5
Tints of Electric Purple #B102E5
RGB
CMYK
RGB Variations
Color information
#B102E5 (or 0xB102E5) is known color: Electric Purple. HEX triplet: B1, 02 and E5. RGB value is (177,2,229). Sum of RGB (Red+Green+Blue) = 177+2+229=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #B102E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B102E5 is #4EFD1A. Grayscale: #4F4F4F. Windows color (decimal): -5176603 or 15008433. OLE color: 15008433.
HSL color Cylindrical-coordinate representation of color #B102E5: hue angle of 286.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102E5 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 2 | 229 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.10 |
| HSL | 286.26º | 0.98% | 0.45% | - |
| HSV(B) | 286.26º | 0.99% | 0.9% | - |
| XYZ | 32.3 | 15.05 | 75.33 | - |
| YUV | 80.2 | 211.98 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 229 | 0.23 | 0.99 | 0 | 0.10 | 286.26 | 0.98 | 0.45 |
| Hex | B1 | 2 | E5 | 17 | 63 | 0 | A | 11E | 62 | 2D |
| Octal | 261 | 2 | 345 | 27 | 143 | 0 | 12 | 436 | 142 | 55 |
| Binary | 10110001 | 10 | 11100101 | 10111 | 1100011 | 0 | 1010 | 100011110 | 1100010 | 101101 |
Color Harmonies of #B102E5
Complementary color
Monochromatic Colors of #B102E5
Black with #B102E5
Text Example
Text Example
White with #B102E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102E5; }
p { color: rgb(177,2,229); }
H1.HeaderClassName
{
color: #B102E5;
}
.AnyTagClassName
{
color: #B102E5;
}
</style>
background-color css
<style>
a { background-color: #B102E5; }
a { background-color: rgb(177,2,229); }
div.DivClassName
{
background-color: #B102E5;
}
.BgClassName
{
background-color: #B102E5;
}
</style>
border-color css
<style>
span { border-color: #B102E5; }
span { border-color: rgb(177,2,229); }
td.TdClassName
{
border-color: #B102E5;
}
.TagClassName
{
border-color: #B102E5;
}
</style>