Shades of Electric Purple #B51CFF
Tints of Electric Purple #B51CFF
RGB
CMYK
RGB Variations
Color information
#B51CFF (or 0xB51CFF) is known color: Electric Purple. HEX triplet: B5, 1C and FF. RGB value is (181,28,255). Sum of RGB (Red+Green+Blue) = 181+28+255=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #B51CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51CFF is #4AE300. Grayscale: #626262. Windows color (decimal): -4907777 or 16719029. OLE color: 16719029.
HSL color Cylindrical-coordinate representation of color #B51CFF: hue angle of 280.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51CFF is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 28 | 255 | - |
| CMYK | 0.29 | 0.89 | 0 | 0 |
| HSL | 280.44º | 1% | 0.55% | - |
| HSV(B) | 280.44º | 0.89% | 1% | - |
| XYZ | 37.52 | 17.87 | 96.08 | - |
| YUV | 99.63 | 215.69 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 255 | 0.29 | 0.89 | 0 | 0 | 280.44 | 1 | 0.55 |
| Hex | B5 | 1C | FF | 1D | 59 | 0 | 0 | 118 | 64 | 37 |
| Octal | 265 | 34 | 377 | 35 | 131 | 0 | 0 | 430 | 144 | 67 |
| Binary | 10110101 | 11100 | 11111111 | 11101 | 1011001 | 0 | 0 | 100011000 | 1100100 | 110111 |
Color Harmonies of #B51CFF
Complementary color
Monochromatic Colors of #B51CFF
Black with #B51CFF
Text Example
Text Example
White with #B51CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51CFF; }
p { color: rgb(181,28,255); }
H1.HeaderClassName
{
color: #B51CFF;
}
.AnyTagClassName
{
color: #B51CFF;
}
</style>
background-color css
<style>
a { background-color: #B51CFF; }
a { background-color: rgb(181,28,255); }
div.DivClassName
{
background-color: #B51CFF;
}
.BgClassName
{
background-color: #B51CFF;
}
</style>
border-color css
<style>
span { border-color: #B51CFF; }
span { border-color: rgb(181,28,255); }
td.TdClassName
{
border-color: #B51CFF;
}
.TagClassName
{
border-color: #B51CFF;
}
</style>