Shades of Electric Purple #B512FA
Tints of Electric Purple #B512FA
RGB
CMYK
RGB Variations
Color information
#B512FA (or 0xB512FA) is known color: Electric Purple. HEX triplet: B5, 12 and FA. RGB value is (181,18,250). Sum of RGB (Red+Green+Blue) = 181+18+250=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #B512FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512FA is #4AED05. Grayscale: #5C5C5C. Windows color (decimal): -4910342 or 16388789. OLE color: 16388789.
HSL color Cylindrical-coordinate representation of color #B512FA: hue angle of 282.16º degrees, saturation: 0.96, 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 #B512FA is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 18 | 250 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.02 |
| HSL | 282.16º | 0.96% | 0.53% | - |
| HSV(B) | 282.16º | 0.93% | 0.98% | - |
| XYZ | 36.53 | 17.16 | 91.83 | - |
| YUV | 93.19 | 216.5 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 250 | 0.28 | 0.93 | 0 | 0.02 | 282.16 | 0.96 | 0.53 |
| Hex | B5 | 12 | FA | 1C | 5D | 0 | 2 | 11A | 60 | 35 |
| Octal | 265 | 22 | 372 | 34 | 135 | 0 | 2 | 432 | 140 | 65 |
| Binary | 10110101 | 10010 | 11111010 | 11100 | 1011101 | 0 | 10 | 100011010 | 1100000 | 110101 |
Color Harmonies of #B512FA
Complementary color
Monochromatic Colors of #B512FA
Black with #B512FA
Text Example
Text Example
White with #B512FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512FA; }
p { color: rgb(181,18,250); }
H1.HeaderClassName
{
color: #B512FA;
}
.AnyTagClassName
{
color: #B512FA;
}
</style>
background-color css
<style>
a { background-color: #B512FA; }
a { background-color: rgb(181,18,250); }
div.DivClassName
{
background-color: #B512FA;
}
.BgClassName
{
background-color: #B512FA;
}
</style>
border-color css
<style>
span { border-color: #B512FA; }
span { border-color: rgb(181,18,250); }
td.TdClassName
{
border-color: #B512FA;
}
.TagClassName
{
border-color: #B512FA;
}
</style>