Shades of Electric Purple #B415EF
Tints of Electric Purple #B415EF
RGB
CMYK
RGB Variations
Color information
#B415EF (or 0xB415EF) is known color: Electric Purple. HEX triplet: B4, 15 and EF. RGB value is (180,21,239). Sum of RGB (Red+Green+Blue) = 180+21+239=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #B415EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B415EF is #4BEA10. Grayscale: #5C5C5C. Windows color (decimal): -4975121 or 15668660. OLE color: 15668660.
HSL color Cylindrical-coordinate representation of color #B415EF: hue angle of 283.76º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B415EF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 21 | 239 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.06 |
| HSL | 283.76º | 0.87% | 0.51% | - |
| HSV(B) | 283.76º | 0.91% | 0.94% | - |
| XYZ | 34.67 | 16.47 | 83.01 | - |
| YUV | 93.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 239 | 0.25 | 0.91 | 0 | 0.06 | 283.76 | 0.87 | 0.51 |
| Hex | B4 | 15 | EF | 19 | 5B | 0 | 6 | 11C | 57 | 33 |
| Octal | 264 | 25 | 357 | 31 | 133 | 0 | 6 | 434 | 127 | 63 |
| Binary | 10110100 | 10101 | 11101111 | 11001 | 1011011 | 0 | 110 | 100011100 | 1010111 | 110011 |
Color Harmonies of #B415EF
Complementary color
Monochromatic Colors of #B415EF
Black with #B415EF
Text Example
Text Example
White with #B415EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415EF; }
p { color: rgb(180,21,239); }
H1.HeaderClassName
{
color: #B415EF;
}
.AnyTagClassName
{
color: #B415EF;
}
</style>
background-color css
<style>
a { background-color: #B415EF; }
a { background-color: rgb(180,21,239); }
div.DivClassName
{
background-color: #B415EF;
}
.BgClassName
{
background-color: #B415EF;
}
</style>
border-color css
<style>
span { border-color: #B415EF; }
span { border-color: rgb(180,21,239); }
td.TdClassName
{
border-color: #B415EF;
}
.TagClassName
{
border-color: #B415EF;
}
</style>