Shades of Electric Purple #B618E9
Tints of Electric Purple #B618E9
RGB
CMYK
RGB Variations
Color information
#B618E9 (or 0xB618E9) is known color: Electric Purple. HEX triplet: B6, 18 and E9. RGB value is (182,24,233). Sum of RGB (Red+Green+Blue) = 182+24+233=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #B618E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B618E9 is #49E716. Grayscale: #5E5E5E. Windows color (decimal): -4843287 or 15276214. OLE color: 15276214.
HSL color Cylindrical-coordinate representation of color #B618E9: hue angle of 285.36º 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 #B618E9 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 24 | 233 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.09 |
| HSL | 285.36º | 0.83% | 0.5% | - |
| HSV(B) | 285.36º | 0.9% | 0.91% | - |
| XYZ | 34.33 | 16.48 | 78.46 | - |
| YUV | 95.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 233 | 0.22 | 0.90 | 0 | 0.09 | 285.36 | 0.83 | 0.5 |
| Hex | B6 | 18 | E9 | 16 | 5A | 0 | 9 | 11D | 53 | 32 |
| Octal | 266 | 30 | 351 | 26 | 132 | 0 | 11 | 435 | 123 | 62 |
| Binary | 10110110 | 11000 | 11101001 | 10110 | 1011010 | 0 | 1001 | 100011101 | 1010011 | 110010 |
Color Harmonies of #B618E9
Complementary color
Monochromatic Colors of #B618E9
Black with #B618E9
Text Example
Text Example
White with #B618E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618E9; }
p { color: rgb(182,24,233); }
H1.HeaderClassName
{
color: #B618E9;
}
.AnyTagClassName
{
color: #B618E9;
}
</style>
background-color css
<style>
a { background-color: #B618E9; }
a { background-color: rgb(182,24,233); }
div.DivClassName
{
background-color: #B618E9;
}
.BgClassName
{
background-color: #B618E9;
}
</style>
border-color css
<style>
span { border-color: #B618E9; }
span { border-color: rgb(182,24,233); }
td.TdClassName
{
border-color: #B618E9;
}
.TagClassName
{
border-color: #B618E9;
}
</style>