Shades of Electric Purple #B400F9
Tints of Electric Purple #B400F9
RGB
CMYK
RGB Variations
Color information
#B400F9 (or 0xB400F9) is known color: Electric Purple. HEX triplet: B4, 00 and F9. RGB value is (180,0,249). Sum of RGB (Red+Green+Blue) = 180+0+249=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #B400F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400F9 is #4BFF06. Grayscale: #515151. Windows color (decimal): -4980487 or 16318644. OLE color: 16318644.
HSL color Cylindrical-coordinate representation of color #B400F9: hue angle of 283.37º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400F9 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 0 | 249 | - |
| CMYK | 0.28 | 1 | 0 | 0.02 |
| HSL | 283.37º | 1% | 0.49% | - |
| HSV(B) | 283.37º | 1% | 0.98% | - |
| XYZ | 35.92 | 16.54 | 90.92 | - |
| YUV | 82.21 | 222.13 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 249 | 0.28 | 1 | 0 | 0.02 | 283.37 | 1 | 0.49 |
| Hex | B4 | 0 | F9 | 1C | 64 | 0 | 2 | 11B | 64 | 31 |
| Octal | 264 | 0 | 371 | 34 | 144 | 0 | 2 | 433 | 144 | 61 |
| Binary | 10110100 | 0 | 11111001 | 11100 | 1100100 | 0 | 10 | 100011011 | 1100100 | 110001 |
Color Harmonies of #B400F9
Complementary color
Monochromatic Colors of #B400F9
Black with #B400F9
Text Example
Text Example
White with #B400F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400F9; }
p { color: rgb(180,0,249); }
H1.HeaderClassName
{
color: #B400F9;
}
.AnyTagClassName
{
color: #B400F9;
}
</style>
background-color css
<style>
a { background-color: #B400F9; }
a { background-color: rgb(180,0,249); }
div.DivClassName
{
background-color: #B400F9;
}
.BgClassName
{
background-color: #B400F9;
}
</style>
border-color css
<style>
span { border-color: #B400F9; }
span { border-color: rgb(180,0,249); }
td.TdClassName
{
border-color: #B400F9;
}
.TagClassName
{
border-color: #B400F9;
}
</style>