Shades of Electric Purple #B511F8
Tints of Electric Purple #B511F8
RGB
CMYK
RGB Variations
Color information
#B511F8 (or 0xB511F8) is known color: Electric Purple. HEX triplet: B5, 11 and F8. RGB value is (181,17,248). Sum of RGB (Red+Green+Blue) = 181+17+248=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #B511F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511F8 is #4AEE07. Grayscale: #5B5B5B. Windows color (decimal): -4910600 or 16257461. OLE color: 16257461.
HSL color Cylindrical-coordinate representation of color #B511F8: hue angle of 282.6º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511F8 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 17 | 248 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.03 |
| HSL | 282.6º | 0.94% | 0.52% | - |
| HSV(B) | 282.6º | 0.93% | 0.97% | - |
| XYZ | 36.2 | 17 | 90.18 | - |
| YUV | 92.37 | 215.83 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 248 | 0.27 | 0.93 | 0 | 0.03 | 282.6 | 0.94 | 0.52 |
| Hex | B5 | 11 | F8 | 1B | 5D | 0 | 3 | 11B | 5E | 34 |
| Octal | 265 | 21 | 370 | 33 | 135 | 0 | 3 | 433 | 136 | 64 |
| Binary | 10110101 | 10001 | 11111000 | 11011 | 1011101 | 0 | 11 | 100011011 | 1011110 | 110100 |
Color Harmonies of #B511F8
Complementary color
Monochromatic Colors of #B511F8
Black with #B511F8
Text Example
Text Example
White with #B511F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511F8; }
p { color: rgb(181,17,248); }
H1.HeaderClassName
{
color: #B511F8;
}
.AnyTagClassName
{
color: #B511F8;
}
</style>
background-color css
<style>
a { background-color: #B511F8; }
a { background-color: rgb(181,17,248); }
div.DivClassName
{
background-color: #B511F8;
}
.BgClassName
{
background-color: #B511F8;
}
</style>
border-color css
<style>
span { border-color: #B511F8; }
span { border-color: rgb(181,17,248); }
td.TdClassName
{
border-color: #B511F8;
}
.TagClassName
{
border-color: #B511F8;
}
</style>