Shades of Electric Purple #B618F3
Tints of Electric Purple #B618F3
RGB
CMYK
RGB Variations
Color information
#B618F3 (or 0xB618F3) is known color: Electric Purple. HEX triplet: B6, 18 and F3. RGB value is (182,24,243). Sum of RGB (Red+Green+Blue) = 182+24+243=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #B618F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B618F3 is #49E70C. Grayscale: #5F5F5F. Windows color (decimal): -4843277 or 15931574. OLE color: 15931574.
HSL color Cylindrical-coordinate representation of color #B618F3: hue angle of 283.29º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B618F3 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 24 | 243 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.05 |
| HSL | 283.29º | 0.9% | 0.52% | - |
| HSV(B) | 283.29º | 0.9% | 0.95% | - |
| XYZ | 35.8 | 17.07 | 86.2 | - |
| YUV | 96.21 | 210.85 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 243 | 0.25 | 0.90 | 0 | 0.05 | 283.29 | 0.9 | 0.52 |
| Hex | B6 | 18 | F3 | 19 | 5A | 0 | 5 | 11B | 5A | 34 |
| Octal | 266 | 30 | 363 | 31 | 132 | 0 | 5 | 433 | 132 | 64 |
| Binary | 10110110 | 11000 | 11110011 | 11001 | 1011010 | 0 | 101 | 100011011 | 1011010 | 110100 |
Color Harmonies of #B618F3
Complementary color
Monochromatic Colors of #B618F3
Black with #B618F3
Text Example
Text Example
White with #B618F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618F3; }
p { color: rgb(182,24,243); }
H1.HeaderClassName
{
color: #B618F3;
}
.AnyTagClassName
{
color: #B618F3;
}
</style>
background-color css
<style>
a { background-color: #B618F3; }
a { background-color: rgb(182,24,243); }
div.DivClassName
{
background-color: #B618F3;
}
.BgClassName
{
background-color: #B618F3;
}
</style>
border-color css
<style>
span { border-color: #B618F3; }
span { border-color: rgb(182,24,243); }
td.TdClassName
{
border-color: #B618F3;
}
.TagClassName
{
border-color: #B618F3;
}
</style>