Shades of Electric Purple #B105ED
Tints of Electric Purple #B105ED
RGB
CMYK
RGB Variations
Color information
#B105ED (or 0xB105ED) is known color: Electric Purple. HEX triplet: B1, 05 and ED. RGB value is (177,5,237). Sum of RGB (Red+Green+Blue) = 177+5+237=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #B105ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B105ED is #4EFA12. Grayscale: #525252. Windows color (decimal): -5175827 or 15533489. OLE color: 15533489.
HSL color Cylindrical-coordinate representation of color #B105ED: hue angle of 284.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B105ED is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 5 | 237 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.07 |
| HSL | 284.48º | 0.96% | 0.47% | - |
| HSV(B) | 284.48º | 0.98% | 0.93% | - |
| XYZ | 33.47 | 15.57 | 81.36 | - |
| YUV | 82.88 | 214.98 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 237 | 0.25 | 0.98 | 0 | 0.07 | 284.48 | 0.96 | 0.47 |
| Hex | B1 | 5 | ED | 19 | 62 | 0 | 7 | 11C | 60 | 2F |
| Octal | 261 | 5 | 355 | 31 | 142 | 0 | 7 | 434 | 140 | 57 |
| Binary | 10110001 | 101 | 11101101 | 11001 | 1100010 | 0 | 111 | 100011100 | 1100000 | 101111 |
Color Harmonies of #B105ED
Complementary color
Monochromatic Colors of #B105ED
Black with #B105ED
Text Example
Text Example
White with #B105ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105ED; }
p { color: rgb(177,5,237); }
H1.HeaderClassName
{
color: #B105ED;
}
.AnyTagClassName
{
color: #B105ED;
}
</style>
background-color css
<style>
a { background-color: #B105ED; }
a { background-color: rgb(177,5,237); }
div.DivClassName
{
background-color: #B105ED;
}
.BgClassName
{
background-color: #B105ED;
}
</style>
border-color css
<style>
span { border-color: #B105ED; }
span { border-color: rgb(177,5,237); }
td.TdClassName
{
border-color: #B105ED;
}
.TagClassName
{
border-color: #B105ED;
}
</style>