Shades of Biloba Flower #B187D9
Tints of Biloba Flower #B187D9
RGB
CMYK
RGB Variations
Color information
#B187D9 (or 0xB187D9) is known color: Biloba Flower. HEX triplet: B1, 87 and D9. RGB value is (177,135,217). Sum of RGB (Red+Green+Blue) = 177+135+217=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #B187D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187D9 is #4E7826. Grayscale: #9C9C9C. Windows color (decimal): -5142567 or 14256049. OLE color: 14256049.
HSL color Cylindrical-coordinate representation of color #B187D9: hue angle of 270.73º degrees, saturation: 0.52, 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 #B187D9 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 135 | 217 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.15 |
| HSL | 270.73º | 0.52% | 0.69% | - |
| HSV(B) | 270.73º | 0.38% | 0.85% | - |
| XYZ | 39.32 | 31.68 | 69.69 | - |
| YUV | 156.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 217 | 0.18 | 0.38 | 0 | 0.15 | 270.73 | 0.52 | 0.69 |
| Hex | B1 | 87 | D9 | 12 | 26 | 0 | F | 10F | 34 | 45 |
| Octal | 261 | 207 | 331 | 22 | 46 | 0 | 17 | 417 | 64 | 105 |
| Binary | 10110001 | 10000111 | 11011001 | 10010 | 100110 | 0 | 1111 | 100001111 | 110100 | 1000101 |
Color Harmonies of #B187D9
Complementary color
Monochromatic Colors of #B187D9
Black with #B187D9
Text Example
Text Example
White with #B187D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187D9; }
p { color: rgb(177,135,217); }
H1.HeaderClassName
{
color: #B187D9;
}
.AnyTagClassName
{
color: #B187D9;
}
</style>
background-color css
<style>
a { background-color: #B187D9; }
a { background-color: rgb(177,135,217); }
div.DivClassName
{
background-color: #B187D9;
}
.BgClassName
{
background-color: #B187D9;
}
</style>
border-color css
<style>
span { border-color: #B187D9; }
span { border-color: rgb(177,135,217); }
td.TdClassName
{
border-color: #B187D9;
}
.TagClassName
{
border-color: #B187D9;
}
</style>