Shades of Electric Purple #B613F5
Tints of Electric Purple #B613F5
RGB
CMYK
RGB Variations
Color information
#B613F5 (or 0xB613F5) is known color: Electric Purple. HEX triplet: B6, 13 and F5. RGB value is (182,19,245). Sum of RGB (Red+Green+Blue) = 182+19+245=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 245 (96.09% from 255 or 54.93% from 446); Max value from RGB is 245 - color contains mainly: blue. Hex color #B613F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B613F5 is #49EC0A. Grayscale: #5C5C5C. Windows color (decimal): -4844555 or 16061366. OLE color: 16061366.
HSL color Cylindrical-coordinate representation of color #B613F5: hue angle of 283.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B613F5 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 19 | 245 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.04 |
| HSL | 283.27º | 0.92% | 0.52% | - |
| HSV(B) | 283.27º | 0.92% | 0.96% | - |
| XYZ | 36.01 | 17 | 87.77 | - |
| YUV | 93.5 | 213.5 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 245 | 0.26 | 0.92 | 0 | 0.04 | 283.27 | 0.92 | 0.52 |
| Hex | B6 | 13 | F5 | 1A | 5C | 0 | 4 | 11B | 5C | 34 |
| Octal | 266 | 23 | 365 | 32 | 134 | 0 | 4 | 433 | 134 | 64 |
| Binary | 10110110 | 10011 | 11110101 | 11010 | 1011100 | 0 | 100 | 100011011 | 1011100 | 110100 |
Color Harmonies of #B613F5
Complementary color
Monochromatic Colors of #B613F5
Black with #B613F5
Text Example
Text Example
White with #B613F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613F5; }
p { color: rgb(182,19,245); }
H1.HeaderClassName
{
color: #B613F5;
}
.AnyTagClassName
{
color: #B613F5;
}
</style>
background-color css
<style>
a { background-color: #B613F5; }
a { background-color: rgb(182,19,245); }
div.DivClassName
{
background-color: #B613F5;
}
.BgClassName
{
background-color: #B613F5;
}
</style>
border-color css
<style>
span { border-color: #B613F5; }
span { border-color: rgb(182,19,245); }
td.TdClassName
{
border-color: #B613F5;
}
.TagClassName
{
border-color: #B613F5;
}
</style>