Shades of Biloba Flower #B087E6
Tints of Biloba Flower #B087E6
RGB
CMYK
RGB Variations
Color information
#B087E6 (or 0xB087E6) is known color: Biloba Flower. HEX triplet: B0, 87 and E6. RGB value is (176,135,230). Sum of RGB (Red+Green+Blue) = 176+135+230=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #B087E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087E6 is #4F7819. Grayscale: #9D9D9D. Windows color (decimal): -5208090 or 15108016. OLE color: 15108016.
HSL color Cylindrical-coordinate representation of color #B087E6: hue angle of 265.89º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B087E6 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 135 | 230 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.10 |
| HSL | 265.89º | 0.66% | 0.72% | - |
| HSV(B) | 265.89º | 0.41% | 0.9% | - |
| XYZ | 40.85 | 32.27 | 78.94 | - |
| YUV | 158.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 230 | 0.23 | 0.41 | 0 | 0.10 | 265.89 | 0.66 | 0.72 |
| Hex | B0 | 87 | E6 | 17 | 29 | 0 | A | 10A | 42 | 48 |
| Octal | 260 | 207 | 346 | 27 | 51 | 0 | 12 | 412 | 102 | 110 |
| Binary | 10110000 | 10000111 | 11100110 | 10111 | 101001 | 0 | 1010 | 100001010 | 1000010 | 1001000 |
Color Harmonies of #B087E6
Complementary color
Monochromatic Colors of #B087E6
Black with #B087E6
Text Example
Text Example
White with #B087E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087E6; }
p { color: rgb(176,135,230); }
H1.HeaderClassName
{
color: #B087E6;
}
.AnyTagClassName
{
color: #B087E6;
}
</style>
background-color css
<style>
a { background-color: #B087E6; }
a { background-color: rgb(176,135,230); }
div.DivClassName
{
background-color: #B087E6;
}
.BgClassName
{
background-color: #B087E6;
}
</style>
border-color css
<style>
span { border-color: #B087E6; }
span { border-color: rgb(176,135,230); }
td.TdClassName
{
border-color: #B087E6;
}
.TagClassName
{
border-color: #B087E6;
}
</style>