Shades of Electric Purple #B413FD
Tints of Electric Purple #B413FD
RGB
CMYK
RGB Variations
Color information
#B413FD (or 0xB413FD) is known color: Electric Purple. HEX triplet: B4, 13 and FD. RGB value is (180,19,253). Sum of RGB (Red+Green+Blue) = 180+19+253=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #B413FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413FD is #4BEC02. Grayscale: #5D5D5D. Windows color (decimal): -4975619 or 16585652. OLE color: 16585652.
HSL color Cylindrical-coordinate representation of color #B413FD: hue angle of 281.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B413FD is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 19 | 253 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.01 |
| HSL | 281.28º | 0.98% | 0.53% | - |
| HSV(B) | 281.28º | 0.92% | 0.99% | - |
| XYZ | 36.78 | 17.26 | 94.32 | - |
| YUV | 93.82 | 217.84 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 253 | 0.29 | 0.92 | 0 | 0.01 | 281.28 | 0.98 | 0.53 |
| Hex | B4 | 13 | FD | 1D | 5C | 0 | 1 | 119 | 62 | 35 |
| Octal | 264 | 23 | 375 | 35 | 134 | 0 | 1 | 431 | 142 | 65 |
| Binary | 10110100 | 10011 | 11111101 | 11101 | 1011100 | 0 | 1 | 100011001 | 1100010 | 110101 |
Color Harmonies of #B413FD
Complementary color
Monochromatic Colors of #B413FD
Black with #B413FD
Text Example
Text Example
White with #B413FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413FD; }
p { color: rgb(180,19,253); }
H1.HeaderClassName
{
color: #B413FD;
}
.AnyTagClassName
{
color: #B413FD;
}
</style>
background-color css
<style>
a { background-color: #B413FD; }
a { background-color: rgb(180,19,253); }
div.DivClassName
{
background-color: #B413FD;
}
.BgClassName
{
background-color: #B413FD;
}
</style>
border-color css
<style>
span { border-color: #B413FD; }
span { border-color: rgb(180,19,253); }
td.TdClassName
{
border-color: #B413FD;
}
.TagClassName
{
border-color: #B413FD;
}
</style>