Shades of Electric Purple #B505ED
Tints of Electric Purple #B505ED
RGB
CMYK
RGB Variations
Color information
#B505ED (or 0xB505ED) is known color: Electric Purple. HEX triplet: B5, 05 and ED. RGB value is (181,5,237). Sum of RGB (Red+Green+Blue) = 181+5+237=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #B505ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505ED is #4AFA12. Grayscale: #535353. Windows color (decimal): -4913683 or 15533493. OLE color: 15533493.
HSL color Cylindrical-coordinate representation of color #B505ED: hue angle of 285.52º 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 #B505ED is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 5 | 237 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.07 |
| HSL | 285.52º | 0.96% | 0.47% | - |
| HSV(B) | 285.52º | 0.98% | 0.93% | - |
| XYZ | 34.4 | 16.05 | 81.41 | - |
| YUV | 84.07 | 214.31 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 237 | 0.24 | 0.98 | 0 | 0.07 | 285.52 | 0.96 | 0.47 |
| Hex | B5 | 5 | ED | 18 | 62 | 0 | 7 | 11E | 60 | 2F |
| Octal | 265 | 5 | 355 | 30 | 142 | 0 | 7 | 436 | 140 | 57 |
| Binary | 10110101 | 101 | 11101101 | 11000 | 1100010 | 0 | 111 | 100011110 | 1100000 | 101111 |
Color Harmonies of #B505ED
Complementary color
Monochromatic Colors of #B505ED
Black with #B505ED
Text Example
Text Example
White with #B505ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505ED; }
p { color: rgb(181,5,237); }
H1.HeaderClassName
{
color: #B505ED;
}
.AnyTagClassName
{
color: #B505ED;
}
</style>
background-color css
<style>
a { background-color: #B505ED; }
a { background-color: rgb(181,5,237); }
div.DivClassName
{
background-color: #B505ED;
}
.BgClassName
{
background-color: #B505ED;
}
</style>
border-color css
<style>
span { border-color: #B505ED; }
span { border-color: rgb(181,5,237); }
td.TdClassName
{
border-color: #B505ED;
}
.TagClassName
{
border-color: #B505ED;
}
</style>