Shades of Electric Purple #B415E0
Tints of Electric Purple #B415E0
RGB
CMYK
RGB Variations
Color information
#B415E0 (or 0xB415E0) is known color: Electric Purple. HEX triplet: B4, 15 and E0. RGB value is (180,21,224). Sum of RGB (Red+Green+Blue) = 180+21+224=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #B415E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415E0 is #4BEA1F. Grayscale: #5B5B5B. Windows color (decimal): -4975136 or 14685620. OLE color: 14685620.
HSL color Cylindrical-coordinate representation of color #B415E0: hue angle of 287º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B415E0 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 21 | 224 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.12 |
| HSL | 287º | 0.83% | 0.48% | - |
| HSV(B) | 287º | 0.91% | 0.88% | - |
| XYZ | 32.55 | 15.62 | 71.82 | - |
| YUV | 91.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 224 | 0.20 | 0.91 | 0 | 0.12 | 287 | 0.83 | 0.48 |
| Hex | B4 | 15 | E0 | 14 | 5B | 0 | C | 11F | 53 | 30 |
| Octal | 264 | 25 | 340 | 24 | 133 | 0 | 14 | 437 | 123 | 60 |
| Binary | 10110100 | 10101 | 11100000 | 10100 | 1011011 | 0 | 1100 | 100011111 | 1010011 | 110000 |
Color Harmonies of #B415E0
Complementary color
Monochromatic Colors of #B415E0
Black with #B415E0
Text Example
Text Example
White with #B415E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415E0; }
p { color: rgb(180,21,224); }
H1.HeaderClassName
{
color: #B415E0;
}
.AnyTagClassName
{
color: #B415E0;
}
</style>
background-color css
<style>
a { background-color: #B415E0; }
a { background-color: rgb(180,21,224); }
div.DivClassName
{
background-color: #B415E0;
}
.BgClassName
{
background-color: #B415E0;
}
</style>
border-color css
<style>
span { border-color: #B415E0; }
span { border-color: rgb(180,21,224); }
td.TdClassName
{
border-color: #B415E0;
}
.TagClassName
{
border-color: #B415E0;
}
</style>