Shades of Electric Purple #B505E6
Tints of Electric Purple #B505E6
RGB
CMYK
RGB Variations
Color information
#B505E6 (or 0xB505E6) is known color: Electric Purple. HEX triplet: B5, 05 and E6. RGB value is (181,5,230). Sum of RGB (Red+Green+Blue) = 181+5+230=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #B505E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505E6 is #4AFA19. Grayscale: #525252. Windows color (decimal): -4913690 or 15074741. OLE color: 15074741.
HSL color Cylindrical-coordinate representation of color #B505E6: hue angle of 286.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505E6 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 5 | 230 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.10 |
| HSL | 286.93º | 0.96% | 0.46% | - |
| HSV(B) | 286.93º | 0.98% | 0.9% | - |
| XYZ | 33.39 | 15.65 | 76.12 | - |
| YUV | 83.27 | 210.81 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 230 | 0.21 | 0.98 | 0 | 0.10 | 286.93 | 0.96 | 0.46 |
| Hex | B5 | 5 | E6 | 15 | 62 | 0 | A | 11F | 60 | 2E |
| Octal | 265 | 5 | 346 | 25 | 142 | 0 | 12 | 437 | 140 | 56 |
| Binary | 10110101 | 101 | 11100110 | 10101 | 1100010 | 0 | 1010 | 100011111 | 1100000 | 101110 |
Color Harmonies of #B505E6
Complementary color
Monochromatic Colors of #B505E6
Black with #B505E6
Text Example
Text Example
White with #B505E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505E6; }
p { color: rgb(181,5,230); }
H1.HeaderClassName
{
color: #B505E6;
}
.AnyTagClassName
{
color: #B505E6;
}
</style>
background-color css
<style>
a { background-color: #B505E6; }
a { background-color: rgb(181,5,230); }
div.DivClassName
{
background-color: #B505E6;
}
.BgClassName
{
background-color: #B505E6;
}
</style>
border-color css
<style>
span { border-color: #B505E6; }
span { border-color: rgb(181,5,230); }
td.TdClassName
{
border-color: #B505E6;
}
.TagClassName
{
border-color: #B505E6;
}
</style>