Shades of Electric Purple #B511FD
Tints of Electric Purple #B511FD
RGB
CMYK
RGB Variations
Color information
#B511FD (or 0xB511FD) is known color: Electric Purple. HEX triplet: B5, 11 and FD. RGB value is (181,17,253). Sum of RGB (Red+Green+Blue) = 181+17+253=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #B511FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511FD is #4AEE02. Grayscale: #5C5C5C. Windows color (decimal): -4910595 or 16585141. OLE color: 16585141.
HSL color Cylindrical-coordinate representation of color #B511FD: hue angle of 281.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511FD is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 17 | 253 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.01 |
| HSL | 281.69º | 0.98% | 0.53% | - |
| HSV(B) | 281.69º | 0.93% | 0.99% | - |
| XYZ | 36.99 | 17.32 | 94.32 | - |
| YUV | 92.94 | 218.33 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 253 | 0.28 | 0.93 | 0 | 0.01 | 281.69 | 0.98 | 0.53 |
| Hex | B5 | 11 | FD | 1C | 5D | 0 | 1 | 11A | 62 | 35 |
| Octal | 265 | 21 | 375 | 34 | 135 | 0 | 1 | 432 | 142 | 65 |
| Binary | 10110101 | 10001 | 11111101 | 11100 | 1011101 | 0 | 1 | 100011010 | 1100010 | 110101 |
Color Harmonies of #B511FD
Complementary color
Monochromatic Colors of #B511FD
Black with #B511FD
Text Example
Text Example
White with #B511FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511FD; }
p { color: rgb(181,17,253); }
H1.HeaderClassName
{
color: #B511FD;
}
.AnyTagClassName
{
color: #B511FD;
}
</style>
background-color css
<style>
a { background-color: #B511FD; }
a { background-color: rgb(181,17,253); }
div.DivClassName
{
background-color: #B511FD;
}
.BgClassName
{
background-color: #B511FD;
}
</style>
border-color css
<style>
span { border-color: #B511FD; }
span { border-color: rgb(181,17,253); }
td.TdClassName
{
border-color: #B511FD;
}
.TagClassName
{
border-color: #B511FD;
}
</style>