Shades of Electric Purple #B613EE
Tints of Electric Purple #B613EE
RGB
CMYK
RGB Variations
Color information
#B613EE (or 0xB613EE) is known color: Electric Purple. HEX triplet: B6, 13 and EE. RGB value is (182,19,238). Sum of RGB (Red+Green+Blue) = 182+19+238=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #B613EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B613EE is #49EC11. Grayscale: #5B5B5B. Windows color (decimal): -4844562 or 15602614. OLE color: 15602614.
HSL color Cylindrical-coordinate representation of color #B613EE: hue angle of 284.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B613EE is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 19 | 238 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.07 |
| HSL | 284.66º | 0.87% | 0.5% | - |
| HSV(B) | 284.66º | 0.92% | 0.93% | - |
| XYZ | 34.96 | 16.58 | 82.25 | - |
| YUV | 92.7 | 210 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 238 | 0.24 | 0.92 | 0 | 0.07 | 284.66 | 0.87 | 0.5 |
| Hex | B6 | 13 | EE | 18 | 5C | 0 | 7 | 11D | 57 | 32 |
| Octal | 266 | 23 | 356 | 30 | 134 | 0 | 7 | 435 | 127 | 62 |
| Binary | 10110110 | 10011 | 11101110 | 11000 | 1011100 | 0 | 111 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B613EE
Complementary color
Monochromatic Colors of #B613EE
Black with #B613EE
Text Example
Text Example
White with #B613EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613EE; }
p { color: rgb(182,19,238); }
H1.HeaderClassName
{
color: #B613EE;
}
.AnyTagClassName
{
color: #B613EE;
}
</style>
background-color css
<style>
a { background-color: #B613EE; }
a { background-color: rgb(182,19,238); }
div.DivClassName
{
background-color: #B613EE;
}
.BgClassName
{
background-color: #B613EE;
}
</style>
border-color css
<style>
span { border-color: #B613EE; }
span { border-color: rgb(182,19,238); }
td.TdClassName
{
border-color: #B613EE;
}
.TagClassName
{
border-color: #B613EE;
}
</style>