Shades of Electric Purple #B10FE2
Tints of Electric Purple #B10FE2
RGB
CMYK
RGB Variations
Color information
#B10FE2 (or 0xB10FE2) is known color: Electric Purple. HEX triplet: B1, 0F and E2. RGB value is (177,15,226). Sum of RGB (Red+Green+Blue) = 177+15+226=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #B10FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FE2 is #4EF01D. Grayscale: #565656. Windows color (decimal): -5173278 or 14815153. OLE color: 14815153.
HSL color Cylindrical-coordinate representation of color #B10FE2: hue angle of 286.07º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FE2 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 15 | 226 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.11 |
| HSL | 286.07º | 0.88% | 0.47% | - |
| HSV(B) | 286.07º | 0.93% | 0.89% | - |
| XYZ | 32.03 | 15.18 | 73.19 | - |
| YUV | 87.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 226 | 0.22 | 0.93 | 0 | 0.11 | 286.07 | 0.88 | 0.47 |
| Hex | B1 | F | E2 | 16 | 5D | 0 | B | 11E | 58 | 2F |
| Octal | 261 | 17 | 342 | 26 | 135 | 0 | 13 | 436 | 130 | 57 |
| Binary | 10110001 | 1111 | 11100010 | 10110 | 1011101 | 0 | 1011 | 100011110 | 1011000 | 101111 |
Color Harmonies of #B10FE2
Complementary color
Monochromatic Colors of #B10FE2
Black with #B10FE2
Text Example
Text Example
White with #B10FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FE2; }
p { color: rgb(177,15,226); }
H1.HeaderClassName
{
color: #B10FE2;
}
.AnyTagClassName
{
color: #B10FE2;
}
</style>
background-color css
<style>
a { background-color: #B10FE2; }
a { background-color: rgb(177,15,226); }
div.DivClassName
{
background-color: #B10FE2;
}
.BgClassName
{
background-color: #B10FE2;
}
</style>
border-color css
<style>
span { border-color: #B10FE2; }
span { border-color: rgb(177,15,226); }
td.TdClassName
{
border-color: #B10FE2;
}
.TagClassName
{
border-color: #B10FE2;
}
</style>