Shades of Electric Purple #B400DF
Tints of Electric Purple #B400DF
RGB
CMYK
RGB Variations
Color information
#B400DF (or 0xB400DF) is known color: Electric Purple. HEX triplet: B4, 00 and DF. RGB value is (180,0,223). Sum of RGB (Red+Green+Blue) = 180+0+223=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #B400DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400DF is #4BFF20. Grayscale: #4E4E4E. Windows color (decimal): -4980513 or 14614708. OLE color: 14614708.
HSL color Cylindrical-coordinate representation of color #B400DF: hue angle of 288.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400DF is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 0 | 223 | - |
| CMYK | 0.19 | 1 | 0 | 0.13 |
| HSL | 288.43º | 1% | 0.44% | - |
| HSV(B) | 288.43º | 1% | 0.87% | - |
| XYZ | 32.14 | 15.03 | 71.02 | - |
| YUV | 79.24 | 209.13 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 223 | 0.19 | 1 | 0 | 0.13 | 288.43 | 1 | 0.44 |
| Hex | B4 | 0 | DF | 13 | 64 | 0 | D | 120 | 64 | 2C |
| Octal | 264 | 0 | 337 | 23 | 144 | 0 | 15 | 440 | 144 | 54 |
| Binary | 10110100 | 0 | 11011111 | 10011 | 1100100 | 0 | 1101 | 100100000 | 1100100 | 101100 |
Color Harmonies of #B400DF
Complementary color
Monochromatic Colors of #B400DF
Black with #B400DF
Text Example
Text Example
White with #B400DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400DF; }
p { color: rgb(180,0,223); }
H1.HeaderClassName
{
color: #B400DF;
}
.AnyTagClassName
{
color: #B400DF;
}
</style>
background-color css
<style>
a { background-color: #B400DF; }
a { background-color: rgb(180,0,223); }
div.DivClassName
{
background-color: #B400DF;
}
.BgClassName
{
background-color: #B400DF;
}
</style>
border-color css
<style>
span { border-color: #B400DF; }
span { border-color: rgb(180,0,223); }
td.TdClassName
{
border-color: #B400DF;
}
.TagClassName
{
border-color: #B400DF;
}
</style>