Shades of Biloba Flower #B080E9
Tints of Biloba Flower #B080E9
RGB
CMYK
RGB Variations
Color information
#B080E9 (or 0xB080E9) is known color: Biloba Flower. HEX triplet: B0, 80 and E9. RGB value is (176,128,233). Sum of RGB (Red+Green+Blue) = 176+128+233=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #B080E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080E9 is #4F7F16. Grayscale: #999999. Windows color (decimal): -5209879 or 15302832. OLE color: 15302832.
HSL color Cylindrical-coordinate representation of color #B080E9: hue angle of 267.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B080E9 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 128 | 233 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.09 |
| HSL | 267.43º | 0.7% | 0.71% | - |
| HSV(B) | 267.43º | 0.45% | 0.91% | - |
| XYZ | 40.33 | 30.55 | 80.86 | - |
| YUV | 154.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 233 | 0.24 | 0.45 | 0 | 0.09 | 267.43 | 0.7 | 0.71 |
| Hex | B0 | 80 | E9 | 18 | 2D | 0 | 9 | 10B | 46 | 47 |
| Octal | 260 | 200 | 351 | 30 | 55 | 0 | 11 | 413 | 106 | 107 |
| Binary | 10110000 | 10000000 | 11101001 | 11000 | 101101 | 0 | 1001 | 100001011 | 1000110 | 1000111 |
Color Harmonies of #B080E9
Complementary color
Monochromatic Colors of #B080E9
Black with #B080E9
Text Example
Text Example
White with #B080E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080E9; }
p { color: rgb(176,128,233); }
H1.HeaderClassName
{
color: #B080E9;
}
.AnyTagClassName
{
color: #B080E9;
}
</style>
background-color css
<style>
a { background-color: #B080E9; }
a { background-color: rgb(176,128,233); }
div.DivClassName
{
background-color: #B080E9;
}
.BgClassName
{
background-color: #B080E9;
}
</style>
border-color css
<style>
span { border-color: #B080E9; }
span { border-color: rgb(176,128,233); }
td.TdClassName
{
border-color: #B080E9;
}
.TagClassName
{
border-color: #B080E9;
}
</style>