Shades of Biloba Flower #B188DB
Tints of Biloba Flower #B188DB
RGB
CMYK
RGB Variations
Color information
#B188DB (or 0xB188DB) is known color: Biloba Flower. HEX triplet: B1, 88 and DB. RGB value is (177,136,219). Sum of RGB (Red+Green+Blue) = 177+136+219=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B188DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188DB is #4E7724. Grayscale: #9D9D9D. Windows color (decimal): -5142309 or 14387377. OLE color: 14387377.
HSL color Cylindrical-coordinate representation of color #B188DB: hue angle of 269.64º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B188DB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 136 | 219 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.14 |
| HSL | 269.64º | 0.54% | 0.7% | - |
| HSV(B) | 269.64º | 0.38% | 0.86% | - |
| XYZ | 39.72 | 32.07 | 71.11 | - |
| YUV | 157.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 219 | 0.19 | 0.38 | 0 | 0.14 | 269.64 | 0.54 | 0.7 |
| Hex | B1 | 88 | DB | 13 | 26 | 0 | E | 10E | 36 | 46 |
| Octal | 261 | 210 | 333 | 23 | 46 | 0 | 16 | 416 | 66 | 106 |
| Binary | 10110001 | 10001000 | 11011011 | 10011 | 100110 | 0 | 1110 | 100001110 | 110110 | 1000110 |
Color Harmonies of #B188DB
Complementary color
Monochromatic Colors of #B188DB
Black with #B188DB
Text Example
Text Example
White with #B188DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188DB; }
p { color: rgb(177,136,219); }
H1.HeaderClassName
{
color: #B188DB;
}
.AnyTagClassName
{
color: #B188DB;
}
</style>
background-color css
<style>
a { background-color: #B188DB; }
a { background-color: rgb(177,136,219); }
div.DivClassName
{
background-color: #B188DB;
}
.BgClassName
{
background-color: #B188DB;
}
</style>
border-color css
<style>
span { border-color: #B188DB; }
span { border-color: rgb(177,136,219); }
td.TdClassName
{
border-color: #B188DB;
}
.TagClassName
{
border-color: #B188DB;
}
</style>