Shades of Electric Purple #B401F9
Tints of Electric Purple #B401F9
RGB
CMYK
RGB Variations
Color information
#B401F9 (or 0xB401F9) is known color: Electric Purple. HEX triplet: B4, 01 and F9. RGB value is (180,1,249). Sum of RGB (Red+Green+Blue) = 180+1+249=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #B401F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401F9 is #4BFE06. Grayscale: #515151. Windows color (decimal): -4980231 or 16318900. OLE color: 16318900.
HSL color Cylindrical-coordinate representation of color #B401F9: hue angle of 283.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401F9 is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 1 | 249 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.02 |
| HSL | 283.31º | 0.99% | 0.49% | - |
| HSV(B) | 283.31º | 1% | 0.98% | - |
| XYZ | 35.93 | 16.56 | 90.93 | - |
| YUV | 82.79 | 221.8 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 249 | 0.28 | 1.00 | 0 | 0.02 | 283.31 | 0.99 | 0.49 |
| Hex | B4 | 1 | F9 | 1C | 64 | 0 | 2 | 11B | 63 | 31 |
| Octal | 264 | 1 | 371 | 34 | 144 | 0 | 2 | 433 | 143 | 61 |
| Binary | 10110100 | 1 | 11111001 | 11100 | 1100100 | 0 | 10 | 100011011 | 1100011 | 110001 |
Color Harmonies of #B401F9
Complementary color
Monochromatic Colors of #B401F9
Black with #B401F9
Text Example
Text Example
White with #B401F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401F9; }
p { color: rgb(180,1,249); }
H1.HeaderClassName
{
color: #B401F9;
}
.AnyTagClassName
{
color: #B401F9;
}
</style>
background-color css
<style>
a { background-color: #B401F9; }
a { background-color: rgb(180,1,249); }
div.DivClassName
{
background-color: #B401F9;
}
.BgClassName
{
background-color: #B401F9;
}
</style>
border-color css
<style>
span { border-color: #B401F9; }
span { border-color: rgb(180,1,249); }
td.TdClassName
{
border-color: #B401F9;
}
.TagClassName
{
border-color: #B401F9;
}
</style>