Shades of Electric Purple #B512F2
Tints of Electric Purple #B512F2
RGB
CMYK
RGB Variations
Color information
#B512F2 (or 0xB512F2) is known color: Electric Purple. HEX triplet: B5, 12 and F2. RGB value is (181,18,242). Sum of RGB (Red+Green+Blue) = 181+18+242=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #B512F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512F2 is #4AED0D. Grayscale: #5B5B5B. Windows color (decimal): -4910350 or 15864501. OLE color: 15864501.
HSL color Cylindrical-coordinate representation of color #B512F2: hue angle of 283.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B512F2 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 18 | 242 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.05 |
| HSL | 283.66º | 0.9% | 0.51% | - |
| HSV(B) | 283.66º | 0.93% | 0.95% | - |
| XYZ | 35.3 | 16.67 | 85.36 | - |
| YUV | 92.27 | 212.5 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 242 | 0.25 | 0.93 | 0 | 0.05 | 283.66 | 0.9 | 0.51 |
| Hex | B5 | 12 | F2 | 19 | 5D | 0 | 5 | 11C | 5A | 33 |
| Octal | 265 | 22 | 362 | 31 | 135 | 0 | 5 | 434 | 132 | 63 |
| Binary | 10110101 | 10010 | 11110010 | 11001 | 1011101 | 0 | 101 | 100011100 | 1011010 | 110011 |
Color Harmonies of #B512F2
Complementary color
Monochromatic Colors of #B512F2
Black with #B512F2
Text Example
Text Example
White with #B512F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512F2; }
p { color: rgb(181,18,242); }
H1.HeaderClassName
{
color: #B512F2;
}
.AnyTagClassName
{
color: #B512F2;
}
</style>
background-color css
<style>
a { background-color: #B512F2; }
a { background-color: rgb(181,18,242); }
div.DivClassName
{
background-color: #B512F2;
}
.BgClassName
{
background-color: #B512F2;
}
</style>
border-color css
<style>
span { border-color: #B512F2; }
span { border-color: rgb(181,18,242); }
td.TdClassName
{
border-color: #B512F2;
}
.TagClassName
{
border-color: #B512F2;
}
</style>