Shades of Electric Purple #B000FA
Tints of Electric Purple #B000FA
RGB
CMYK
RGB Variations
Color information
#B000FA (or 0xB000FA) is known color: Electric Purple. HEX triplet: B0, 00 and FA. RGB value is (176,0,250). Sum of RGB (Red+Green+Blue) = 176+0+250=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #B000FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000FA is #4FFF05. Grayscale: #505050. Windows color (decimal): -5242630 or 16384176. OLE color: 16384176.
HSL color Cylindrical-coordinate representation of color #B000FA: hue angle of 282.24º 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 #B000FA is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 0 | 250 | - |
| CMYK | 0.30 | 1 | 0 | 0.02 |
| HSL | 282.24º | 1% | 0.49% | - |
| HSV(B) | 282.24º | 1% | 0.98% | - |
| XYZ | 35.16 | 16.13 | 91.7 | - |
| YUV | 81.12 | 223.31 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 250 | 0.30 | 1 | 0 | 0.02 | 282.24 | 1 | 0.49 |
| Hex | B0 | 0 | FA | 1E | 64 | 0 | 2 | 11A | 64 | 31 |
| Octal | 260 | 0 | 372 | 36 | 144 | 0 | 2 | 432 | 144 | 61 |
| Binary | 10110000 | 0 | 11111010 | 11110 | 1100100 | 0 | 10 | 100011010 | 1100100 | 110001 |
Color Harmonies of #B000FA
Complementary color
Monochromatic Colors of #B000FA
Black with #B000FA
Text Example
Text Example
White with #B000FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000FA; }
p { color: rgb(176,0,250); }
H1.HeaderClassName
{
color: #B000FA;
}
.AnyTagClassName
{
color: #B000FA;
}
</style>
background-color css
<style>
a { background-color: #B000FA; }
a { background-color: rgb(176,0,250); }
div.DivClassName
{
background-color: #B000FA;
}
.BgClassName
{
background-color: #B000FA;
}
</style>
border-color css
<style>
span { border-color: #B000FA; }
span { border-color: rgb(176,0,250); }
td.TdClassName
{
border-color: #B000FA;
}
.TagClassName
{
border-color: #B000FA;
}
</style>