Shades of Electric Purple #B512F0
Tints of Electric Purple #B512F0
RGB
CMYK
RGB Variations
Color information
#B512F0 (or 0xB512F0) is known color: Electric Purple. HEX triplet: B5, 12 and F0. RGB value is (181,18,240). Sum of RGB (Red+Green+Blue) = 181+18+240=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #B512F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512F0 is #4AED0F. Grayscale: #5B5B5B. Windows color (decimal): -4910352 or 15733429. OLE color: 15733429.
HSL color Cylindrical-coordinate representation of color #B512F0: hue angle of 284.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B512F0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 18 | 240 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.06 |
| HSL | 284.05º | 0.88% | 0.51% | - |
| HSV(B) | 284.05º | 0.93% | 0.94% | - |
| XYZ | 35 | 16.55 | 83.79 | - |
| YUV | 92.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 240 | 0.25 | 0.92 | 0 | 0.06 | 284.05 | 0.88 | 0.51 |
| Hex | B5 | 12 | F0 | 19 | 5C | 0 | 6 | 11C | 58 | 33 |
| Octal | 265 | 22 | 360 | 31 | 134 | 0 | 6 | 434 | 130 | 63 |
| Binary | 10110101 | 10010 | 11110000 | 11001 | 1011100 | 0 | 110 | 100011100 | 1011000 | 110011 |
Color Harmonies of #B512F0
Complementary color
Monochromatic Colors of #B512F0
Black with #B512F0
Text Example
Text Example
White with #B512F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512F0; }
p { color: rgb(181,18,240); }
H1.HeaderClassName
{
color: #B512F0;
}
.AnyTagClassName
{
color: #B512F0;
}
</style>
background-color css
<style>
a { background-color: #B512F0; }
a { background-color: rgb(181,18,240); }
div.DivClassName
{
background-color: #B512F0;
}
.BgClassName
{
background-color: #B512F0;
}
</style>
border-color css
<style>
span { border-color: #B512F0; }
span { border-color: rgb(181,18,240); }
td.TdClassName
{
border-color: #B512F0;
}
.TagClassName
{
border-color: #B512F0;
}
</style>