Shades of Electric Purple #B616F8
Tints of Electric Purple #B616F8
RGB
CMYK
RGB Variations
Color information
#B616F8 (or 0xB616F8) is known color: Electric Purple. HEX triplet: B6, 16 and F8. RGB value is (182,22,248). Sum of RGB (Red+Green+Blue) = 182+22+248=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #B616F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616F8 is #49E907. Grayscale: #5E5E5E. Windows color (decimal): -4843784 or 16258742. OLE color: 16258742.
HSL color Cylindrical-coordinate representation of color #B616F8: hue angle of 282.48º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B616F8 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 22 | 248 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.03 |
| HSL | 282.48º | 0.94% | 0.53% | - |
| HSV(B) | 282.48º | 0.91% | 0.97% | - |
| XYZ | 36.52 | 17.3 | 90.22 | - |
| YUV | 95.6 | 214.01 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 248 | 0.27 | 0.91 | 0 | 0.03 | 282.48 | 0.94 | 0.53 |
| Hex | B6 | 16 | F8 | 1B | 5B | 0 | 3 | 11A | 5E | 35 |
| Octal | 266 | 26 | 370 | 33 | 133 | 0 | 3 | 432 | 136 | 65 |
| Binary | 10110110 | 10110 | 11111000 | 11011 | 1011011 | 0 | 11 | 100011010 | 1011110 | 110101 |
Color Harmonies of #B616F8
Complementary color
Monochromatic Colors of #B616F8
Black with #B616F8
Text Example
Text Example
White with #B616F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616F8; }
p { color: rgb(182,22,248); }
H1.HeaderClassName
{
color: #B616F8;
}
.AnyTagClassName
{
color: #B616F8;
}
</style>
background-color css
<style>
a { background-color: #B616F8; }
a { background-color: rgb(182,22,248); }
div.DivClassName
{
background-color: #B616F8;
}
.BgClassName
{
background-color: #B616F8;
}
</style>
border-color css
<style>
span { border-color: #B616F8; }
span { border-color: rgb(182,22,248); }
td.TdClassName
{
border-color: #B616F8;
}
.TagClassName
{
border-color: #B616F8;
}
</style>