Shades of Electric Purple #B408E7
Tints of Electric Purple #B408E7
RGB
CMYK
RGB Variations
Color information
#B408E7 (or 0xB408E7) is known color: Electric Purple. HEX triplet: B4, 08 and E7. RGB value is (180,8,231). Sum of RGB (Red+Green+Blue) = 180+8+231=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #B408E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B408E7 is #4BF718. Grayscale: #545454. Windows color (decimal): -4978457 or 15141044. OLE color: 15141044.
HSL color Cylindrical-coordinate representation of color #B408E7: hue angle of 286.28º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B408E7 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 8 | 231 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.09 |
| HSL | 286.28º | 0.93% | 0.47% | - |
| HSV(B) | 286.28º | 0.97% | 0.91% | - |
| XYZ | 33.33 | 15.65 | 76.86 | - |
| YUV | 84.85 | 210.48 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 231 | 0.22 | 0.97 | 0 | 0.09 | 286.28 | 0.93 | 0.47 |
| Hex | B4 | 8 | E7 | 16 | 61 | 0 | 9 | 11E | 5D | 2F |
| Octal | 264 | 10 | 347 | 26 | 141 | 0 | 11 | 436 | 135 | 57 |
| Binary | 10110100 | 1000 | 11100111 | 10110 | 1100001 | 0 | 1001 | 100011110 | 1011101 | 101111 |
Color Harmonies of #B408E7
Complementary color
Monochromatic Colors of #B408E7
Black with #B408E7
Text Example
Text Example
White with #B408E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408E7; }
p { color: rgb(180,8,231); }
H1.HeaderClassName
{
color: #B408E7;
}
.AnyTagClassName
{
color: #B408E7;
}
</style>
background-color css
<style>
a { background-color: #B408E7; }
a { background-color: rgb(180,8,231); }
div.DivClassName
{
background-color: #B408E7;
}
.BgClassName
{
background-color: #B408E7;
}
</style>
border-color css
<style>
span { border-color: #B408E7; }
span { border-color: rgb(180,8,231); }
td.TdClassName
{
border-color: #B408E7;
}
.TagClassName
{
border-color: #B408E7;
}
</style>