Shades of Electric Purple #B103E5
Tints of Electric Purple #B103E5
RGB
CMYK
RGB Variations
Color information
#B103E5 (or 0xB103E5) is known color: Electric Purple. HEX triplet: B1, 03 and E5. RGB value is (177,3,229). Sum of RGB (Red+Green+Blue) = 177+3+229=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #B103E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103E5 is #4EFC1A. Grayscale: #505050. Windows color (decimal): -5176347 or 15008689. OLE color: 15008689.
HSL color Cylindrical-coordinate representation of color #B103E5: hue angle of 286.19º degrees, saturation: 0.97, 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 #B103E5 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 3 | 229 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.10 |
| HSL | 286.19º | 0.97% | 0.45% | - |
| HSV(B) | 286.19º | 0.99% | 0.9% | - |
| XYZ | 32.31 | 15.07 | 75.33 | - |
| YUV | 80.79 | 211.65 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 229 | 0.23 | 0.99 | 0 | 0.10 | 286.19 | 0.97 | 0.45 |
| Hex | B1 | 3 | E5 | 17 | 63 | 0 | A | 11E | 61 | 2D |
| Octal | 261 | 3 | 345 | 27 | 143 | 0 | 12 | 436 | 141 | 55 |
| Binary | 10110001 | 11 | 11100101 | 10111 | 1100011 | 0 | 1010 | 100011110 | 1100001 | 101101 |
Color Harmonies of #B103E5
Complementary color
Monochromatic Colors of #B103E5
Black with #B103E5
Text Example
Text Example
White with #B103E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103E5; }
p { color: rgb(177,3,229); }
H1.HeaderClassName
{
color: #B103E5;
}
.AnyTagClassName
{
color: #B103E5;
}
</style>
background-color css
<style>
a { background-color: #B103E5; }
a { background-color: rgb(177,3,229); }
div.DivClassName
{
background-color: #B103E5;
}
.BgClassName
{
background-color: #B103E5;
}
</style>
border-color css
<style>
span { border-color: #B103E5; }
span { border-color: rgb(177,3,229); }
td.TdClassName
{
border-color: #B103E5;
}
.TagClassName
{
border-color: #B103E5;
}
</style>