Shades of Electric Purple #B512F3
Tints of Electric Purple #B512F3
RGB
CMYK
RGB Variations
Color information
#B512F3 (or 0xB512F3) is known color: Electric Purple. HEX triplet: B5, 12 and F3. RGB value is (181,18,243). Sum of RGB (Red+Green+Blue) = 181+18+243=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #B512F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512F3 is #4AED0C. Grayscale: #5B5B5B. Windows color (decimal): -4910349 or 15930037. OLE color: 15930037.
HSL color Cylindrical-coordinate representation of color #B512F3: hue angle of 283.47º 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 #B512F3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 18 | 243 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.05 |
| HSL | 283.47º | 0.9% | 0.51% | - |
| HSV(B) | 283.47º | 0.93% | 0.95% | - |
| XYZ | 35.45 | 16.73 | 86.15 | - |
| YUV | 92.39 | 213 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 243 | 0.26 | 0.93 | 0 | 0.05 | 283.47 | 0.9 | 0.51 |
| Hex | B5 | 12 | F3 | 1A | 5D | 0 | 5 | 11B | 5A | 33 |
| Octal | 265 | 22 | 363 | 32 | 135 | 0 | 5 | 433 | 132 | 63 |
| Binary | 10110101 | 10010 | 11110011 | 11010 | 1011101 | 0 | 101 | 100011011 | 1011010 | 110011 |
Color Harmonies of #B512F3
Complementary color
Monochromatic Colors of #B512F3
Black with #B512F3
Text Example
Text Example
White with #B512F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512F3; }
p { color: rgb(181,18,243); }
H1.HeaderClassName
{
color: #B512F3;
}
.AnyTagClassName
{
color: #B512F3;
}
</style>
background-color css
<style>
a { background-color: #B512F3; }
a { background-color: rgb(181,18,243); }
div.DivClassName
{
background-color: #B512F3;
}
.BgClassName
{
background-color: #B512F3;
}
</style>
border-color css
<style>
span { border-color: #B512F3; }
span { border-color: rgb(181,18,243); }
td.TdClassName
{
border-color: #B512F3;
}
.TagClassName
{
border-color: #B512F3;
}
</style>