Shades of Electric Purple #B417F5
Tints of Electric Purple #B417F5
RGB
CMYK
RGB Variations
Color information
#B417F5 (or 0xB417F5) is known color: Electric Purple. HEX triplet: B4, 17 and F5. RGB value is (180,23,245). Sum of RGB (Red+Green+Blue) = 180+23+245=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #B417F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B417F5 is #4BE80A. Grayscale: #5E5E5E. Windows color (decimal): -4974603 or 16062388. OLE color: 16062388.
HSL color Cylindrical-coordinate representation of color #B417F5: hue angle of 282.43º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B417F5 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 23 | 245 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.04 |
| HSL | 282.43º | 0.92% | 0.53% | - |
| HSV(B) | 282.43º | 0.91% | 0.96% | - |
| XYZ | 35.61 | 16.91 | 87.77 | - |
| YUV | 95.25 | 212.51 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 245 | 0.27 | 0.91 | 0 | 0.04 | 282.43 | 0.92 | 0.53 |
| Hex | B4 | 17 | F5 | 1B | 5B | 0 | 4 | 11A | 5C | 35 |
| Octal | 264 | 27 | 365 | 33 | 133 | 0 | 4 | 432 | 134 | 65 |
| Binary | 10110100 | 10111 | 11110101 | 11011 | 1011011 | 0 | 100 | 100011010 | 1011100 | 110101 |
Color Harmonies of #B417F5
Complementary color
Monochromatic Colors of #B417F5
Black with #B417F5
Text Example
Text Example
White with #B417F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417F5; }
p { color: rgb(180,23,245); }
H1.HeaderClassName
{
color: #B417F5;
}
.AnyTagClassName
{
color: #B417F5;
}
</style>
background-color css
<style>
a { background-color: #B417F5; }
a { background-color: rgb(180,23,245); }
div.DivClassName
{
background-color: #B417F5;
}
.BgClassName
{
background-color: #B417F5;
}
</style>
border-color css
<style>
span { border-color: #B417F5; }
span { border-color: rgb(180,23,245); }
td.TdClassName
{
border-color: #B417F5;
}
.TagClassName
{
border-color: #B417F5;
}
</style>