Shades of Biloba Flower #B189E5
Tints of Biloba Flower #B189E5
RGB
CMYK
RGB Variations
Color information
#B189E5 (or 0xB189E5) is known color: Biloba Flower. HEX triplet: B1, 89 and E5. RGB value is (177,137,229). Sum of RGB (Red+Green+Blue) = 177+137+229=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #B189E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189E5 is #4E761A. Grayscale: #9F9F9F. Windows color (decimal): -5142043 or 15042993. OLE color: 15042993.
HSL color Cylindrical-coordinate representation of color #B189E5: hue angle of 266.09º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B189E5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 137 | 229 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.10 |
| HSL | 266.09º | 0.64% | 0.72% | - |
| HSV(B) | 266.09º | 0.4% | 0.9% | - |
| XYZ | 41.22 | 32.9 | 78.31 | - |
| YUV | 159.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 229 | 0.23 | 0.40 | 0 | 0.10 | 266.09 | 0.64 | 0.72 |
| Hex | B1 | 89 | E5 | 17 | 28 | 0 | A | 10A | 40 | 48 |
| Octal | 261 | 211 | 345 | 27 | 50 | 0 | 12 | 412 | 100 | 110 |
| Binary | 10110001 | 10001001 | 11100101 | 10111 | 101000 | 0 | 1010 | 100001010 | 1000000 | 1001000 |
Color Harmonies of #B189E5
Complementary color
Monochromatic Colors of #B189E5
Black with #B189E5
Text Example
Text Example
White with #B189E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B189E5; }
p { color: rgb(177,137,229); }
H1.HeaderClassName
{
color: #B189E5;
}
.AnyTagClassName
{
color: #B189E5;
}
</style>
background-color css
<style>
a { background-color: #B189E5; }
a { background-color: rgb(177,137,229); }
div.DivClassName
{
background-color: #B189E5;
}
.BgClassName
{
background-color: #B189E5;
}
</style>
border-color css
<style>
span { border-color: #B189E5; }
span { border-color: rgb(177,137,229); }
td.TdClassName
{
border-color: #B189E5;
}
.TagClassName
{
border-color: #B189E5;
}
</style>