Shades of Electric Purple #B511DF
Tints of Electric Purple #B511DF
RGB
CMYK
RGB Variations
Color information
#B511DF (or 0xB511DF) is known color: Electric Purple. HEX triplet: B5, 11 and DF. RGB value is (181,17,223). Sum of RGB (Red+Green+Blue) = 181+17+223=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #B511DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511DF is #4AEE20. Grayscale: #585858. Windows color (decimal): -4910625 or 14619061. OLE color: 14619061.
HSL color Cylindrical-coordinate representation of color #B511DF: hue angle of 287.77º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511DF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 17 | 223 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.13 |
| HSL | 287.77º | 0.86% | 0.47% | - |
| HSV(B) | 287.77º | 0.92% | 0.87% | - |
| XYZ | 32.58 | 15.55 | 71.1 | - |
| YUV | 89.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 223 | 0.19 | 0.92 | 0 | 0.13 | 287.77 | 0.86 | 0.47 |
| Hex | B5 | 11 | DF | 13 | 5C | 0 | D | 120 | 56 | 2F |
| Octal | 265 | 21 | 337 | 23 | 134 | 0 | 15 | 440 | 126 | 57 |
| Binary | 10110101 | 10001 | 11011111 | 10011 | 1011100 | 0 | 1101 | 100100000 | 1010110 | 101111 |
Color Harmonies of #B511DF
Complementary color
Monochromatic Colors of #B511DF
Black with #B511DF
Text Example
Text Example
White with #B511DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511DF; }
p { color: rgb(181,17,223); }
H1.HeaderClassName
{
color: #B511DF;
}
.AnyTagClassName
{
color: #B511DF;
}
</style>
background-color css
<style>
a { background-color: #B511DF; }
a { background-color: rgb(181,17,223); }
div.DivClassName
{
background-color: #B511DF;
}
.BgClassName
{
background-color: #B511DF;
}
</style>
border-color css
<style>
span { border-color: #B511DF; }
span { border-color: rgb(181,17,223); }
td.TdClassName
{
border-color: #B511DF;
}
.TagClassName
{
border-color: #B511DF;
}
</style>