Shades of Electric Purple #B115ED
Tints of Electric Purple #B115ED
RGB
CMYK
RGB Variations
Color information
#B115ED (or 0xB115ED) is known color: Electric Purple. HEX triplet: B1, 15 and ED. RGB value is (177,21,237). Sum of RGB (Red+Green+Blue) = 177+21+237=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #B115ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115ED is #4EEA12. Grayscale: #5B5B5B. Windows color (decimal): -5171731 or 15537585. OLE color: 15537585.
HSL color Cylindrical-coordinate representation of color #B115ED: hue angle of 283.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B115ED is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 21 | 237 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.07 |
| HSL | 283.33º | 0.86% | 0.51% | - |
| HSV(B) | 283.33º | 0.91% | 0.93% | - |
| XYZ | 33.69 | 16 | 81.43 | - |
| YUV | 92.27 | 209.68 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 237 | 0.25 | 0.91 | 0 | 0.07 | 283.33 | 0.86 | 0.51 |
| Hex | B1 | 15 | ED | 19 | 5B | 0 | 7 | 11B | 56 | 33 |
| Octal | 261 | 25 | 355 | 31 | 133 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110001 | 10101 | 11101101 | 11001 | 1011011 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B115ED
Complementary color
Monochromatic Colors of #B115ED
Black with #B115ED
Text Example
Text Example
White with #B115ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115ED; }
p { color: rgb(177,21,237); }
H1.HeaderClassName
{
color: #B115ED;
}
.AnyTagClassName
{
color: #B115ED;
}
</style>
background-color css
<style>
a { background-color: #B115ED; }
a { background-color: rgb(177,21,237); }
div.DivClassName
{
background-color: #B115ED;
}
.BgClassName
{
background-color: #B115ED;
}
</style>
border-color css
<style>
span { border-color: #B115ED; }
span { border-color: rgb(177,21,237); }
td.TdClassName
{
border-color: #B115ED;
}
.TagClassName
{
border-color: #B115ED;
}
</style>