Shades of Electric Purple #B006FE
Tints of Electric Purple #B006FE
RGB
CMYK
RGB Variations
Color information
#B006FE (or 0xB006FE) is known color: Electric Purple. HEX triplet: B0, 06 and FE. RGB value is (176,6,254). Sum of RGB (Red+Green+Blue) = 176+6+254=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #B006FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B006FE is #4FF901. Grayscale: #545454. Windows color (decimal): -5241090 or 16647856. OLE color: 16647856.
HSL color Cylindrical-coordinate representation of color #B006FE: hue angle of 281.13º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B006FE is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 6 | 254 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.00 |
| HSL | 281.13º | 0.99% | 0.51% | - |
| HSV(B) | 281.13º | 0.98% | 1% | - |
| XYZ | 35.86 | 16.52 | 95.06 | - |
| YUV | 85.1 | 223.32 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 254 | 0.31 | 0.98 | 0 | 0.00 | 281.13 | 0.99 | 0.51 |
| Hex | B0 | 6 | FE | 1F | 62 | 0 | 0 | 119 | 63 | 33 |
| Octal | 260 | 6 | 376 | 37 | 142 | 0 | 0 | 431 | 143 | 63 |
| Binary | 10110000 | 110 | 11111110 | 11111 | 1100010 | 0 | 0 | 100011001 | 1100011 | 110011 |
Color Harmonies of #B006FE
Complementary color
Monochromatic Colors of #B006FE
Black with #B006FE
Text Example
Text Example
White with #B006FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006FE; }
p { color: rgb(176,6,254); }
H1.HeaderClassName
{
color: #B006FE;
}
.AnyTagClassName
{
color: #B006FE;
}
</style>
background-color css
<style>
a { background-color: #B006FE; }
a { background-color: rgb(176,6,254); }
div.DivClassName
{
background-color: #B006FE;
}
.BgClassName
{
background-color: #B006FE;
}
</style>
border-color css
<style>
span { border-color: #B006FE; }
span { border-color: rgb(176,6,254); }
td.TdClassName
{
border-color: #B006FE;
}
.TagClassName
{
border-color: #B006FE;
}
</style>