Shades of Electric Purple #B103E6
Tints of Electric Purple #B103E6
RGB
CMYK
RGB Variations
Color information
#B103E6 (or 0xB103E6) is known color: Electric Purple. HEX triplet: B1, 03 and E6. RGB value is (177,3,230). Sum of RGB (Red+Green+Blue) = 177+3+230=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #B103E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103E6 is #4EFC19. Grayscale: #505050. Windows color (decimal): -5176346 or 15074225. OLE color: 15074225.
HSL color Cylindrical-coordinate representation of color #B103E6: hue angle of 285.99º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103E6 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 3 | 230 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.10 |
| HSL | 285.99º | 0.97% | 0.46% | - |
| HSV(B) | 285.99º | 0.99% | 0.9% | - |
| XYZ | 32.45 | 15.13 | 76.07 | - |
| YUV | 80.9 | 212.15 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 230 | 0.23 | 0.99 | 0 | 0.10 | 285.99 | 0.97 | 0.46 |
| Hex | B1 | 3 | E6 | 17 | 63 | 0 | A | 11E | 61 | 2E |
| Octal | 261 | 3 | 346 | 27 | 143 | 0 | 12 | 436 | 141 | 56 |
| Binary | 10110001 | 11 | 11100110 | 10111 | 1100011 | 0 | 1010 | 100011110 | 1100001 | 101110 |
Color Harmonies of #B103E6
Complementary color
Monochromatic Colors of #B103E6
Black with #B103E6
Text Example
Text Example
White with #B103E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103E6; }
p { color: rgb(177,3,230); }
H1.HeaderClassName
{
color: #B103E6;
}
.AnyTagClassName
{
color: #B103E6;
}
</style>
background-color css
<style>
a { background-color: #B103E6; }
a { background-color: rgb(177,3,230); }
div.DivClassName
{
background-color: #B103E6;
}
.BgClassName
{
background-color: #B103E6;
}
</style>
border-color css
<style>
span { border-color: #B103E6; }
span { border-color: rgb(177,3,230); }
td.TdClassName
{
border-color: #B103E6;
}
.TagClassName
{
border-color: #B103E6;
}
</style>