Shades of Biloba Flower #B080E5
Tints of Biloba Flower #B080E5
RGB
CMYK
RGB Variations
Color information
#B080E5 (or 0xB080E5) is known color: Biloba Flower. HEX triplet: B0, 80 and E5. RGB value is (176,128,229). Sum of RGB (Red+Green+Blue) = 176+128+229=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #B080E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080E5 is #4F7F1A. Grayscale: #999999. Windows color (decimal): -5209883 or 15040688. OLE color: 15040688.
HSL color Cylindrical-coordinate representation of color #B080E5: hue angle of 268.51º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B080E5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 128 | 229 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.10 |
| HSL | 268.51º | 0.66% | 0.7% | - |
| HSV(B) | 268.51º | 0.44% | 0.9% | - |
| XYZ | 39.77 | 30.33 | 77.89 | - |
| YUV | 153.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 229 | 0.23 | 0.44 | 0 | 0.10 | 268.51 | 0.66 | 0.7 |
| Hex | B0 | 80 | E5 | 17 | 2C | 0 | A | 10D | 42 | 46 |
| Octal | 260 | 200 | 345 | 27 | 54 | 0 | 12 | 415 | 102 | 106 |
| Binary | 10110000 | 10000000 | 11100101 | 10111 | 101100 | 0 | 1010 | 100001101 | 1000010 | 1000110 |
Color Harmonies of #B080E5
Complementary color
Monochromatic Colors of #B080E5
Black with #B080E5
Text Example
Text Example
White with #B080E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080E5; }
p { color: rgb(176,128,229); }
H1.HeaderClassName
{
color: #B080E5;
}
.AnyTagClassName
{
color: #B080E5;
}
</style>
background-color css
<style>
a { background-color: #B080E5; }
a { background-color: rgb(176,128,229); }
div.DivClassName
{
background-color: #B080E5;
}
.BgClassName
{
background-color: #B080E5;
}
</style>
border-color css
<style>
span { border-color: #B080E5; }
span { border-color: rgb(176,128,229); }
td.TdClassName
{
border-color: #B080E5;
}
.TagClassName
{
border-color: #B080E5;
}
</style>