Shades of Electric Purple #B618FF
Tints of Electric Purple #B618FF
RGB
CMYK
RGB Variations
Color information
#B618FF (or 0xB618FF) is known color: Electric Purple. HEX triplet: B6, 18 and FF. RGB value is (182,24,255). Sum of RGB (Red+Green+Blue) = 182+24+255=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B618FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B618FF is #49E700. Grayscale: #606060. Windows color (decimal): -4843265 or 16718006. OLE color: 16718006.
HSL color Cylindrical-coordinate representation of color #B618FF: hue angle of 281.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B618FF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 24 | 255 | - |
| CMYK | 0.29 | 0.91 | 0 | 0 |
| HSL | 281.04º | 1% | 0.55% | - |
| HSV(B) | 281.04º | 0.91% | 1% | - |
| XYZ | 37.67 | 17.82 | 96.06 | - |
| YUV | 97.58 | 216.85 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 255 | 0.29 | 0.91 | 0 | 0 | 281.04 | 1 | 0.55 |
| Hex | B6 | 18 | FF | 1D | 5B | 0 | 0 | 119 | 64 | 37 |
| Octal | 266 | 30 | 377 | 35 | 133 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10110110 | 11000 | 11111111 | 11101 | 1011011 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B618FF
Complementary color
Monochromatic Colors of #B618FF
Black with #B618FF
Text Example
Text Example
White with #B618FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618FF; }
p { color: rgb(182,24,255); }
H1.HeaderClassName
{
color: #B618FF;
}
.AnyTagClassName
{
color: #B618FF;
}
</style>
background-color css
<style>
a { background-color: #B618FF; }
a { background-color: rgb(182,24,255); }
div.DivClassName
{
background-color: #B618FF;
}
.BgClassName
{
background-color: #B618FF;
}
</style>
border-color css
<style>
span { border-color: #B618FF; }
span { border-color: rgb(182,24,255); }
td.TdClassName
{
border-color: #B618FF;
}
.TagClassName
{
border-color: #B618FF;
}
</style>