Shades of Electric Purple #B103ED
Tints of Electric Purple #B103ED
RGB
CMYK
RGB Variations
Color information
#B103ED (or 0xB103ED) is known color: Electric Purple. HEX triplet: B1, 03 and ED. RGB value is (177,3,237). Sum of RGB (Red+Green+Blue) = 177+3+237=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #B103ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103ED is #4EFC12. Grayscale: #505050. Windows color (decimal): -5176339 or 15532977. OLE color: 15532977.
HSL color Cylindrical-coordinate representation of color #B103ED: hue angle of 284.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103ED is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 3 | 237 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.07 |
| HSL | 284.62º | 0.98% | 0.47% | - |
| HSV(B) | 284.62º | 0.99% | 0.93% | - |
| XYZ | 33.45 | 15.53 | 81.35 | - |
| YUV | 81.7 | 215.65 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 237 | 0.25 | 0.99 | 0 | 0.07 | 284.62 | 0.98 | 0.47 |
| Hex | B1 | 3 | ED | 19 | 63 | 0 | 7 | 11D | 62 | 2F |
| Octal | 261 | 3 | 355 | 31 | 143 | 0 | 7 | 435 | 142 | 57 |
| Binary | 10110001 | 11 | 11101101 | 11001 | 1100011 | 0 | 111 | 100011101 | 1100010 | 101111 |
Color Harmonies of #B103ED
Complementary color
Monochromatic Colors of #B103ED
Black with #B103ED
Text Example
Text Example
White with #B103ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103ED; }
p { color: rgb(177,3,237); }
H1.HeaderClassName
{
color: #B103ED;
}
.AnyTagClassName
{
color: #B103ED;
}
</style>
background-color css
<style>
a { background-color: #B103ED; }
a { background-color: rgb(177,3,237); }
div.DivClassName
{
background-color: #B103ED;
}
.BgClassName
{
background-color: #B103ED;
}
</style>
border-color css
<style>
span { border-color: #B103ED; }
span { border-color: rgb(177,3,237); }
td.TdClassName
{
border-color: #B103ED;
}
.TagClassName
{
border-color: #B103ED;
}
</style>