Shades of Electric Purple #B613EA
Tints of Electric Purple #B613EA
RGB
CMYK
RGB Variations
Color information
#B613EA (or 0xB613EA) is known color: Electric Purple. HEX triplet: B6, 13 and EA. RGB value is (182,19,234). Sum of RGB (Red+Green+Blue) = 182+19+234=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #B613EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B613EA is #49EC15. Grayscale: #5B5B5B. Windows color (decimal): -4844566 or 15340470. OLE color: 15340470.
HSL color Cylindrical-coordinate representation of color #B613EA: hue angle of 285.49º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B613EA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 19 | 234 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.08 |
| HSL | 285.49º | 0.85% | 0.5% | - |
| HSV(B) | 285.49º | 0.92% | 0.92% | - |
| XYZ | 34.38 | 16.35 | 79.19 | - |
| YUV | 92.25 | 208 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 234 | 0.22 | 0.92 | 0 | 0.08 | 285.49 | 0.85 | 0.5 |
| Hex | B6 | 13 | EA | 16 | 5C | 0 | 8 | 11D | 55 | 32 |
| Octal | 266 | 23 | 352 | 26 | 134 | 0 | 10 | 435 | 125 | 62 |
| Binary | 10110110 | 10011 | 11101010 | 10110 | 1011100 | 0 | 1000 | 100011101 | 1010101 | 110010 |
Color Harmonies of #B613EA
Complementary color
Monochromatic Colors of #B613EA
Black with #B613EA
Text Example
Text Example
White with #B613EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613EA; }
p { color: rgb(182,19,234); }
H1.HeaderClassName
{
color: #B613EA;
}
.AnyTagClassName
{
color: #B613EA;
}
</style>
background-color css
<style>
a { background-color: #B613EA; }
a { background-color: rgb(182,19,234); }
div.DivClassName
{
background-color: #B613EA;
}
.BgClassName
{
background-color: #B613EA;
}
</style>
border-color css
<style>
span { border-color: #B613EA; }
span { border-color: rgb(182,19,234); }
td.TdClassName
{
border-color: #B613EA;
}
.TagClassName
{
border-color: #B613EA;
}
</style>