Shades of Electric Purple #B40BFA
Tints of Electric Purple #B40BFA
RGB
CMYK
RGB Variations
Color information
#B40BFA (or 0xB40BFA) is known color: Electric Purple. HEX triplet: B4, 0B and FA. RGB value is (180,11,250). Sum of RGB (Red+Green+Blue) = 180+11+250=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #B40BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40BFA is #4BF405. Grayscale: #575757. Windows color (decimal): -4977670 or 16386996. OLE color: 16386996.
HSL color Cylindrical-coordinate representation of color #B40BFA: hue angle of 282.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40BFA is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 11 | 250 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.02 |
| HSL | 282.43º | 0.96% | 0.51% | - |
| HSV(B) | 282.43º | 0.96% | 0.98% | - |
| XYZ | 36.2 | 16.84 | 91.79 | - |
| YUV | 88.78 | 218.99 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 250 | 0.28 | 0.96 | 0 | 0.02 | 282.43 | 0.96 | 0.51 |
| Hex | B4 | B | FA | 1C | 60 | 0 | 2 | 11A | 60 | 33 |
| Octal | 264 | 13 | 372 | 34 | 140 | 0 | 2 | 432 | 140 | 63 |
| Binary | 10110100 | 1011 | 11111010 | 11100 | 1100000 | 0 | 10 | 100011010 | 1100000 | 110011 |
Color Harmonies of #B40BFA
Complementary color
Monochromatic Colors of #B40BFA
Black with #B40BFA
Text Example
Text Example
White with #B40BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BFA; }
p { color: rgb(180,11,250); }
H1.HeaderClassName
{
color: #B40BFA;
}
.AnyTagClassName
{
color: #B40BFA;
}
</style>
background-color css
<style>
a { background-color: #B40BFA; }
a { background-color: rgb(180,11,250); }
div.DivClassName
{
background-color: #B40BFA;
}
.BgClassName
{
background-color: #B40BFA;
}
</style>
border-color css
<style>
span { border-color: #B40BFA; }
span { border-color: rgb(180,11,250); }
td.TdClassName
{
border-color: #B40BFA;
}
.TagClassName
{
border-color: #B40BFA;
}
</style>