Shades of Electric Purple #B10CFE
Tints of Electric Purple #B10CFE
RGB
CMYK
RGB Variations
Color information
#B10CFE (or 0xB10CFE) is known color: Electric Purple. HEX triplet: B1, 0C and FE. RGB value is (177,12,254). Sum of RGB (Red+Green+Blue) = 177+12+254=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #B10CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CFE is #4EF301. Grayscale: #585858. Windows color (decimal): -5174018 or 16649393. OLE color: 16649393.
HSL color Cylindrical-coordinate representation of color #B10CFE: hue angle of 280.91º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CFE is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 12 | 254 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.00 |
| HSL | 280.91º | 0.99% | 0.52% | - |
| HSV(B) | 280.91º | 0.95% | 1% | - |
| XYZ | 36.15 | 16.77 | 95.1 | - |
| YUV | 88.92 | 221.16 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 254 | 0.30 | 0.95 | 0 | 0.00 | 280.91 | 0.99 | 0.52 |
| Hex | B1 | C | FE | 1E | 5F | 0 | 0 | 119 | 63 | 34 |
| Octal | 261 | 14 | 376 | 36 | 137 | 0 | 0 | 431 | 143 | 64 |
| Binary | 10110001 | 1100 | 11111110 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100011 | 110100 |
Color Harmonies of #B10CFE
Complementary color
Monochromatic Colors of #B10CFE
Black with #B10CFE
Text Example
Text Example
White with #B10CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CFE; }
p { color: rgb(177,12,254); }
H1.HeaderClassName
{
color: #B10CFE;
}
.AnyTagClassName
{
color: #B10CFE;
}
</style>
background-color css
<style>
a { background-color: #B10CFE; }
a { background-color: rgb(177,12,254); }
div.DivClassName
{
background-color: #B10CFE;
}
.BgClassName
{
background-color: #B10CFE;
}
</style>
border-color css
<style>
span { border-color: #B10CFE; }
span { border-color: rgb(177,12,254); }
td.TdClassName
{
border-color: #B10CFE;
}
.TagClassName
{
border-color: #B10CFE;
}
</style>