Shades of Electric Purple #B403DF
Tints of Electric Purple #B403DF
RGB
CMYK
RGB Variations
Color information
#B403DF (or 0xB403DF) is known color: Electric Purple. HEX triplet: B4, 03 and DF. RGB value is (180,3,223). Sum of RGB (Red+Green+Blue) = 180+3+223=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #B403DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403DF is #4BFC20. Grayscale: #505050. Windows color (decimal): -4979745 or 14615476. OLE color: 14615476.
HSL color Cylindrical-coordinate representation of color #B403DF: hue angle of 288.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403DF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 3 | 223 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.13 |
| HSL | 288.27º | 0.97% | 0.44% | - |
| HSV(B) | 288.27º | 0.99% | 0.87% | - |
| XYZ | 32.17 | 15.1 | 71.03 | - |
| YUV | 81 | 208.14 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 223 | 0.19 | 0.99 | 0 | 0.13 | 288.27 | 0.97 | 0.44 |
| Hex | B4 | 3 | DF | 13 | 63 | 0 | D | 120 | 61 | 2C |
| Octal | 264 | 3 | 337 | 23 | 143 | 0 | 15 | 440 | 141 | 54 |
| Binary | 10110100 | 11 | 11011111 | 10011 | 1100011 | 0 | 1101 | 100100000 | 1100001 | 101100 |
Color Harmonies of #B403DF
Complementary color
Monochromatic Colors of #B403DF
Black with #B403DF
Text Example
Text Example
White with #B403DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403DF; }
p { color: rgb(180,3,223); }
H1.HeaderClassName
{
color: #B403DF;
}
.AnyTagClassName
{
color: #B403DF;
}
</style>
background-color css
<style>
a { background-color: #B403DF; }
a { background-color: rgb(180,3,223); }
div.DivClassName
{
background-color: #B403DF;
}
.BgClassName
{
background-color: #B403DF;
}
</style>
border-color css
<style>
span { border-color: #B403DF; }
span { border-color: rgb(180,3,223); }
td.TdClassName
{
border-color: #B403DF;
}
.TagClassName
{
border-color: #B403DF;
}
</style>