Shades of Electric Purple #B414FF
Tints of Electric Purple #B414FF
RGB
CMYK
RGB Variations
Color information
#B414FF (or 0xB414FF) is known color: Electric Purple. HEX triplet: B4, 14 and FF. RGB value is (180,20,255). Sum of RGB (Red+Green+Blue) = 180+20+255=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #B414FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B414FF is #4BEB00. Grayscale: #5D5D5D. Windows color (decimal): -4975361 or 16716980. OLE color: 16716980.
HSL color Cylindrical-coordinate representation of color #B414FF: hue angle of 280.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B414FF is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 20 | 255 | - |
| CMYK | 0.29 | 0.92 | 0 | 0 |
| HSL | 280.85º | 1% | 0.54% | - |
| HSV(B) | 280.85º | 0.92% | 1% | - |
| XYZ | 37.12 | 17.42 | 96.01 | - |
| YUV | 94.63 | 218.51 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 255 | 0.29 | 0.92 | 0 | 0 | 280.85 | 1 | 0.54 |
| Hex | B4 | 14 | FF | 1D | 5C | 0 | 0 | 119 | 64 | 36 |
| Octal | 264 | 24 | 377 | 35 | 134 | 0 | 0 | 431 | 144 | 66 |
| Binary | 10110100 | 10100 | 11111111 | 11101 | 1011100 | 0 | 0 | 100011001 | 1100100 | 110110 |
Color Harmonies of #B414FF
Complementary color
Monochromatic Colors of #B414FF
Black with #B414FF
Text Example
Text Example
White with #B414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B414FF; }
p { color: rgb(180,20,255); }
H1.HeaderClassName
{
color: #B414FF;
}
.AnyTagClassName
{
color: #B414FF;
}
</style>
background-color css
<style>
a { background-color: #B414FF; }
a { background-color: rgb(180,20,255); }
div.DivClassName
{
background-color: #B414FF;
}
.BgClassName
{
background-color: #B414FF;
}
</style>
border-color css
<style>
span { border-color: #B414FF; }
span { border-color: rgb(180,20,255); }
td.TdClassName
{
border-color: #B414FF;
}
.TagClassName
{
border-color: #B414FF;
}
</style>