Shades of Electric Purple #B512FC
Tints of Electric Purple #B512FC
RGB
CMYK
RGB Variations
Color information
#B512FC (or 0xB512FC) is known color: Electric Purple. HEX triplet: B5, 12 and FC. RGB value is (181,18,252). Sum of RGB (Red+Green+Blue) = 181+18+252=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #B512FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512FC is #4AED03. Grayscale: #5C5C5C. Windows color (decimal): -4910340 or 16519861. OLE color: 16519861.
HSL color Cylindrical-coordinate representation of color #B512FC: hue angle of 281.79º 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 #B512FC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 18 | 252 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.01 |
| HSL | 281.79º | 0.98% | 0.53% | - |
| HSV(B) | 281.79º | 0.93% | 0.99% | - |
| XYZ | 36.84 | 17.28 | 93.49 | - |
| YUV | 93.41 | 217.5 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 252 | 0.28 | 0.93 | 0 | 0.01 | 281.79 | 0.98 | 0.53 |
| Hex | B5 | 12 | FC | 1C | 5D | 0 | 1 | 11A | 62 | 35 |
| Octal | 265 | 22 | 374 | 34 | 135 | 0 | 1 | 432 | 142 | 65 |
| Binary | 10110101 | 10010 | 11111100 | 11100 | 1011101 | 0 | 1 | 100011010 | 1100010 | 110101 |
Color Harmonies of #B512FC
Complementary color
Monochromatic Colors of #B512FC
Black with #B512FC
Text Example
Text Example
White with #B512FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512FC; }
p { color: rgb(181,18,252); }
H1.HeaderClassName
{
color: #B512FC;
}
.AnyTagClassName
{
color: #B512FC;
}
</style>
background-color css
<style>
a { background-color: #B512FC; }
a { background-color: rgb(181,18,252); }
div.DivClassName
{
background-color: #B512FC;
}
.BgClassName
{
background-color: #B512FC;
}
</style>
border-color css
<style>
span { border-color: #B512FC; }
span { border-color: rgb(181,18,252); }
td.TdClassName
{
border-color: #B512FC;
}
.TagClassName
{
border-color: #B512FC;
}
</style>