Shades of Biloba Flower #B087E8
Tints of Biloba Flower #B087E8
RGB
CMYK
RGB Variations
Color information
#B087E8 (or 0xB087E8) is known color: Biloba Flower. HEX triplet: B0, 87 and E8. RGB value is (176,135,232). Sum of RGB (Red+Green+Blue) = 176+135+232=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #B087E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087E8 is #4F7817. Grayscale: #9D9D9D. Windows color (decimal): -5208088 or 15239088. OLE color: 15239088.
HSL color Cylindrical-coordinate representation of color #B087E8: hue angle of 265.36º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B087E8 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 135 | 232 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.09 |
| HSL | 265.36º | 0.68% | 0.72% | - |
| HSV(B) | 265.36º | 0.42% | 0.91% | - |
| XYZ | 41.13 | 32.38 | 80.43 | - |
| YUV | 158.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 232 | 0.24 | 0.42 | 0 | 0.09 | 265.36 | 0.68 | 0.72 |
| Hex | B0 | 87 | E8 | 18 | 2A | 0 | 9 | 109 | 44 | 48 |
| Octal | 260 | 207 | 350 | 30 | 52 | 0 | 11 | 411 | 104 | 110 |
| Binary | 10110000 | 10000111 | 11101000 | 11000 | 101010 | 0 | 1001 | 100001001 | 1000100 | 1001000 |
Color Harmonies of #B087E8
Complementary color
Monochromatic Colors of #B087E8
Black with #B087E8
Text Example
Text Example
White with #B087E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087E8; }
p { color: rgb(176,135,232); }
H1.HeaderClassName
{
color: #B087E8;
}
.AnyTagClassName
{
color: #B087E8;
}
</style>
background-color css
<style>
a { background-color: #B087E8; }
a { background-color: rgb(176,135,232); }
div.DivClassName
{
background-color: #B087E8;
}
.BgClassName
{
background-color: #B087E8;
}
</style>
border-color css
<style>
span { border-color: #B087E8; }
span { border-color: rgb(176,135,232); }
td.TdClassName
{
border-color: #B087E8;
}
.TagClassName
{
border-color: #B087E8;
}
</style>