Shades of Biloba Flower #B080EC
Tints of Biloba Flower #B080EC
RGB
CMYK
RGB Variations
Color information
#B080EC (or 0xB080EC) is known color: Biloba Flower. HEX triplet: B0, 80 and EC. RGB value is (176,128,236). Sum of RGB (Red+Green+Blue) = 176+128+236=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #B080EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080EC is #4F7F13. Grayscale: #9A9A9A. Windows color (decimal): -5209876 or 15499440. OLE color: 15499440.
HSL color Cylindrical-coordinate representation of color #B080EC: hue angle of 266.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B080EC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 128 | 236 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.07 |
| HSL | 266.67º | 0.74% | 0.71% | - |
| HSV(B) | 266.67º | 0.46% | 0.93% | - |
| XYZ | 40.76 | 30.72 | 83.14 | - |
| YUV | 154.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 236 | 0.25 | 0.46 | 0 | 0.07 | 266.67 | 0.74 | 0.71 |
| Hex | B0 | 80 | EC | 19 | 2E | 0 | 7 | 10B | 4A | 47 |
| Octal | 260 | 200 | 354 | 31 | 56 | 0 | 7 | 413 | 112 | 107 |
| Binary | 10110000 | 10000000 | 11101100 | 11001 | 101110 | 0 | 111 | 100001011 | 1001010 | 1000111 |
Color Harmonies of #B080EC
Complementary color
Monochromatic Colors of #B080EC
Black with #B080EC
Text Example
Text Example
White with #B080EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080EC; }
p { color: rgb(176,128,236); }
H1.HeaderClassName
{
color: #B080EC;
}
.AnyTagClassName
{
color: #B080EC;
}
</style>
background-color css
<style>
a { background-color: #B080EC; }
a { background-color: rgb(176,128,236); }
div.DivClassName
{
background-color: #B080EC;
}
.BgClassName
{
background-color: #B080EC;
}
</style>
border-color css
<style>
span { border-color: #B080EC; }
span { border-color: rgb(176,128,236); }
td.TdClassName
{
border-color: #B080EC;
}
.TagClassName
{
border-color: #B080EC;
}
</style>