Shades of Electric Purple #B618F8
Tints of Electric Purple #B618F8
RGB
CMYK
RGB Variations
Color information
#B618F8 (or 0xB618F8) is known color: Electric Purple. HEX triplet: B6, 18 and F8. RGB value is (182,24,248). Sum of RGB (Red+Green+Blue) = 182+24+248=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #B618F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B618F8 is #49E707. Grayscale: #606060. Windows color (decimal): -4843272 or 16259254. OLE color: 16259254.
HSL color Cylindrical-coordinate representation of color #B618F8: hue angle of 282.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B618F8 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 24 | 248 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.03 |
| HSL | 282.32º | 0.94% | 0.53% | - |
| HSV(B) | 282.32º | 0.9% | 0.97% | - |
| XYZ | 36.56 | 17.38 | 90.23 | - |
| YUV | 96.78 | 213.35 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 248 | 0.27 | 0.90 | 0 | 0.03 | 282.32 | 0.94 | 0.53 |
| Hex | B6 | 18 | F8 | 1B | 5A | 0 | 3 | 11A | 5E | 35 |
| Octal | 266 | 30 | 370 | 33 | 132 | 0 | 3 | 432 | 136 | 65 |
| Binary | 10110110 | 11000 | 11111000 | 11011 | 1011010 | 0 | 11 | 100011010 | 1011110 | 110101 |
Color Harmonies of #B618F8
Complementary color
Monochromatic Colors of #B618F8
Black with #B618F8
Text Example
Text Example
White with #B618F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618F8; }
p { color: rgb(182,24,248); }
H1.HeaderClassName
{
color: #B618F8;
}
.AnyTagClassName
{
color: #B618F8;
}
</style>
background-color css
<style>
a { background-color: #B618F8; }
a { background-color: rgb(182,24,248); }
div.DivClassName
{
background-color: #B618F8;
}
.BgClassName
{
background-color: #B618F8;
}
</style>
border-color css
<style>
span { border-color: #B618F8; }
span { border-color: rgb(182,24,248); }
td.TdClassName
{
border-color: #B618F8;
}
.TagClassName
{
border-color: #B618F8;
}
</style>