Shades of Electric Purple #B510F2
Tints of Electric Purple #B510F2
RGB
CMYK
RGB Variations
Color information
#B510F2 (or 0xB510F2) is known color: Electric Purple. HEX triplet: B5, 10 and F2. RGB value is (181,16,242). Sum of RGB (Red+Green+Blue) = 181+16+242=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #B510F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B510F2 is #4AEF0D. Grayscale: #5A5A5A. Windows color (decimal): -4910862 or 15863989. OLE color: 15863989.
HSL color Cylindrical-coordinate representation of color #B510F2: hue angle of 283.81º 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 #B510F2 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 16 | 242 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.05 |
| HSL | 283.81º | 0.9% | 0.51% | - |
| HSV(B) | 283.81º | 0.93% | 0.95% | - |
| XYZ | 35.27 | 16.61 | 85.35 | - |
| YUV | 91.1 | 213.16 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 242 | 0.25 | 0.93 | 0 | 0.05 | 283.81 | 0.9 | 0.51 |
| Hex | B5 | 10 | F2 | 19 | 5D | 0 | 5 | 11C | 5A | 33 |
| Octal | 265 | 20 | 362 | 31 | 135 | 0 | 5 | 434 | 132 | 63 |
| Binary | 10110101 | 10000 | 11110010 | 11001 | 1011101 | 0 | 101 | 100011100 | 1011010 | 110011 |
Color Harmonies of #B510F2
Complementary color
Monochromatic Colors of #B510F2
Black with #B510F2
Text Example
Text Example
White with #B510F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510F2; }
p { color: rgb(181,16,242); }
H1.HeaderClassName
{
color: #B510F2;
}
.AnyTagClassName
{
color: #B510F2;
}
</style>
background-color css
<style>
a { background-color: #B510F2; }
a { background-color: rgb(181,16,242); }
div.DivClassName
{
background-color: #B510F2;
}
.BgClassName
{
background-color: #B510F2;
}
</style>
border-color css
<style>
span { border-color: #B510F2; }
span { border-color: rgb(181,16,242); }
td.TdClassName
{
border-color: #B510F2;
}
.TagClassName
{
border-color: #B510F2;
}
</style>