Shades of Biloba Flower #B189D9
Tints of Biloba Flower #B189D9
RGB
CMYK
RGB Variations
Color information
#B189D9 (or 0xB189D9) is known color: Biloba Flower. HEX triplet: B1, 89 and D9. RGB value is (177,137,217). Sum of RGB (Red+Green+Blue) = 177+137+217=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #B189D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189D9 is #4E7626. Grayscale: #9D9D9D. Windows color (decimal): -5142055 or 14256561. OLE color: 14256561.
HSL color Cylindrical-coordinate representation of color #B189D9: hue angle of 270º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B189D9 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 137 | 217 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.15 |
| HSL | 270º | 0.51% | 0.69% | - |
| HSV(B) | 270º | 0.37% | 0.85% | - |
| XYZ | 39.6 | 32.25 | 69.78 | - |
| YUV | 158.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 217 | 0.18 | 0.37 | 0 | 0.15 | 270 | 0.51 | 0.69 |
| Hex | B1 | 89 | D9 | 12 | 25 | 0 | F | 10E | 33 | 45 |
| Octal | 261 | 211 | 331 | 22 | 45 | 0 | 17 | 416 | 63 | 105 |
| Binary | 10110001 | 10001001 | 11011001 | 10010 | 100101 | 0 | 1111 | 100001110 | 110011 | 1000101 |
Color Harmonies of #B189D9
Complementary color
Monochromatic Colors of #B189D9
Black with #B189D9
Text Example
Text Example
White with #B189D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B189D9; }
p { color: rgb(177,137,217); }
H1.HeaderClassName
{
color: #B189D9;
}
.AnyTagClassName
{
color: #B189D9;
}
</style>
background-color css
<style>
a { background-color: #B189D9; }
a { background-color: rgb(177,137,217); }
div.DivClassName
{
background-color: #B189D9;
}
.BgClassName
{
background-color: #B189D9;
}
</style>
border-color css
<style>
span { border-color: #B189D9; }
span { border-color: rgb(177,137,217); }
td.TdClassName
{
border-color: #B189D9;
}
.TagClassName
{
border-color: #B189D9;
}
</style>