Shades of Electric Purple #B408DF
Tints of Electric Purple #B408DF
RGB
CMYK
RGB Variations
Color information
#B408DF (or 0xB408DF) is known color: Electric Purple. HEX triplet: B4, 08 and DF. RGB value is (180,8,223). Sum of RGB (Red+Green+Blue) = 180+8+223=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #B408DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408DF is #4BF720. Grayscale: #535353. Windows color (decimal): -4978465 or 14616756. OLE color: 14616756.
HSL color Cylindrical-coordinate representation of color #B408DF: hue angle of 288º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B408DF is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 8 | 223 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.13 |
| HSL | 288º | 0.93% | 0.45% | - |
| HSV(B) | 288º | 0.96% | 0.87% | - |
| XYZ | 32.23 | 15.2 | 71.05 | - |
| YUV | 83.94 | 206.48 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 223 | 0.19 | 0.96 | 0 | 0.13 | 288 | 0.93 | 0.45 |
| Hex | B4 | 8 | DF | 13 | 60 | 0 | D | 120 | 5D | 2D |
| Octal | 264 | 10 | 337 | 23 | 140 | 0 | 15 | 440 | 135 | 55 |
| Binary | 10110100 | 1000 | 11011111 | 10011 | 1100000 | 0 | 1101 | 100100000 | 1011101 | 101101 |
Color Harmonies of #B408DF
Complementary color
Monochromatic Colors of #B408DF
Black with #B408DF
Text Example
Text Example
White with #B408DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408DF; }
p { color: rgb(180,8,223); }
H1.HeaderClassName
{
color: #B408DF;
}
.AnyTagClassName
{
color: #B408DF;
}
</style>
background-color css
<style>
a { background-color: #B408DF; }
a { background-color: rgb(180,8,223); }
div.DivClassName
{
background-color: #B408DF;
}
.BgClassName
{
background-color: #B408DF;
}
</style>
border-color css
<style>
span { border-color: #B408DF; }
span { border-color: rgb(180,8,223); }
td.TdClassName
{
border-color: #B408DF;
}
.TagClassName
{
border-color: #B408DF;
}
</style>