Shades of Biloba Flower #B080E6
Tints of Biloba Flower #B080E6
RGB
CMYK
RGB Variations
Color information
#B080E6 (or 0xB080E6) is known color: Biloba Flower. HEX triplet: B0, 80 and E6. RGB value is (176,128,230). Sum of RGB (Red+Green+Blue) = 176+128+230=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #B080E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080E6 is #4F7F19. Grayscale: #999999. Windows color (decimal): -5209882 or 15106224. OLE color: 15106224.
HSL color Cylindrical-coordinate representation of color #B080E6: hue angle of 268.24º degrees, saturation: 0.67, 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 #B080E6 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 128 | 230 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.10 |
| HSL | 268.24º | 0.67% | 0.7% | - |
| HSV(B) | 268.24º | 0.44% | 0.9% | - |
| XYZ | 39.91 | 30.38 | 78.62 | - |
| YUV | 153.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 230 | 0.23 | 0.44 | 0 | 0.10 | 268.24 | 0.67 | 0.7 |
| Hex | B0 | 80 | E6 | 17 | 2C | 0 | A | 10C | 43 | 46 |
| Octal | 260 | 200 | 346 | 27 | 54 | 0 | 12 | 414 | 103 | 106 |
| Binary | 10110000 | 10000000 | 11100110 | 10111 | 101100 | 0 | 1010 | 100001100 | 1000011 | 1000110 |
Color Harmonies of #B080E6
Complementary color
Monochromatic Colors of #B080E6
Black with #B080E6
Text Example
Text Example
White with #B080E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080E6; }
p { color: rgb(176,128,230); }
H1.HeaderClassName
{
color: #B080E6;
}
.AnyTagClassName
{
color: #B080E6;
}
</style>
background-color css
<style>
a { background-color: #B080E6; }
a { background-color: rgb(176,128,230); }
div.DivClassName
{
background-color: #B080E6;
}
.BgClassName
{
background-color: #B080E6;
}
</style>
border-color css
<style>
span { border-color: #B080E6; }
span { border-color: rgb(176,128,230); }
td.TdClassName
{
border-color: #B080E6;
}
.TagClassName
{
border-color: #B080E6;
}
</style>