Shades of Electric Purple #B107EA
Tints of Electric Purple #B107EA
RGB
CMYK
RGB Variations
Color information
#B107EA (or 0xB107EA) is known color: Electric Purple. HEX triplet: B1, 07 and EA. RGB value is (177,7,234). Sum of RGB (Red+Green+Blue) = 177+7+234=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #B107EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B107EA is #4EF815. Grayscale: #525252. Windows color (decimal): -5175318 or 15337393. OLE color: 15337393.
HSL color Cylindrical-coordinate representation of color #B107EA: hue angle of 284.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107EA is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 7 | 234 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.08 |
| HSL | 284.93º | 0.94% | 0.47% | - |
| HSV(B) | 284.93º | 0.97% | 0.92% | - |
| XYZ | 33.06 | 15.44 | 79.08 | - |
| YUV | 83.71 | 212.82 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 234 | 0.24 | 0.97 | 0 | 0.08 | 284.93 | 0.94 | 0.47 |
| Hex | B1 | 7 | EA | 18 | 61 | 0 | 8 | 11D | 5E | 2F |
| Octal | 261 | 7 | 352 | 30 | 141 | 0 | 10 | 435 | 136 | 57 |
| Binary | 10110001 | 111 | 11101010 | 11000 | 1100001 | 0 | 1000 | 100011101 | 1011110 | 101111 |
Color Harmonies of #B107EA
Complementary color
Monochromatic Colors of #B107EA
Black with #B107EA
Text Example
Text Example
White with #B107EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107EA; }
p { color: rgb(177,7,234); }
H1.HeaderClassName
{
color: #B107EA;
}
.AnyTagClassName
{
color: #B107EA;
}
</style>
background-color css
<style>
a { background-color: #B107EA; }
a { background-color: rgb(177,7,234); }
div.DivClassName
{
background-color: #B107EA;
}
.BgClassName
{
background-color: #B107EA;
}
</style>
border-color css
<style>
span { border-color: #B107EA; }
span { border-color: rgb(177,7,234); }
td.TdClassName
{
border-color: #B107EA;
}
.TagClassName
{
border-color: #B107EA;
}
</style>