Shades of Electric Purple #B608EC
Tints of Electric Purple #B608EC
RGB
CMYK
RGB Variations
Color information
#B608EC (or 0xB608EC) is known color: Electric Purple. HEX triplet: B6, 08 and EC. RGB value is (182,8,236). Sum of RGB (Red+Green+Blue) = 182+8+236=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #B608EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B608EC is #49F713. Grayscale: #555555. Windows color (decimal): -4847380 or 15468726. OLE color: 15468726.
HSL color Cylindrical-coordinate representation of color #B608EC: hue angle of 285.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B608EC is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 8 | 236 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.07 |
| HSL | 285.79º | 0.93% | 0.48% | - |
| HSV(B) | 285.79º | 0.97% | 0.93% | - |
| XYZ | 34.52 | 16.17 | 80.66 | - |
| YUV | 86.02 | 212.65 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 236 | 0.23 | 0.97 | 0 | 0.07 | 285.79 | 0.93 | 0.48 |
| Hex | B6 | 8 | EC | 17 | 61 | 0 | 7 | 11E | 5D | 30 |
| Octal | 266 | 10 | 354 | 27 | 141 | 0 | 7 | 436 | 135 | 60 |
| Binary | 10110110 | 1000 | 11101100 | 10111 | 1100001 | 0 | 111 | 100011110 | 1011101 | 110000 |
Color Harmonies of #B608EC
Complementary color
Monochromatic Colors of #B608EC
Black with #B608EC
Text Example
Text Example
White with #B608EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B608EC; }
p { color: rgb(182,8,236); }
H1.HeaderClassName
{
color: #B608EC;
}
.AnyTagClassName
{
color: #B608EC;
}
</style>
background-color css
<style>
a { background-color: #B608EC; }
a { background-color: rgb(182,8,236); }
div.DivClassName
{
background-color: #B608EC;
}
.BgClassName
{
background-color: #B608EC;
}
</style>
border-color css
<style>
span { border-color: #B608EC; }
span { border-color: rgb(182,8,236); }
td.TdClassName
{
border-color: #B608EC;
}
.TagClassName
{
border-color: #B608EC;
}
</style>