Shades of Electric Purple #B412F0
Tints of Electric Purple #B412F0
RGB
CMYK
RGB Variations
Color information
#B412F0 (or 0xB412F0) is known color: Electric Purple. HEX triplet: B4, 12 and F0. RGB value is (180,18,240). Sum of RGB (Red+Green+Blue) = 180+18+240=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #B412F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B412F0 is #4BED0F. Grayscale: #5B5B5B. Windows color (decimal): -4975888 or 15733428. OLE color: 15733428.
HSL color Cylindrical-coordinate representation of color #B412F0: hue angle of 283.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B412F0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 18 | 240 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.06 |
| HSL | 283.78º | 0.88% | 0.51% | - |
| HSV(B) | 283.78º | 0.93% | 0.94% | - |
| XYZ | 34.77 | 16.43 | 83.78 | - |
| YUV | 91.75 | 211.67 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 240 | 0.25 | 0.92 | 0 | 0.06 | 283.78 | 0.88 | 0.51 |
| Hex | B4 | 12 | F0 | 19 | 5C | 0 | 6 | 11C | 58 | 33 |
| Octal | 264 | 22 | 360 | 31 | 134 | 0 | 6 | 434 | 130 | 63 |
| Binary | 10110100 | 10010 | 11110000 | 11001 | 1011100 | 0 | 110 | 100011100 | 1011000 | 110011 |
Color Harmonies of #B412F0
Complementary color
Monochromatic Colors of #B412F0
Black with #B412F0
Text Example
Text Example
White with #B412F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412F0; }
p { color: rgb(180,18,240); }
H1.HeaderClassName
{
color: #B412F0;
}
.AnyTagClassName
{
color: #B412F0;
}
</style>
background-color css
<style>
a { background-color: #B412F0; }
a { background-color: rgb(180,18,240); }
div.DivClassName
{
background-color: #B412F0;
}
.BgClassName
{
background-color: #B412F0;
}
</style>
border-color css
<style>
span { border-color: #B412F0; }
span { border-color: rgb(180,18,240); }
td.TdClassName
{
border-color: #B412F0;
}
.TagClassName
{
border-color: #B412F0;
}
</style>