Shades of Electric Purple #B510F4
Tints of Electric Purple #B510F4
RGB
CMYK
RGB Variations
Color information
#B510F4 (or 0xB510F4) is known color: Electric Purple. HEX triplet: B5, 10 and F4. RGB value is (181,16,244). Sum of RGB (Red+Green+Blue) = 181+16+244=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #B510F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B510F4 is #4AEF0B. Grayscale: #5A5A5A. Windows color (decimal): -4910860 or 15995061. OLE color: 15995061.
HSL color Cylindrical-coordinate representation of color #B510F4: hue angle of 283.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B510F4 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 16 | 244 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.04 |
| HSL | 283.42º | 0.91% | 0.51% | - |
| HSV(B) | 283.42º | 0.93% | 0.96% | - |
| XYZ | 35.57 | 16.73 | 86.94 | - |
| YUV | 91.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 244 | 0.26 | 0.93 | 0 | 0.04 | 283.42 | 0.91 | 0.51 |
| Hex | B5 | 10 | F4 | 1A | 5D | 0 | 4 | 11B | 5B | 33 |
| Octal | 265 | 20 | 364 | 32 | 135 | 0 | 4 | 433 | 133 | 63 |
| Binary | 10110101 | 10000 | 11110100 | 11010 | 1011101 | 0 | 100 | 100011011 | 1011011 | 110011 |
Color Harmonies of #B510F4
Complementary color
Monochromatic Colors of #B510F4
Black with #B510F4
Text Example
Text Example
White with #B510F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510F4; }
p { color: rgb(181,16,244); }
H1.HeaderClassName
{
color: #B510F4;
}
.AnyTagClassName
{
color: #B510F4;
}
</style>
background-color css
<style>
a { background-color: #B510F4; }
a { background-color: rgb(181,16,244); }
div.DivClassName
{
background-color: #B510F4;
}
.BgClassName
{
background-color: #B510F4;
}
</style>
border-color css
<style>
span { border-color: #B510F4; }
span { border-color: rgb(181,16,244); }
td.TdClassName
{
border-color: #B510F4;
}
.TagClassName
{
border-color: #B510F4;
}
</style>