Shades of Biloba Flower #B080E8
Tints of Biloba Flower #B080E8
RGB
CMYK
RGB Variations
Color information
#B080E8 (or 0xB080E8) is known color: Biloba Flower. HEX triplet: B0, 80 and E8. RGB value is (176,128,232). Sum of RGB (Red+Green+Blue) = 176+128+232=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #B080E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080E8 is #4F7F17. Grayscale: #999999. Windows color (decimal): -5209880 or 15237296. OLE color: 15237296.
HSL color Cylindrical-coordinate representation of color #B080E8: hue angle of 267.69º degrees, saturation: 0.69, 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 #B080E8 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 128 | 232 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.09 |
| HSL | 267.69º | 0.69% | 0.71% | - |
| HSV(B) | 267.69º | 0.45% | 0.91% | - |
| XYZ | 40.19 | 30.49 | 80.11 | - |
| YUV | 154.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 232 | 0.24 | 0.45 | 0 | 0.09 | 267.69 | 0.69 | 0.71 |
| Hex | B0 | 80 | E8 | 18 | 2D | 0 | 9 | 10C | 45 | 47 |
| Octal | 260 | 200 | 350 | 30 | 55 | 0 | 11 | 414 | 105 | 107 |
| Binary | 10110000 | 10000000 | 11101000 | 11000 | 101101 | 0 | 1001 | 100001100 | 1000101 | 1000111 |
Color Harmonies of #B080E8
Complementary color
Monochromatic Colors of #B080E8
Black with #B080E8
Text Example
Text Example
White with #B080E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080E8; }
p { color: rgb(176,128,232); }
H1.HeaderClassName
{
color: #B080E8;
}
.AnyTagClassName
{
color: #B080E8;
}
</style>
background-color css
<style>
a { background-color: #B080E8; }
a { background-color: rgb(176,128,232); }
div.DivClassName
{
background-color: #B080E8;
}
.BgClassName
{
background-color: #B080E8;
}
</style>
border-color css
<style>
span { border-color: #B080E8; }
span { border-color: rgb(176,128,232); }
td.TdClassName
{
border-color: #B080E8;
}
.TagClassName
{
border-color: #B080E8;
}
</style>