Shades of Biloba Flower #B187D6
Tints of Biloba Flower #B187D6
RGB
CMYK
RGB Variations
Color information
#B187D6 (or 0xB187D6) is known color: Biloba Flower. HEX triplet: B1, 87 and D6. RGB value is (177,135,214). Sum of RGB (Red+Green+Blue) = 177+135+214=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #B187D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187D6 is #4E7829. Grayscale: #9C9C9C. Windows color (decimal): -5142570 or 14059441. OLE color: 14059441.
HSL color Cylindrical-coordinate representation of color #B187D6: hue angle of 271.9º 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 #B187D6 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 135 | 214 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.16 |
| HSL | 271.9º | 0.49% | 0.68% | - |
| HSV(B) | 271.9º | 0.37% | 0.84% | - |
| XYZ | 38.93 | 31.53 | 67.65 | - |
| YUV | 156.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 214 | 0.17 | 0.37 | 0 | 0.16 | 271.9 | 0.49 | 0.68 |
| Hex | B1 | 87 | D6 | 11 | 25 | 0 | 10 | 110 | 31 | 44 |
| Octal | 261 | 207 | 326 | 21 | 45 | 0 | 20 | 420 | 61 | 104 |
| Binary | 10110001 | 10000111 | 11010110 | 10001 | 100101 | 0 | 10000 | 100010000 | 110001 | 1000100 |
Color Harmonies of #B187D6
Complementary color
Monochromatic Colors of #B187D6
Black with #B187D6
Text Example
Text Example
White with #B187D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187D6; }
p { color: rgb(177,135,214); }
H1.HeaderClassName
{
color: #B187D6;
}
.AnyTagClassName
{
color: #B187D6;
}
</style>
background-color css
<style>
a { background-color: #B187D6; }
a { background-color: rgb(177,135,214); }
div.DivClassName
{
background-color: #B187D6;
}
.BgClassName
{
background-color: #B187D6;
}
</style>
border-color css
<style>
span { border-color: #B187D6; }
span { border-color: rgb(177,135,214); }
td.TdClassName
{
border-color: #B187D6;
}
.TagClassName
{
border-color: #B187D6;
}
</style>