Shades of Electric Purple #B510E2
Tints of Electric Purple #B510E2
RGB
CMYK
RGB Variations
Color information
#B510E2 (or 0xB510E2) is known color: Electric Purple. HEX triplet: B5, 10 and E2. RGB value is (181,16,226). Sum of RGB (Red+Green+Blue) = 181+16+226=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #B510E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510E2 is #4AEF1D. Grayscale: #585858. Windows color (decimal): -4910878 or 14815413. OLE color: 14815413.
HSL color Cylindrical-coordinate representation of color #B510E2: hue angle of 287.14º 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 #B510E2 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 16 | 226 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.11 |
| HSL | 287.14º | 0.87% | 0.47% | - |
| HSV(B) | 287.14º | 0.93% | 0.89% | - |
| XYZ | 32.97 | 15.69 | 73.24 | - |
| YUV | 89.28 | 205.16 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 226 | 0.20 | 0.93 | 0 | 0.11 | 287.14 | 0.87 | 0.47 |
| Hex | B5 | 10 | E2 | 14 | 5D | 0 | B | 11F | 57 | 2F |
| Octal | 265 | 20 | 342 | 24 | 135 | 0 | 13 | 437 | 127 | 57 |
| Binary | 10110101 | 10000 | 11100010 | 10100 | 1011101 | 0 | 1011 | 100011111 | 1010111 | 101111 |
Color Harmonies of #B510E2
Complementary color
Monochromatic Colors of #B510E2
Black with #B510E2
Text Example
Text Example
White with #B510E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510E2; }
p { color: rgb(181,16,226); }
H1.HeaderClassName
{
color: #B510E2;
}
.AnyTagClassName
{
color: #B510E2;
}
</style>
background-color css
<style>
a { background-color: #B510E2; }
a { background-color: rgb(181,16,226); }
div.DivClassName
{
background-color: #B510E2;
}
.BgClassName
{
background-color: #B510E2;
}
</style>
border-color css
<style>
span { border-color: #B510E2; }
span { border-color: rgb(181,16,226); }
td.TdClassName
{
border-color: #B510E2;
}
.TagClassName
{
border-color: #B510E2;
}
</style>