Shades of Electric Purple #B510F3
Tints of Electric Purple #B510F3
RGB
CMYK
RGB Variations
Color information
#B510F3 (or 0xB510F3) is known color: Electric Purple. HEX triplet: B5, 10 and F3. RGB value is (181,16,243). Sum of RGB (Red+Green+Blue) = 181+16+243=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #B510F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B510F3 is #4AEF0C. Grayscale: #5A5A5A. Windows color (decimal): -4910861 or 15929525. OLE color: 15929525.
HSL color Cylindrical-coordinate representation of color #B510F3: hue angle of 283.61º 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 #B510F3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 16 | 243 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.05 |
| HSL | 283.61º | 0.9% | 0.51% | - |
| HSV(B) | 283.61º | 0.93% | 0.95% | - |
| XYZ | 35.42 | 16.67 | 86.14 | - |
| YUV | 91.21 | 213.66 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 243 | 0.26 | 0.93 | 0 | 0.05 | 283.61 | 0.9 | 0.51 |
| Hex | B5 | 10 | F3 | 1A | 5D | 0 | 5 | 11C | 5A | 33 |
| Octal | 265 | 20 | 363 | 32 | 135 | 0 | 5 | 434 | 132 | 63 |
| Binary | 10110101 | 10000 | 11110011 | 11010 | 1011101 | 0 | 101 | 100011100 | 1011010 | 110011 |
Color Harmonies of #B510F3
Complementary color
Monochromatic Colors of #B510F3
Black with #B510F3
Text Example
Text Example
White with #B510F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510F3; }
p { color: rgb(181,16,243); }
H1.HeaderClassName
{
color: #B510F3;
}
.AnyTagClassName
{
color: #B510F3;
}
</style>
background-color css
<style>
a { background-color: #B510F3; }
a { background-color: rgb(181,16,243); }
div.DivClassName
{
background-color: #B510F3;
}
.BgClassName
{
background-color: #B510F3;
}
</style>
border-color css
<style>
span { border-color: #B510F3; }
span { border-color: rgb(181,16,243); }
td.TdClassName
{
border-color: #B510F3;
}
.TagClassName
{
border-color: #B510F3;
}
</style>