Shades of Electric Purple #B010FE
Tints of Electric Purple #B010FE
RGB
CMYK
RGB Variations
Color information
#B010FE (or 0xB010FE) is known color: Electric Purple. HEX triplet: B0, 10 and FE. RGB value is (176,16,254). Sum of RGB (Red+Green+Blue) = 176+16+254=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #B010FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010FE is #4FEF01. Grayscale: #5A5A5A. Windows color (decimal): -5238530 or 16650416. OLE color: 16650416.
HSL color Cylindrical-coordinate representation of color #B010FE: hue angle of 280.34º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B010FE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 16 | 254 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.00 |
| HSL | 280.34º | 0.99% | 0.53% | - |
| HSV(B) | 280.34º | 0.94% | 1% | - |
| XYZ | 35.98 | 16.76 | 95.1 | - |
| YUV | 90.97 | 220.01 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 254 | 0.31 | 0.94 | 0 | 0.00 | 280.34 | 0.99 | 0.53 |
| Hex | B0 | 10 | FE | 1F | 5E | 0 | 0 | 118 | 63 | 35 |
| Octal | 260 | 20 | 376 | 37 | 136 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10110000 | 10000 | 11111110 | 11111 | 1011110 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #B010FE
Complementary color
Monochromatic Colors of #B010FE
Black with #B010FE
Text Example
Text Example
White with #B010FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010FE; }
p { color: rgb(176,16,254); }
H1.HeaderClassName
{
color: #B010FE;
}
.AnyTagClassName
{
color: #B010FE;
}
</style>
background-color css
<style>
a { background-color: #B010FE; }
a { background-color: rgb(176,16,254); }
div.DivClassName
{
background-color: #B010FE;
}
.BgClassName
{
background-color: #B010FE;
}
</style>
border-color css
<style>
span { border-color: #B010FE; }
span { border-color: rgb(176,16,254); }
td.TdClassName
{
border-color: #B010FE;
}
.TagClassName
{
border-color: #B010FE;
}
</style>