Shades of Electric Purple #B51FFE
Tints of Electric Purple #B51FFE
RGB
CMYK
RGB Variations
Color information
#B51FFE (or 0xB51FFE) is known color: Electric Purple. HEX triplet: B5, 1F and FE. RGB value is (181,31,254). Sum of RGB (Red+Green+Blue) = 181+31+254=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #B51FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51FFE is #4AE001. Grayscale: #646464. Windows color (decimal): -4907010 or 16654261. OLE color: 16654261.
HSL color Cylindrical-coordinate representation of color #B51FFE: hue angle of 280.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51FFE is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 31 | 254 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.00 |
| HSL | 280.36º | 0.99% | 0.56% | - |
| HSV(B) | 280.36º | 0.88% | 1% | - |
| XYZ | 37.44 | 17.96 | 95.26 | - |
| YUV | 101.27 | 214.2 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 254 | 0.29 | 0.88 | 0 | 0.00 | 280.36 | 0.99 | 0.56 |
| Hex | B5 | 1F | FE | 1D | 58 | 0 | 0 | 118 | 63 | 38 |
| Octal | 265 | 37 | 376 | 35 | 130 | 0 | 0 | 430 | 143 | 70 |
| Binary | 10110101 | 11111 | 11111110 | 11101 | 1011000 | 0 | 0 | 100011000 | 1100011 | 111000 |
Color Harmonies of #B51FFE
Complementary color
Monochromatic Colors of #B51FFE
Black with #B51FFE
Text Example
Text Example
White with #B51FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FFE; }
p { color: rgb(181,31,254); }
H1.HeaderClassName
{
color: #B51FFE;
}
.AnyTagClassName
{
color: #B51FFE;
}
</style>
background-color css
<style>
a { background-color: #B51FFE; }
a { background-color: rgb(181,31,254); }
div.DivClassName
{
background-color: #B51FFE;
}
.BgClassName
{
background-color: #B51FFE;
}
</style>
border-color css
<style>
span { border-color: #B51FFE; }
span { border-color: rgb(181,31,254); }
td.TdClassName
{
border-color: #B51FFE;
}
.TagClassName
{
border-color: #B51FFE;
}
</style>