Shades of Electric Purple #B011FF
Tints of Electric Purple #B011FF
RGB
CMYK
RGB Variations
Color information
#B011FF (or 0xB011FF) is known color: Electric Purple. HEX triplet: B0, 11 and FF. RGB value is (176,17,255). Sum of RGB (Red+Green+Blue) = 176+17+255=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #B011FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B011FF is #4FEE00. Grayscale: #5A5A5A. Windows color (decimal): -5238273 or 16716208. OLE color: 16716208.
HSL color Cylindrical-coordinate representation of color #B011FF: hue angle of 280.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B011FF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 17 | 255 | - |
| CMYK | 0.31 | 0.93 | 0 | 0 |
| HSL | 280.08º | 1% | 0.53% | - |
| HSV(B) | 280.08º | 0.93% | 1% | - |
| XYZ | 36.15 | 16.85 | 95.95 | - |
| YUV | 91.67 | 220.18 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 255 | 0.31 | 0.93 | 0 | 0 | 280.08 | 1 | 0.53 |
| Hex | B0 | 11 | FF | 1F | 5D | 0 | 0 | 118 | 64 | 35 |
| Octal | 260 | 21 | 377 | 37 | 135 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10110000 | 10001 | 11111111 | 11111 | 1011101 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #B011FF
Complementary color
Monochromatic Colors of #B011FF
Black with #B011FF
Text Example
Text Example
White with #B011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011FF; }
p { color: rgb(176,17,255); }
H1.HeaderClassName
{
color: #B011FF;
}
.AnyTagClassName
{
color: #B011FF;
}
</style>
background-color css
<style>
a { background-color: #B011FF; }
a { background-color: rgb(176,17,255); }
div.DivClassName
{
background-color: #B011FF;
}
.BgClassName
{
background-color: #B011FF;
}
</style>
border-color css
<style>
span { border-color: #B011FF; }
span { border-color: rgb(176,17,255); }
td.TdClassName
{
border-color: #B011FF;
}
.TagClassName
{
border-color: #B011FF;
}
</style>