Shades of Electric Purple #B417FA
Tints of Electric Purple #B417FA
RGB
CMYK
RGB Variations
Color information
#B417FA (or 0xB417FA) is known color: Electric Purple. HEX triplet: B4, 17 and FA. RGB value is (180,23,250). Sum of RGB (Red+Green+Blue) = 180+23+250=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #B417FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B417FA is #4BE805. Grayscale: #5F5F5F. Windows color (decimal): -4974598 or 16390068. OLE color: 16390068.
HSL color Cylindrical-coordinate representation of color #B417FA: hue angle of 281.5º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B417FA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 23 | 250 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.02 |
| HSL | 281.5º | 0.96% | 0.54% | - |
| HSV(B) | 281.5º | 0.91% | 0.98% | - |
| XYZ | 36.38 | 17.22 | 91.85 | - |
| YUV | 95.82 | 215.01 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 250 | 0.28 | 0.91 | 0 | 0.02 | 281.5 | 0.96 | 0.54 |
| Hex | B4 | 17 | FA | 1C | 5B | 0 | 2 | 119 | 60 | 36 |
| Octal | 264 | 27 | 372 | 34 | 133 | 0 | 2 | 431 | 140 | 66 |
| Binary | 10110100 | 10111 | 11111010 | 11100 | 1011011 | 0 | 10 | 100011001 | 1100000 | 110110 |
Color Harmonies of #B417FA
Complementary color
Monochromatic Colors of #B417FA
Black with #B417FA
Text Example
Text Example
White with #B417FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417FA; }
p { color: rgb(180,23,250); }
H1.HeaderClassName
{
color: #B417FA;
}
.AnyTagClassName
{
color: #B417FA;
}
</style>
background-color css
<style>
a { background-color: #B417FA; }
a { background-color: rgb(180,23,250); }
div.DivClassName
{
background-color: #B417FA;
}
.BgClassName
{
background-color: #B417FA;
}
</style>
border-color css
<style>
span { border-color: #B417FA; }
span { border-color: rgb(180,23,250); }
td.TdClassName
{
border-color: #B417FA;
}
.TagClassName
{
border-color: #B417FA;
}
</style>