Shades of Electric Purple #B61EEC
Tints of Electric Purple #B61EEC
RGB
CMYK
RGB Variations
Color information
#B61EEC (or 0xB61EEC) is known color: Electric Purple. HEX triplet: B6, 1E and EC. RGB value is (182,30,236). Sum of RGB (Red+Green+Blue) = 182+30+236=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #B61EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61EEC is #49E113. Grayscale: #626262. Windows color (decimal): -4841748 or 15474358. OLE color: 15474358.
HSL color Cylindrical-coordinate representation of color #B61EEC: hue angle of 284.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61EEC is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 30 | 236 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.07 |
| HSL | 284.27º | 0.84% | 0.52% | - |
| HSV(B) | 284.27º | 0.87% | 0.93% | - |
| XYZ | 34.9 | 16.93 | 80.79 | - |
| YUV | 98.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 236 | 0.23 | 0.87 | 0 | 0.07 | 284.27 | 0.84 | 0.52 |
| Hex | B6 | 1E | EC | 17 | 57 | 0 | 7 | 11C | 54 | 34 |
| Octal | 266 | 36 | 354 | 27 | 127 | 0 | 7 | 434 | 124 | 64 |
| Binary | 10110110 | 11110 | 11101100 | 10111 | 1010111 | 0 | 111 | 100011100 | 1010100 | 110100 |
Color Harmonies of #B61EEC
Complementary color
Monochromatic Colors of #B61EEC
Black with #B61EEC
Text Example
Text Example
White with #B61EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61EEC; }
p { color: rgb(182,30,236); }
H1.HeaderClassName
{
color: #B61EEC;
}
.AnyTagClassName
{
color: #B61EEC;
}
</style>
background-color css
<style>
a { background-color: #B61EEC; }
a { background-color: rgb(182,30,236); }
div.DivClassName
{
background-color: #B61EEC;
}
.BgClassName
{
background-color: #B61EEC;
}
</style>
border-color css
<style>
span { border-color: #B61EEC; }
span { border-color: rgb(182,30,236); }
td.TdClassName
{
border-color: #B61EEC;
}
.TagClassName
{
border-color: #B61EEC;
}
</style>