Shades of Electric Purple #B107ED
Tints of Electric Purple #B107ED
RGB
CMYK
RGB Variations
Color information
#B107ED (or 0xB107ED) is known color: Electric Purple. HEX triplet: B1, 07 and ED. RGB value is (177,7,237). Sum of RGB (Red+Green+Blue) = 177+7+237=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #B107ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B107ED is #4EF812. Grayscale: #535353. Windows color (decimal): -5175315 or 15534001. OLE color: 15534001.
HSL color Cylindrical-coordinate representation of color #B107ED: hue angle of 284.35º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107ED is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 7 | 237 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.07 |
| HSL | 284.35º | 0.94% | 0.48% | - |
| HSV(B) | 284.35º | 0.97% | 0.93% | - |
| XYZ | 33.49 | 15.61 | 81.37 | - |
| YUV | 84.05 | 214.32 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 237 | 0.25 | 0.97 | 0 | 0.07 | 284.35 | 0.94 | 0.48 |
| Hex | B1 | 7 | ED | 19 | 61 | 0 | 7 | 11C | 5E | 30 |
| Octal | 261 | 7 | 355 | 31 | 141 | 0 | 7 | 434 | 136 | 60 |
| Binary | 10110001 | 111 | 11101101 | 11001 | 1100001 | 0 | 111 | 100011100 | 1011110 | 110000 |
Color Harmonies of #B107ED
Complementary color
Monochromatic Colors of #B107ED
Black with #B107ED
Text Example
Text Example
White with #B107ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107ED; }
p { color: rgb(177,7,237); }
H1.HeaderClassName
{
color: #B107ED;
}
.AnyTagClassName
{
color: #B107ED;
}
</style>
background-color css
<style>
a { background-color: #B107ED; }
a { background-color: rgb(177,7,237); }
div.DivClassName
{
background-color: #B107ED;
}
.BgClassName
{
background-color: #B107ED;
}
</style>
border-color css
<style>
span { border-color: #B107ED; }
span { border-color: rgb(177,7,237); }
td.TdClassName
{
border-color: #B107ED;
}
.TagClassName
{
border-color: #B107ED;
}
</style>