Shades of Biloba Flower #B189EC
Tints of Biloba Flower #B189EC
RGB
CMYK
RGB Variations
Color information
#B189EC (or 0xB189EC) is known color: Biloba Flower. HEX triplet: B1, 89 and EC. RGB value is (177,137,236). Sum of RGB (Red+Green+Blue) = 177+137+236=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #B189EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B189EC is #4E7613. Grayscale: #9F9F9F. Windows color (decimal): -5142036 or 15501745. OLE color: 15501745.
HSL color Cylindrical-coordinate representation of color #B189EC: hue angle of 264.24º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B189EC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 137 | 236 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.07 |
| HSL | 264.24º | 0.72% | 0.73% | - |
| HSV(B) | 264.24º | 0.42% | 0.93% | - |
| XYZ | 42.22 | 33.29 | 83.56 | - |
| YUV | 160.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 236 | 0.25 | 0.42 | 0 | 0.07 | 264.24 | 0.72 | 0.73 |
| Hex | B1 | 89 | EC | 19 | 2A | 0 | 7 | 108 | 48 | 49 |
| Octal | 261 | 211 | 354 | 31 | 52 | 0 | 7 | 410 | 110 | 111 |
| Binary | 10110001 | 10001001 | 11101100 | 11001 | 101010 | 0 | 111 | 100001000 | 1001000 | 1001001 |
Color Harmonies of #B189EC
Complementary color
Monochromatic Colors of #B189EC
Black with #B189EC
Text Example
Text Example
White with #B189EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B189EC; }
p { color: rgb(177,137,236); }
H1.HeaderClassName
{
color: #B189EC;
}
.AnyTagClassName
{
color: #B189EC;
}
</style>
background-color css
<style>
a { background-color: #B189EC; }
a { background-color: rgb(177,137,236); }
div.DivClassName
{
background-color: #B189EC;
}
.BgClassName
{
background-color: #B189EC;
}
</style>
border-color css
<style>
span { border-color: #B189EC; }
span { border-color: rgb(177,137,236); }
td.TdClassName
{
border-color: #B189EC;
}
.TagClassName
{
border-color: #B189EC;
}
</style>