Shades of Electric Purple #B413DF
Tints of Electric Purple #B413DF
RGB
CMYK
RGB Variations
Color information
#B413DF (or 0xB413DF) is known color: Electric Purple. HEX triplet: B4, 13 and DF. RGB value is (180,19,223). Sum of RGB (Red+Green+Blue) = 180+19+223=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B413DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413DF is #4BEC20. Grayscale: #595959. Windows color (decimal): -4975649 or 14619572. OLE color: 14619572.
HSL color Cylindrical-coordinate representation of color #B413DF: hue angle of 287.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B413DF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 19 | 223 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.13 |
| HSL | 287.35º | 0.84% | 0.47% | - |
| HSV(B) | 287.35º | 0.91% | 0.87% | - |
| XYZ | 32.37 | 15.5 | 71.1 | - |
| YUV | 90.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 223 | 0.19 | 0.91 | 0 | 0.13 | 287.35 | 0.84 | 0.47 |
| Hex | B4 | 13 | DF | 13 | 5B | 0 | D | 11F | 54 | 2F |
| Octal | 264 | 23 | 337 | 23 | 133 | 0 | 15 | 437 | 124 | 57 |
| Binary | 10110100 | 10011 | 11011111 | 10011 | 1011011 | 0 | 1101 | 100011111 | 1010100 | 101111 |
Color Harmonies of #B413DF
Complementary color
Monochromatic Colors of #B413DF
Black with #B413DF
Text Example
Text Example
White with #B413DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413DF; }
p { color: rgb(180,19,223); }
H1.HeaderClassName
{
color: #B413DF;
}
.AnyTagClassName
{
color: #B413DF;
}
</style>
background-color css
<style>
a { background-color: #B413DF; }
a { background-color: rgb(180,19,223); }
div.DivClassName
{
background-color: #B413DF;
}
.BgClassName
{
background-color: #B413DF;
}
</style>
border-color css
<style>
span { border-color: #B413DF; }
span { border-color: rgb(180,19,223); }
td.TdClassName
{
border-color: #B413DF;
}
.TagClassName
{
border-color: #B413DF;
}
</style>