Shades of Electric Purple #B51CFB
Tints of Electric Purple #B51CFB
RGB
CMYK
RGB Variations
Color information
#B51CFB (or 0xB51CFB) is known color: Electric Purple. HEX triplet: B5, 1C and FB. RGB value is (181,28,251). Sum of RGB (Red+Green+Blue) = 181+28+251=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #B51CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51CFB is #4AE304. Grayscale: #626262. Windows color (decimal): -4907781 or 16456885. OLE color: 16456885.
HSL color Cylindrical-coordinate representation of color #B51CFB: hue angle of 281.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51CFB is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 28 | 251 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.02 |
| HSL | 281.17º | 0.97% | 0.55% | - |
| HSV(B) | 281.17º | 0.89% | 0.98% | - |
| XYZ | 36.88 | 17.62 | 92.72 | - |
| YUV | 99.17 | 213.69 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 251 | 0.28 | 0.89 | 0 | 0.02 | 281.17 | 0.97 | 0.55 |
| Hex | B5 | 1C | FB | 1C | 59 | 0 | 2 | 119 | 61 | 37 |
| Octal | 265 | 34 | 373 | 34 | 131 | 0 | 2 | 431 | 141 | 67 |
| Binary | 10110101 | 11100 | 11111011 | 11100 | 1011001 | 0 | 10 | 100011001 | 1100001 | 110111 |
Color Harmonies of #B51CFB
Complementary color
Monochromatic Colors of #B51CFB
Black with #B51CFB
Text Example
Text Example
White with #B51CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51CFB; }
p { color: rgb(181,28,251); }
H1.HeaderClassName
{
color: #B51CFB;
}
.AnyTagClassName
{
color: #B51CFB;
}
</style>
background-color css
<style>
a { background-color: #B51CFB; }
a { background-color: rgb(181,28,251); }
div.DivClassName
{
background-color: #B51CFB;
}
.BgClassName
{
background-color: #B51CFB;
}
</style>
border-color css
<style>
span { border-color: #B51CFB; }
span { border-color: rgb(181,28,251); }
td.TdClassName
{
border-color: #B51CFB;
}
.TagClassName
{
border-color: #B51CFB;
}
</style>