Shades of Electric Purple #B407FA
Tints of Electric Purple #B407FA
RGB
CMYK
RGB Variations
Color information
#B407FA (or 0xB407FA) is known color: Electric Purple. HEX triplet: B4, 07 and FA. RGB value is (180,7,250). Sum of RGB (Red+Green+Blue) = 180+7+250=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #B407FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B407FA is #4BF805. Grayscale: #555555. Windows color (decimal): -4978694 or 16385972. OLE color: 16385972.
HSL color Cylindrical-coordinate representation of color #B407FA: hue angle of 282.72º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407FA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 7 | 250 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.02 |
| HSL | 282.72º | 0.96% | 0.5% | - |
| HSV(B) | 282.72º | 0.97% | 0.98% | - |
| XYZ | 36.15 | 16.76 | 91.77 | - |
| YUV | 86.43 | 220.31 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 250 | 0.28 | 0.97 | 0 | 0.02 | 282.72 | 0.96 | 0.5 |
| Hex | B4 | 7 | FA | 1C | 61 | 0 | 2 | 11B | 60 | 32 |
| Octal | 264 | 7 | 372 | 34 | 141 | 0 | 2 | 433 | 140 | 62 |
| Binary | 10110100 | 111 | 11111010 | 11100 | 1100001 | 0 | 10 | 100011011 | 1100000 | 110010 |
Color Harmonies of #B407FA
Complementary color
Monochromatic Colors of #B407FA
Black with #B407FA
Text Example
Text Example
White with #B407FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407FA; }
p { color: rgb(180,7,250); }
H1.HeaderClassName
{
color: #B407FA;
}
.AnyTagClassName
{
color: #B407FA;
}
</style>
background-color css
<style>
a { background-color: #B407FA; }
a { background-color: rgb(180,7,250); }
div.DivClassName
{
background-color: #B407FA;
}
.BgClassName
{
background-color: #B407FA;
}
</style>
border-color css
<style>
span { border-color: #B407FA; }
span { border-color: rgb(180,7,250); }
td.TdClassName
{
border-color: #B407FA;
}
.TagClassName
{
border-color: #B407FA;
}
</style>