Shades of Electric Purple #B601EC
Tints of Electric Purple #B601EC
RGB
CMYK
RGB Variations
Color information
#B601EC (or 0xB601EC) is known color: Electric Purple. HEX triplet: B6, 01 and EC. RGB value is (182,1,236). Sum of RGB (Red+Green+Blue) = 182+1+236=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #B601EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B601EC is #49FE13. Grayscale: #515151. Windows color (decimal): -4849172 or 15466934. OLE color: 15466934.
HSL color Cylindrical-coordinate representation of color #B601EC: hue angle of 286.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601EC is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 1 | 236 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.07 |
| HSL | 286.21º | 0.99% | 0.46% | - |
| HSV(B) | 286.21º | 1% | 0.93% | - |
| XYZ | 34.44 | 16.02 | 80.63 | - |
| YUV | 81.91 | 214.97 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 236 | 0.23 | 1.00 | 0 | 0.07 | 286.21 | 0.99 | 0.46 |
| Hex | B6 | 1 | EC | 17 | 64 | 0 | 7 | 11E | 63 | 2E |
| Octal | 266 | 1 | 354 | 27 | 144 | 0 | 7 | 436 | 143 | 56 |
| Binary | 10110110 | 1 | 11101100 | 10111 | 1100100 | 0 | 111 | 100011110 | 1100011 | 101110 |
Color Harmonies of #B601EC
Complementary color
Monochromatic Colors of #B601EC
Black with #B601EC
Text Example
Text Example
White with #B601EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601EC; }
p { color: rgb(182,1,236); }
H1.HeaderClassName
{
color: #B601EC;
}
.AnyTagClassName
{
color: #B601EC;
}
</style>
background-color css
<style>
a { background-color: #B601EC; }
a { background-color: rgb(182,1,236); }
div.DivClassName
{
background-color: #B601EC;
}
.BgClassName
{
background-color: #B601EC;
}
</style>
border-color css
<style>
span { border-color: #B601EC; }
span { border-color: rgb(182,1,236); }
td.TdClassName
{
border-color: #B601EC;
}
.TagClassName
{
border-color: #B601EC;
}
</style>