Shades of Electric Purple #B103E7
Tints of Electric Purple #B103E7
RGB
CMYK
RGB Variations
Color information
#B103E7 (or 0xB103E7) is known color: Electric Purple. HEX triplet: B1, 03 and E7. RGB value is (177,3,231). Sum of RGB (Red+Green+Blue) = 177+3+231=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #B103E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103E7 is #4EFC18. Grayscale: #505050. Windows color (decimal): -5176345 or 15139761. OLE color: 15139761.
HSL color Cylindrical-coordinate representation of color #B103E7: hue angle of 285.79º degrees, saturation: 0.97, 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 #B103E7 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 3 | 231 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.09 |
| HSL | 285.79º | 0.97% | 0.46% | - |
| HSV(B) | 285.79º | 0.99% | 0.91% | - |
| XYZ | 32.59 | 15.18 | 76.81 | - |
| YUV | 81.02 | 212.65 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 231 | 0.23 | 0.99 | 0 | 0.09 | 285.79 | 0.97 | 0.46 |
| Hex | B1 | 3 | E7 | 17 | 63 | 0 | 9 | 11E | 61 | 2E |
| Octal | 261 | 3 | 347 | 27 | 143 | 0 | 11 | 436 | 141 | 56 |
| Binary | 10110001 | 11 | 11100111 | 10111 | 1100011 | 0 | 1001 | 100011110 | 1100001 | 101110 |
Color Harmonies of #B103E7
Complementary color
Monochromatic Colors of #B103E7
Black with #B103E7
Text Example
Text Example
White with #B103E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103E7; }
p { color: rgb(177,3,231); }
H1.HeaderClassName
{
color: #B103E7;
}
.AnyTagClassName
{
color: #B103E7;
}
</style>
background-color css
<style>
a { background-color: #B103E7; }
a { background-color: rgb(177,3,231); }
div.DivClassName
{
background-color: #B103E7;
}
.BgClassName
{
background-color: #B103E7;
}
</style>
border-color css
<style>
span { border-color: #B103E7; }
span { border-color: rgb(177,3,231); }
td.TdClassName
{
border-color: #B103E7;
}
.TagClassName
{
border-color: #B103E7;
}
</style>