Shades of Electric Purple #B310E2
Tints of Electric Purple #B310E2
RGB
CMYK
RGB Variations
Color information
#B310E2 (or 0xB310E2) is known color: Electric Purple. HEX triplet: B3, 10 and E2. RGB value is (179,16,226). Sum of RGB (Red+Green+Blue) = 179+16+226=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 226 (88.67% from 255 or 53.68% from 421); Max value from RGB is 226 - color contains mainly: blue. Hex color #B310E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310E2 is #4CEF1D. Grayscale: #585858. Windows color (decimal): -5041950 or 14815411. OLE color: 14815411.
HSL color Cylindrical-coordinate representation of color #B310E2: hue angle of 286.57º degrees, saturation: 0.87, 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 #B310E2 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 16 | 226 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.11 |
| HSL | 286.57º | 0.87% | 0.47% | - |
| HSV(B) | 286.57º | 0.93% | 0.89% | - |
| XYZ | 32.5 | 15.45 | 73.22 | - |
| YUV | 88.68 | 205.5 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 226 | 0.21 | 0.93 | 0 | 0.11 | 286.57 | 0.87 | 0.47 |
| Hex | B3 | 10 | E2 | 15 | 5D | 0 | B | 11F | 57 | 2F |
| Octal | 263 | 20 | 342 | 25 | 135 | 0 | 13 | 437 | 127 | 57 |
| Binary | 10110011 | 10000 | 11100010 | 10101 | 1011101 | 0 | 1011 | 100011111 | 1010111 | 101111 |
Color Harmonies of #B310E2
Complementary color
Monochromatic Colors of #B310E2
Black with #B310E2
Text Example
Text Example
White with #B310E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B310E2; }
p { color: rgb(179,16,226); }
H1.HeaderClassName
{
color: #B310E2;
}
.AnyTagClassName
{
color: #B310E2;
}
</style>
background-color css
<style>
a { background-color: #B310E2; }
a { background-color: rgb(179,16,226); }
div.DivClassName
{
background-color: #B310E2;
}
.BgClassName
{
background-color: #B310E2;
}
</style>
border-color css
<style>
span { border-color: #B310E2; }
span { border-color: rgb(179,16,226); }
td.TdClassName
{
border-color: #B310E2;
}
.TagClassName
{
border-color: #B310E2;
}
</style>