Shades of Electric Purple #B511FB
Tints of Electric Purple #B511FB
RGB
CMYK
RGB Variations
Color information
#B511FB (or 0xB511FB) is known color: Electric Purple. HEX triplet: B5, 11 and FB. RGB value is (181,17,251). Sum of RGB (Red+Green+Blue) = 181+17+251=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #B511FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511FB is #4AEE04. Grayscale: #5B5B5B. Windows color (decimal): -4910597 or 16454069. OLE color: 16454069.
HSL color Cylindrical-coordinate representation of color #B511FB: hue angle of 282.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511FB is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 17 | 251 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.02 |
| HSL | 282.05º | 0.97% | 0.53% | - |
| HSV(B) | 282.05º | 0.93% | 0.98% | - |
| XYZ | 36.67 | 17.19 | 92.65 | - |
| YUV | 92.71 | 217.33 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 251 | 0.28 | 0.93 | 0 | 0.02 | 282.05 | 0.97 | 0.53 |
| Hex | B5 | 11 | FB | 1C | 5D | 0 | 2 | 11A | 61 | 35 |
| Octal | 265 | 21 | 373 | 34 | 135 | 0 | 2 | 432 | 141 | 65 |
| Binary | 10110101 | 10001 | 11111011 | 11100 | 1011101 | 0 | 10 | 100011010 | 1100001 | 110101 |
Color Harmonies of #B511FB
Complementary color
Monochromatic Colors of #B511FB
Black with #B511FB
Text Example
Text Example
White with #B511FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511FB; }
p { color: rgb(181,17,251); }
H1.HeaderClassName
{
color: #B511FB;
}
.AnyTagClassName
{
color: #B511FB;
}
</style>
background-color css
<style>
a { background-color: #B511FB; }
a { background-color: rgb(181,17,251); }
div.DivClassName
{
background-color: #B511FB;
}
.BgClassName
{
background-color: #B511FB;
}
</style>
border-color css
<style>
span { border-color: #B511FB; }
span { border-color: rgb(181,17,251); }
td.TdClassName
{
border-color: #B511FB;
}
.TagClassName
{
border-color: #B511FB;
}
</style>