Shades of Electric Purple #B409FE
Tints of Electric Purple #B409FE
RGB
CMYK
RGB Variations
Color information
#B409FE (or 0xB409FE) is known color: Electric Purple. HEX triplet: B4, 09 and FE. RGB value is (180,9,254). Sum of RGB (Red+Green+Blue) = 180+9+254=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #B409FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B409FE is #4BF601. Grayscale: #575757. Windows color (decimal): -4978178 or 16648628. OLE color: 16648628.
HSL color Cylindrical-coordinate representation of color #B409FE: hue angle of 281.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409FE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 9 | 254 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.00 |
| HSL | 281.88º | 0.99% | 0.52% | - |
| HSV(B) | 281.88º | 0.96% | 1% | - |
| XYZ | 36.81 | 17.05 | 95.12 | - |
| YUV | 88.06 | 221.65 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 254 | 0.29 | 0.96 | 0 | 0.00 | 281.88 | 0.99 | 0.52 |
| Hex | B4 | 9 | FE | 1D | 60 | 0 | 0 | 11A | 63 | 34 |
| Octal | 264 | 11 | 376 | 35 | 140 | 0 | 0 | 432 | 143 | 64 |
| Binary | 10110100 | 1001 | 11111110 | 11101 | 1100000 | 0 | 0 | 100011010 | 1100011 | 110100 |
Color Harmonies of #B409FE
Complementary color
Monochromatic Colors of #B409FE
Black with #B409FE
Text Example
Text Example
White with #B409FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409FE; }
p { color: rgb(180,9,254); }
H1.HeaderClassName
{
color: #B409FE;
}
.AnyTagClassName
{
color: #B409FE;
}
</style>
background-color css
<style>
a { background-color: #B409FE; }
a { background-color: rgb(180,9,254); }
div.DivClassName
{
background-color: #B409FE;
}
.BgClassName
{
background-color: #B409FE;
}
</style>
border-color css
<style>
span { border-color: #B409FE; }
span { border-color: rgb(180,9,254); }
td.TdClassName
{
border-color: #B409FE;
}
.TagClassName
{
border-color: #B409FE;
}
</style>