Shades of Electric Purple #B616F1
Tints of Electric Purple #B616F1
RGB
CMYK
RGB Variations
Color information
#B616F1 (or 0xB616F1) is known color: Electric Purple. HEX triplet: B6, 16 and F1. RGB value is (182,22,241). Sum of RGB (Red+Green+Blue) = 182+22+241=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #B616F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616F1 is #49E90E. Grayscale: #5E5E5E. Windows color (decimal): -4843791 or 15799990. OLE color: 15799990.
HSL color Cylindrical-coordinate representation of color #B616F1: hue angle of 283.84º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B616F1 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 22 | 241 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.05 |
| HSL | 283.84º | 0.89% | 0.52% | - |
| HSV(B) | 283.84º | 0.91% | 0.95% | - |
| XYZ | 35.46 | 16.87 | 84.61 | - |
| YUV | 94.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 241 | 0.24 | 0.91 | 0 | 0.05 | 283.84 | 0.89 | 0.52 |
| Hex | B6 | 16 | F1 | 18 | 5B | 0 | 5 | 11C | 59 | 34 |
| Octal | 266 | 26 | 361 | 30 | 133 | 0 | 5 | 434 | 131 | 64 |
| Binary | 10110110 | 10110 | 11110001 | 11000 | 1011011 | 0 | 101 | 100011100 | 1011001 | 110100 |
Color Harmonies of #B616F1
Complementary color
Monochromatic Colors of #B616F1
Black with #B616F1
Text Example
Text Example
White with #B616F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616F1; }
p { color: rgb(182,22,241); }
H1.HeaderClassName
{
color: #B616F1;
}
.AnyTagClassName
{
color: #B616F1;
}
</style>
background-color css
<style>
a { background-color: #B616F1; }
a { background-color: rgb(182,22,241); }
div.DivClassName
{
background-color: #B616F1;
}
.BgClassName
{
background-color: #B616F1;
}
</style>
border-color css
<style>
span { border-color: #B616F1; }
span { border-color: rgb(182,22,241); }
td.TdClassName
{
border-color: #B616F1;
}
.TagClassName
{
border-color: #B616F1;
}
</style>