Shades of Electric Purple #B613EF
Tints of Electric Purple #B613EF
RGB
CMYK
RGB Variations
Color information
#B613EF (or 0xB613EF) is known color: Electric Purple. HEX triplet: B6, 13 and EF. RGB value is (182,19,239). Sum of RGB (Red+Green+Blue) = 182+19+239=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #B613EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B613EF is #49EC10. Grayscale: #5C5C5C. Windows color (decimal): -4844561 or 15668150. OLE color: 15668150.
HSL color Cylindrical-coordinate representation of color #B613EF: hue angle of 284.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B613EF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 19 | 239 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.06 |
| HSL | 284.45º | 0.87% | 0.51% | - |
| HSV(B) | 284.45º | 0.92% | 0.94% | - |
| XYZ | 35.1 | 16.64 | 83.02 | - |
| YUV | 92.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 239 | 0.24 | 0.92 | 0 | 0.06 | 284.45 | 0.87 | 0.51 |
| Hex | B6 | 13 | EF | 18 | 5C | 0 | 6 | 11C | 57 | 33 |
| Octal | 266 | 23 | 357 | 30 | 134 | 0 | 6 | 434 | 127 | 63 |
| Binary | 10110110 | 10011 | 11101111 | 11000 | 1011100 | 0 | 110 | 100011100 | 1010111 | 110011 |
Color Harmonies of #B613EF
Complementary color
Monochromatic Colors of #B613EF
Black with #B613EF
Text Example
Text Example
White with #B613EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613EF; }
p { color: rgb(182,19,239); }
H1.HeaderClassName
{
color: #B613EF;
}
.AnyTagClassName
{
color: #B613EF;
}
</style>
background-color css
<style>
a { background-color: #B613EF; }
a { background-color: rgb(182,19,239); }
div.DivClassName
{
background-color: #B613EF;
}
.BgClassName
{
background-color: #B613EF;
}
</style>
border-color css
<style>
span { border-color: #B613EF; }
span { border-color: rgb(182,19,239); }
td.TdClassName
{
border-color: #B613EF;
}
.TagClassName
{
border-color: #B613EF;
}
</style>