Shades of Electric Purple #B006FA
Tints of Electric Purple #B006FA
RGB
CMYK
RGB Variations
Color information
#B006FA (or 0xB006FA) is known color: Electric Purple. HEX triplet: B0, 06 and FA. RGB value is (176,6,250). Sum of RGB (Red+Green+Blue) = 176+6+250=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #B006FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B006FA is #4FF905. Grayscale: #535353. Windows color (decimal): -5241094 or 16385712. OLE color: 16385712.
HSL color Cylindrical-coordinate representation of color #B006FA: hue angle of 281.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B006FA is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 6 | 250 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.02 |
| HSL | 281.8º | 0.96% | 0.5% | - |
| HSV(B) | 281.8º | 0.98% | 0.98% | - |
| XYZ | 35.22 | 16.26 | 91.72 | - |
| YUV | 84.65 | 221.32 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 250 | 0.30 | 0.98 | 0 | 0.02 | 281.8 | 0.96 | 0.5 |
| Hex | B0 | 6 | FA | 1E | 62 | 0 | 2 | 11A | 60 | 32 |
| Octal | 260 | 6 | 372 | 36 | 142 | 0 | 2 | 432 | 140 | 62 |
| Binary | 10110000 | 110 | 11111010 | 11110 | 1100010 | 0 | 10 | 100011010 | 1100000 | 110010 |
Color Harmonies of #B006FA
Complementary color
Monochromatic Colors of #B006FA
Black with #B006FA
Text Example
Text Example
White with #B006FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006FA; }
p { color: rgb(176,6,250); }
H1.HeaderClassName
{
color: #B006FA;
}
.AnyTagClassName
{
color: #B006FA;
}
</style>
background-color css
<style>
a { background-color: #B006FA; }
a { background-color: rgb(176,6,250); }
div.DivClassName
{
background-color: #B006FA;
}
.BgClassName
{
background-color: #B006FA;
}
</style>
border-color css
<style>
span { border-color: #B006FA; }
span { border-color: rgb(176,6,250); }
td.TdClassName
{
border-color: #B006FA;
}
.TagClassName
{
border-color: #B006FA;
}
</style>