Shades of Electric Purple #B10BFE
Tints of Electric Purple #B10BFE
RGB
CMYK
RGB Variations
Color information
#B10BFE (or 0xB10BFE) is known color: Electric Purple. HEX triplet: B1, 0B and FE. RGB value is (177,11,254). Sum of RGB (Red+Green+Blue) = 177+11+254=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #B10BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10BFE is #4EF401. Grayscale: #575757. Windows color (decimal): -5174274 or 16649137. OLE color: 16649137.
HSL color Cylindrical-coordinate representation of color #B10BFE: hue angle of 280.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10BFE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 11 | 254 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.00 |
| HSL | 280.99º | 0.99% | 0.52% | - |
| HSV(B) | 280.99º | 0.96% | 1% | - |
| XYZ | 36.14 | 16.74 | 95.09 | - |
| YUV | 88.34 | 221.5 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 254 | 0.30 | 0.96 | 0 | 0.00 | 280.99 | 0.99 | 0.52 |
| Hex | B1 | B | FE | 1E | 60 | 0 | 0 | 119 | 63 | 34 |
| Octal | 261 | 13 | 376 | 36 | 140 | 0 | 0 | 431 | 143 | 64 |
| Binary | 10110001 | 1011 | 11111110 | 11110 | 1100000 | 0 | 0 | 100011001 | 1100011 | 110100 |
Color Harmonies of #B10BFE
Complementary color
Monochromatic Colors of #B10BFE
Black with #B10BFE
Text Example
Text Example
White with #B10BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BFE; }
p { color: rgb(177,11,254); }
H1.HeaderClassName
{
color: #B10BFE;
}
.AnyTagClassName
{
color: #B10BFE;
}
</style>
background-color css
<style>
a { background-color: #B10BFE; }
a { background-color: rgb(177,11,254); }
div.DivClassName
{
background-color: #B10BFE;
}
.BgClassName
{
background-color: #B10BFE;
}
</style>
border-color css
<style>
span { border-color: #B10BFE; }
span { border-color: rgb(177,11,254); }
td.TdClassName
{
border-color: #B10BFE;
}
.TagClassName
{
border-color: #B10BFE;
}
</style>