Shades of Electric Purple #B405E5
Tints of Electric Purple #B405E5
RGB
CMYK
RGB Variations
Color information
#B405E5 (or 0xB405E5) is known color: Electric Purple. HEX triplet: B4, 05 and E5. RGB value is (180,5,229). Sum of RGB (Red+Green+Blue) = 180+5+229=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #B405E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405E5 is #4BFA1A. Grayscale: #525252. Windows color (decimal): -4979227 or 15009204. OLE color: 15009204.
HSL color Cylindrical-coordinate representation of color #B405E5: hue angle of 286.88º 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 #B405E5 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 5 | 229 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.10 |
| HSL | 286.88º | 0.96% | 0.46% | - |
| HSV(B) | 286.88º | 0.98% | 0.9% | - |
| XYZ | 33.02 | 15.47 | 75.37 | - |
| YUV | 82.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 229 | 0.21 | 0.98 | 0 | 0.10 | 286.88 | 0.96 | 0.46 |
| Hex | B4 | 5 | E5 | 15 | 62 | 0 | A | 11F | 60 | 2E |
| Octal | 264 | 5 | 345 | 25 | 142 | 0 | 12 | 437 | 140 | 56 |
| Binary | 10110100 | 101 | 11100101 | 10101 | 1100010 | 0 | 1010 | 100011111 | 1100000 | 101110 |
Color Harmonies of #B405E5
Complementary color
Monochromatic Colors of #B405E5
Black with #B405E5
Text Example
Text Example
White with #B405E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405E5; }
p { color: rgb(180,5,229); }
H1.HeaderClassName
{
color: #B405E5;
}
.AnyTagClassName
{
color: #B405E5;
}
</style>
background-color css
<style>
a { background-color: #B405E5; }
a { background-color: rgb(180,5,229); }
div.DivClassName
{
background-color: #B405E5;
}
.BgClassName
{
background-color: #B405E5;
}
</style>
border-color css
<style>
span { border-color: #B405E5; }
span { border-color: rgb(180,5,229); }
td.TdClassName
{
border-color: #B405E5;
}
.TagClassName
{
border-color: #B405E5;
}
</style>