Shades of Electric Purple #B101EA
Tints of Electric Purple #B101EA
RGB
CMYK
RGB Variations
Color information
#B101EA (or 0xB101EA) is known color: Electric Purple. HEX triplet: B1, 01 and EA. RGB value is (177,1,234). Sum of RGB (Red+Green+Blue) = 177+1+234=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #B101EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101EA is #4EFE15. Grayscale: #4F4F4F. Windows color (decimal): -5176854 or 15335857. OLE color: 15335857.
HSL color Cylindrical-coordinate representation of color #B101EA: hue angle of 285.32º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101EA is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 1 | 234 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.08 |
| HSL | 285.32º | 0.99% | 0.46% | - |
| HSV(B) | 285.32º | 1% | 0.92% | - |
| XYZ | 32.99 | 15.31 | 79.06 | - |
| YUV | 80.19 | 214.81 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 234 | 0.24 | 1.00 | 0 | 0.08 | 285.32 | 0.99 | 0.46 |
| Hex | B1 | 1 | EA | 18 | 64 | 0 | 8 | 11D | 63 | 2E |
| Octal | 261 | 1 | 352 | 30 | 144 | 0 | 10 | 435 | 143 | 56 |
| Binary | 10110001 | 1 | 11101010 | 11000 | 1100100 | 0 | 1000 | 100011101 | 1100011 | 101110 |
Color Harmonies of #B101EA
Complementary color
Monochromatic Colors of #B101EA
Black with #B101EA
Text Example
Text Example
White with #B101EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101EA; }
p { color: rgb(177,1,234); }
H1.HeaderClassName
{
color: #B101EA;
}
.AnyTagClassName
{
color: #B101EA;
}
</style>
background-color css
<style>
a { background-color: #B101EA; }
a { background-color: rgb(177,1,234); }
div.DivClassName
{
background-color: #B101EA;
}
.BgClassName
{
background-color: #B101EA;
}
</style>
border-color css
<style>
span { border-color: #B101EA; }
span { border-color: rgb(177,1,234); }
td.TdClassName
{
border-color: #B101EA;
}
.TagClassName
{
border-color: #B101EA;
}
</style>