Shades of Biloba Flower #B087D6
Tints of Biloba Flower #B087D6
RGB
CMYK
RGB Variations
Color information
#B087D6 (or 0xB087D6) is known color: Biloba Flower. HEX triplet: B0, 87 and D6. RGB value is (176,135,214). Sum of RGB (Red+Green+Blue) = 176+135+214=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #B087D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087D6 is #4F7829. Grayscale: #9B9B9B. Windows color (decimal): -5208106 or 14059440. OLE color: 14059440.
HSL color Cylindrical-coordinate representation of color #B087D6: hue angle of 271.14º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B087D6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 135 | 214 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.16 |
| HSL | 271.14º | 0.49% | 0.68% | - |
| HSV(B) | 271.14º | 0.37% | 0.84% | - |
| XYZ | 38.71 | 31.41 | 67.64 | - |
| YUV | 156.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 214 | 0.18 | 0.37 | 0 | 0.16 | 271.14 | 0.49 | 0.68 |
| Hex | B0 | 87 | D6 | 12 | 25 | 0 | 10 | 10F | 31 | 44 |
| Octal | 260 | 207 | 326 | 22 | 45 | 0 | 20 | 417 | 61 | 104 |
| Binary | 10110000 | 10000111 | 11010110 | 10010 | 100101 | 0 | 10000 | 100001111 | 110001 | 1000100 |
Color Harmonies of #B087D6
Complementary color
Monochromatic Colors of #B087D6
Black with #B087D6
Text Example
Text Example
White with #B087D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087D6; }
p { color: rgb(176,135,214); }
H1.HeaderClassName
{
color: #B087D6;
}
.AnyTagClassName
{
color: #B087D6;
}
</style>
background-color css
<style>
a { background-color: #B087D6; }
a { background-color: rgb(176,135,214); }
div.DivClassName
{
background-color: #B087D6;
}
.BgClassName
{
background-color: #B087D6;
}
</style>
border-color css
<style>
span { border-color: #B087D6; }
span { border-color: rgb(176,135,214); }
td.TdClassName
{
border-color: #B087D6;
}
.TagClassName
{
border-color: #B087D6;
}
</style>