Shades of Electric Purple #B409FF
Tints of Electric Purple #B409FF
RGB
CMYK
RGB Variations
Color information
#B409FF (or 0xB409FF) is known color: Electric Purple. HEX triplet: B4, 09 and FF. RGB value is (180,9,255). Sum of RGB (Red+Green+Blue) = 180+9+255=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B409FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B409FF is #4BF600. Grayscale: #575757. Windows color (decimal): -4978177 or 16714164. OLE color: 16714164.
HSL color Cylindrical-coordinate representation of color #B409FF: hue angle of 281.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409FF is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 9 | 255 | - |
| CMYK | 0.29 | 0.96 | 0 | 0 |
| HSL | 281.71º | 1% | 0.52% | - |
| HSV(B) | 281.71º | 0.96% | 1% | - |
| XYZ | 36.97 | 17.12 | 95.96 | - |
| YUV | 88.17 | 222.15 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 255 | 0.29 | 0.96 | 0 | 0 | 281.71 | 1 | 0.52 |
| Hex | B4 | 9 | FF | 1D | 60 | 0 | 0 | 11A | 64 | 34 |
| Octal | 264 | 11 | 377 | 35 | 140 | 0 | 0 | 432 | 144 | 64 |
| Binary | 10110100 | 1001 | 11111111 | 11101 | 1100000 | 0 | 0 | 100011010 | 1100100 | 110100 |
Color Harmonies of #B409FF
Complementary color
Monochromatic Colors of #B409FF
Black with #B409FF
Text Example
Text Example
White with #B409FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409FF; }
p { color: rgb(180,9,255); }
H1.HeaderClassName
{
color: #B409FF;
}
.AnyTagClassName
{
color: #B409FF;
}
</style>
background-color css
<style>
a { background-color: #B409FF; }
a { background-color: rgb(180,9,255); }
div.DivClassName
{
background-color: #B409FF;
}
.BgClassName
{
background-color: #B409FF;
}
</style>
border-color css
<style>
span { border-color: #B409FF; }
span { border-color: rgb(180,9,255); }
td.TdClassName
{
border-color: #B409FF;
}
.TagClassName
{
border-color: #B409FF;
}
</style>