Shades of Electric Purple #B617ED
Tints of Electric Purple #B617ED
RGB
CMYK
RGB Variations
Color information
#B617ED (or 0xB617ED) is known color: Electric Purple. HEX triplet: B6, 17 and ED. RGB value is (182,23,237). Sum of RGB (Red+Green+Blue) = 182+23+237=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #B617ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B617ED is #49E812. Grayscale: #5E5E5E. Windows color (decimal): -4843539 or 15538102. OLE color: 15538102.
HSL color Cylindrical-coordinate representation of color #B617ED: hue angle of 284.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B617ED is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 23 | 237 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.07 |
| HSL | 284.58º | 0.86% | 0.51% | - |
| HSV(B) | 284.58º | 0.9% | 0.93% | - |
| XYZ | 34.88 | 16.67 | 81.5 | - |
| YUV | 94.94 | 208.18 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 23 | 237 | 0.23 | 0.90 | 0 | 0.07 | 284.58 | 0.86 | 0.51 |
| Hex | B6 | 17 | ED | 17 | 5A | 0 | 7 | 11D | 56 | 33 |
| Octal | 266 | 27 | 355 | 27 | 132 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10110110 | 10111 | 11101101 | 10111 | 1011010 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B617ED
Complementary color
Monochromatic Colors of #B617ED
Black with #B617ED
Text Example
Text Example
White with #B617ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B617ED; }
p { color: rgb(182,23,237); }
H1.HeaderClassName
{
color: #B617ED;
}
.AnyTagClassName
{
color: #B617ED;
}
</style>
background-color css
<style>
a { background-color: #B617ED; }
a { background-color: rgb(182,23,237); }
div.DivClassName
{
background-color: #B617ED;
}
.BgClassName
{
background-color: #B617ED;
}
</style>
border-color css
<style>
span { border-color: #B617ED; }
span { border-color: rgb(182,23,237); }
td.TdClassName
{
border-color: #B617ED;
}
.TagClassName
{
border-color: #B617ED;
}
</style>