Shades of Electric Purple #B505EC
Tints of Electric Purple #B505EC
RGB
CMYK
RGB Variations
Color information
#B505EC (or 0xB505EC) is known color: Electric Purple. HEX triplet: B5, 05 and EC. RGB value is (181,5,236). Sum of RGB (Red+Green+Blue) = 181+5+236=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #B505EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505EC is #4AFA13. Grayscale: #535353. Windows color (decimal): -4913684 or 15467957. OLE color: 15467957.
HSL color Cylindrical-coordinate representation of color #B505EC: hue angle of 285.71º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505EC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 5 | 236 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.07 |
| HSL | 285.71º | 0.96% | 0.47% | - |
| HSV(B) | 285.71º | 0.98% | 0.93% | - |
| XYZ | 34.25 | 15.99 | 80.64 | - |
| YUV | 83.96 | 213.81 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 236 | 0.23 | 0.98 | 0 | 0.07 | 285.71 | 0.96 | 0.47 |
| Hex | B5 | 5 | EC | 17 | 62 | 0 | 7 | 11E | 60 | 2F |
| Octal | 265 | 5 | 354 | 27 | 142 | 0 | 7 | 436 | 140 | 57 |
| Binary | 10110101 | 101 | 11101100 | 10111 | 1100010 | 0 | 111 | 100011110 | 1100000 | 101111 |
Color Harmonies of #B505EC
Complementary color
Monochromatic Colors of #B505EC
Black with #B505EC
Text Example
Text Example
White with #B505EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505EC; }
p { color: rgb(181,5,236); }
H1.HeaderClassName
{
color: #B505EC;
}
.AnyTagClassName
{
color: #B505EC;
}
</style>
background-color css
<style>
a { background-color: #B505EC; }
a { background-color: rgb(181,5,236); }
div.DivClassName
{
background-color: #B505EC;
}
.BgClassName
{
background-color: #B505EC;
}
</style>
border-color css
<style>
span { border-color: #B505EC; }
span { border-color: rgb(181,5,236); }
td.TdClassName
{
border-color: #B505EC;
}
.TagClassName
{
border-color: #B505EC;
}
</style>