Shades of Electric Purple #B616E7
Tints of Electric Purple #B616E7
RGB
CMYK
RGB Variations
Color information
#B616E7 (or 0xB616E7) is known color: Electric Purple. HEX triplet: B6, 16 and E7. RGB value is (182,22,231). Sum of RGB (Red+Green+Blue) = 182+22+231=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #B616E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616E7 is #49E918. Grayscale: #5C5C5C. Windows color (decimal): -4843801 or 15144630. OLE color: 15144630.
HSL color Cylindrical-coordinate representation of color #B616E7: hue angle of 285.93º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B616E7 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 22 | 231 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.09 |
| HSL | 285.93º | 0.83% | 0.5% | - |
| HSV(B) | 285.93º | 0.9% | 0.91% | - |
| XYZ | 34 | 16.29 | 76.95 | - |
| YUV | 93.67 | 205.51 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 231 | 0.21 | 0.90 | 0 | 0.09 | 285.93 | 0.83 | 0.5 |
| Hex | B6 | 16 | E7 | 15 | 5A | 0 | 9 | 11E | 53 | 32 |
| Octal | 266 | 26 | 347 | 25 | 132 | 0 | 11 | 436 | 123 | 62 |
| Binary | 10110110 | 10110 | 11100111 | 10101 | 1011010 | 0 | 1001 | 100011110 | 1010011 | 110010 |
Color Harmonies of #B616E7
Complementary color
Monochromatic Colors of #B616E7
Black with #B616E7
Text Example
Text Example
White with #B616E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616E7; }
p { color: rgb(182,22,231); }
H1.HeaderClassName
{
color: #B616E7;
}
.AnyTagClassName
{
color: #B616E7;
}
</style>
background-color css
<style>
a { background-color: #B616E7; }
a { background-color: rgb(182,22,231); }
div.DivClassName
{
background-color: #B616E7;
}
.BgClassName
{
background-color: #B616E7;
}
</style>
border-color css
<style>
span { border-color: #B616E7; }
span { border-color: rgb(182,22,231); }
td.TdClassName
{
border-color: #B616E7;
}
.TagClassName
{
border-color: #B616E7;
}
</style>