Shades of Electric Purple #B512DF
Tints of Electric Purple #B512DF
RGB
CMYK
RGB Variations
Color information
#B512DF (or 0xB512DF) is known color: Electric Purple. HEX triplet: B5, 12 and DF. RGB value is (181,18,223). Sum of RGB (Red+Green+Blue) = 181+18+223=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B512DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512DF is #4AED20. Grayscale: #595959. Windows color (decimal): -4910369 or 14619317. OLE color: 14619317.
HSL color Cylindrical-coordinate representation of color #B512DF: hue angle of 287.71º degrees, saturation: 0.85, 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 #B512DF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 18 | 223 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.13 |
| HSL | 287.71º | 0.85% | 0.47% | - |
| HSV(B) | 287.71º | 0.92% | 0.87% | - |
| XYZ | 32.59 | 15.58 | 71.1 | - |
| YUV | 90.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 223 | 0.19 | 0.92 | 0 | 0.13 | 287.71 | 0.85 | 0.47 |
| Hex | B5 | 12 | DF | 13 | 5C | 0 | D | 120 | 55 | 2F |
| Octal | 265 | 22 | 337 | 23 | 134 | 0 | 15 | 440 | 125 | 57 |
| Binary | 10110101 | 10010 | 11011111 | 10011 | 1011100 | 0 | 1101 | 100100000 | 1010101 | 101111 |
Color Harmonies of #B512DF
Complementary color
Monochromatic Colors of #B512DF
Black with #B512DF
Text Example
Text Example
White with #B512DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512DF; }
p { color: rgb(181,18,223); }
H1.HeaderClassName
{
color: #B512DF;
}
.AnyTagClassName
{
color: #B512DF;
}
</style>
background-color css
<style>
a { background-color: #B512DF; }
a { background-color: rgb(181,18,223); }
div.DivClassName
{
background-color: #B512DF;
}
.BgClassName
{
background-color: #B512DF;
}
</style>
border-color css
<style>
span { border-color: #B512DF; }
span { border-color: rgb(181,18,223); }
td.TdClassName
{
border-color: #B512DF;
}
.TagClassName
{
border-color: #B512DF;
}
</style>