Shades of Electric Purple #B407E5
Tints of Electric Purple #B407E5
RGB
CMYK
RGB Variations
Color information
#B407E5 (or 0xB407E5) is known color: Electric Purple. HEX triplet: B4, 07 and E5. RGB value is (180,7,229). Sum of RGB (Red+Green+Blue) = 180+7+229=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #B407E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407E5 is #4BF81A. Grayscale: #535353. Windows color (decimal): -4978715 or 15009716. OLE color: 15009716.
HSL color Cylindrical-coordinate representation of color #B407E5: hue angle of 286.76º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407E5 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 7 | 229 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.10 |
| HSL | 286.76º | 0.94% | 0.46% | - |
| HSV(B) | 286.76º | 0.97% | 0.9% | - |
| XYZ | 33.04 | 15.51 | 75.38 | - |
| YUV | 84.04 | 209.81 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 229 | 0.21 | 0.97 | 0 | 0.10 | 286.76 | 0.94 | 0.46 |
| Hex | B4 | 7 | E5 | 15 | 61 | 0 | A | 11F | 5E | 2E |
| Octal | 264 | 7 | 345 | 25 | 141 | 0 | 12 | 437 | 136 | 56 |
| Binary | 10110100 | 111 | 11100101 | 10101 | 1100001 | 0 | 1010 | 100011111 | 1011110 | 101110 |
Color Harmonies of #B407E5
Complementary color
Monochromatic Colors of #B407E5
Black with #B407E5
Text Example
Text Example
White with #B407E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407E5; }
p { color: rgb(180,7,229); }
H1.HeaderClassName
{
color: #B407E5;
}
.AnyTagClassName
{
color: #B407E5;
}
</style>
background-color css
<style>
a { background-color: #B407E5; }
a { background-color: rgb(180,7,229); }
div.DivClassName
{
background-color: #B407E5;
}
.BgClassName
{
background-color: #B407E5;
}
</style>
border-color css
<style>
span { border-color: #B407E5; }
span { border-color: rgb(180,7,229); }
td.TdClassName
{
border-color: #B407E5;
}
.TagClassName
{
border-color: #B407E5;
}
</style>