Shades of Electric Purple #B406DF
Tints of Electric Purple #B406DF
RGB
CMYK
RGB Variations
Color information
#B406DF (or 0xB406DF) is known color: Electric Purple. HEX triplet: B4, 06 and DF. RGB value is (180,6,223). Sum of RGB (Red+Green+Blue) = 180+6+223=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B406DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406DF is #4BF920. Grayscale: #525252. Windows color (decimal): -4978977 or 14616244. OLE color: 14616244.
HSL color Cylindrical-coordinate representation of color #B406DF: hue angle of 288.11º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406DF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 6 | 223 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.13 |
| HSL | 288.11º | 0.95% | 0.45% | - |
| HSV(B) | 288.11º | 0.97% | 0.87% | - |
| XYZ | 32.21 | 15.16 | 71.04 | - |
| YUV | 82.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 223 | 0.19 | 0.97 | 0 | 0.13 | 288.11 | 0.95 | 0.45 |
| Hex | B4 | 6 | DF | 13 | 61 | 0 | D | 120 | 5F | 2D |
| Octal | 264 | 6 | 337 | 23 | 141 | 0 | 15 | 440 | 137 | 55 |
| Binary | 10110100 | 110 | 11011111 | 10011 | 1100001 | 0 | 1101 | 100100000 | 1011111 | 101101 |
Color Harmonies of #B406DF
Complementary color
Monochromatic Colors of #B406DF
Black with #B406DF
Text Example
Text Example
White with #B406DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406DF; }
p { color: rgb(180,6,223); }
H1.HeaderClassName
{
color: #B406DF;
}
.AnyTagClassName
{
color: #B406DF;
}
</style>
background-color css
<style>
a { background-color: #B406DF; }
a { background-color: rgb(180,6,223); }
div.DivClassName
{
background-color: #B406DF;
}
.BgClassName
{
background-color: #B406DF;
}
</style>
border-color css
<style>
span { border-color: #B406DF; }
span { border-color: rgb(180,6,223); }
td.TdClassName
{
border-color: #B406DF;
}
.TagClassName
{
border-color: #B406DF;
}
</style>