Shades of Biloba Flower #B887D8
Tints of Biloba Flower #B887D8
RGB
CMYK
RGB Variations
Color information
#B887D8 (or 0xB887D8) is known color: Biloba Flower. HEX triplet: B8, 87 and D8. RGB value is (184,135,216). Sum of RGB (Red+Green+Blue) = 184+135+216=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #B887D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887D8 is #477827. Grayscale: #9E9E9E. Windows color (decimal): -4683816 or 14190520. OLE color: 14190520.
HSL color Cylindrical-coordinate representation of color #B887D8: hue angle of 276.3º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B887D8 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 135 | 216 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.15 |
| HSL | 276.3º | 0.51% | 0.69% | - |
| HSV(B) | 276.3º | 0.38% | 0.85% | - |
| XYZ | 40.83 | 32.48 | 69.08 | - |
| YUV | 158.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 216 | 0.15 | 0.38 | 0 | 0.15 | 276.3 | 0.51 | 0.69 |
| Hex | B8 | 87 | D8 | F | 26 | 0 | F | 114 | 33 | 45 |
| Octal | 270 | 207 | 330 | 17 | 46 | 0 | 17 | 424 | 63 | 105 |
| Binary | 10111000 | 10000111 | 11011000 | 1111 | 100110 | 0 | 1111 | 100010100 | 110011 | 1000101 |
Color Harmonies of #B887D8
Complementary color
Monochromatic Colors of #B887D8
Black with #B887D8
Text Example
Text Example
White with #B887D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887D8; }
p { color: rgb(184,135,216); }
H1.HeaderClassName
{
color: #B887D8;
}
.AnyTagClassName
{
color: #B887D8;
}
</style>
background-color css
<style>
a { background-color: #B887D8; }
a { background-color: rgb(184,135,216); }
div.DivClassName
{
background-color: #B887D8;
}
.BgClassName
{
background-color: #B887D8;
}
</style>
border-color css
<style>
span { border-color: #B887D8; }
span { border-color: rgb(184,135,216); }
td.TdClassName
{
border-color: #B887D8;
}
.TagClassName
{
border-color: #B887D8;
}
</style>