Shades of Electric Purple #B418FF
Tints of Electric Purple #B418FF
RGB
CMYK
RGB Variations
Color information
#B418FF (or 0xB418FF) is known color: Electric Purple. HEX triplet: B4, 18 and FF. RGB value is (180,24,255). Sum of RGB (Red+Green+Blue) = 180+24+255=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #B418FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B418FF is #4BE700. Grayscale: #606060. Windows color (decimal): -4974337 or 16718004. OLE color: 16718004.
HSL color Cylindrical-coordinate representation of color #B418FF: hue angle of 280.52º 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 #B418FF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 24 | 255 | - |
| CMYK | 0.29 | 0.91 | 0 | 0 |
| HSL | 280.52º | 1% | 0.55% | - |
| HSV(B) | 280.52º | 0.91% | 1% | - |
| XYZ | 37.2 | 17.58 | 96.04 | - |
| YUV | 96.98 | 217.18 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 255 | 0.29 | 0.91 | 0 | 0 | 280.52 | 1 | 0.55 |
| Hex | B4 | 18 | FF | 1D | 5B | 0 | 0 | 119 | 64 | 37 |
| Octal | 264 | 30 | 377 | 35 | 133 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10110100 | 11000 | 11111111 | 11101 | 1011011 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B418FF
Complementary color
Monochromatic Colors of #B418FF
Black with #B418FF
Text Example
Text Example
White with #B418FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B418FF; }
p { color: rgb(180,24,255); }
H1.HeaderClassName
{
color: #B418FF;
}
.AnyTagClassName
{
color: #B418FF;
}
</style>
background-color css
<style>
a { background-color: #B418FF; }
a { background-color: rgb(180,24,255); }
div.DivClassName
{
background-color: #B418FF;
}
.BgClassName
{
background-color: #B418FF;
}
</style>
border-color css
<style>
span { border-color: #B418FF; }
span { border-color: rgb(180,24,255); }
td.TdClassName
{
border-color: #B418FF;
}
.TagClassName
{
border-color: #B418FF;
}
</style>