Shades of Electric Purple #B615ED
Tints of Electric Purple #B615ED
RGB
CMYK
RGB Variations
Color information
#B615ED (or 0xB615ED) is known color: Electric Purple. HEX triplet: B6, 15 and ED. RGB value is (182,21,237). Sum of RGB (Red+Green+Blue) = 182+21+237=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #B615ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B615ED is #49EA12. Grayscale: #5D5D5D. Windows color (decimal): -4844051 or 15537590. OLE color: 15537590.
HSL color Cylindrical-coordinate representation of color #B615ED: hue angle of 284.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B615ED is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 21 | 237 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.07 |
| HSL | 284.72º | 0.86% | 0.51% | - |
| HSV(B) | 284.72º | 0.91% | 0.93% | - |
| XYZ | 34.85 | 16.6 | 81.49 | - |
| YUV | 93.76 | 208.84 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 237 | 0.23 | 0.91 | 0 | 0.07 | 284.72 | 0.86 | 0.51 |
| Hex | B6 | 15 | ED | 17 | 5B | 0 | 7 | 11D | 56 | 33 |
| Octal | 266 | 25 | 355 | 27 | 133 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10110110 | 10101 | 11101101 | 10111 | 1011011 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B615ED
Complementary color
Monochromatic Colors of #B615ED
Black with #B615ED
Text Example
Text Example
White with #B615ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615ED; }
p { color: rgb(182,21,237); }
H1.HeaderClassName
{
color: #B615ED;
}
.AnyTagClassName
{
color: #B615ED;
}
</style>
background-color css
<style>
a { background-color: #B615ED; }
a { background-color: rgb(182,21,237); }
div.DivClassName
{
background-color: #B615ED;
}
.BgClassName
{
background-color: #B615ED;
}
</style>
border-color css
<style>
span { border-color: #B615ED; }
span { border-color: rgb(182,21,237); }
td.TdClassName
{
border-color: #B615ED;
}
.TagClassName
{
border-color: #B615ED;
}
</style>