Shades of Biloba Flower #B18BD7
Tints of Biloba Flower #B18BD7
RGB
CMYK
RGB Variations
Color information
#B18BD7 (or 0xB18BD7) is known color: Biloba Flower. HEX triplet: B1, 8B and D7. RGB value is (177,139,215). Sum of RGB (Red+Green+Blue) = 177+139+215=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #B18BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BD7 is #4E7428. Grayscale: #9E9E9E. Windows color (decimal): -5141545 or 14126001. OLE color: 14126001.
HSL color Cylindrical-coordinate representation of color #B18BD7: hue angle of 270º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18BD7 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 139 | 215 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.16 |
| HSL | 270º | 0.49% | 0.69% | - |
| HSV(B) | 270º | 0.35% | 0.84% | - |
| XYZ | 39.63 | 32.72 | 68.52 | - |
| YUV | 159.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 215 | 0.18 | 0.35 | 0 | 0.16 | 270 | 0.49 | 0.69 |
| Hex | B1 | 8B | D7 | 12 | 23 | 0 | 10 | 10E | 31 | 45 |
| Octal | 261 | 213 | 327 | 22 | 43 | 0 | 20 | 416 | 61 | 105 |
| Binary | 10110001 | 10001011 | 11010111 | 10010 | 100011 | 0 | 10000 | 100001110 | 110001 | 1000101 |
Color Harmonies of #B18BD7
Complementary color
Monochromatic Colors of #B18BD7
Black with #B18BD7
Text Example
Text Example
White with #B18BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BD7; }
p { color: rgb(177,139,215); }
H1.HeaderClassName
{
color: #B18BD7;
}
.AnyTagClassName
{
color: #B18BD7;
}
</style>
background-color css
<style>
a { background-color: #B18BD7; }
a { background-color: rgb(177,139,215); }
div.DivClassName
{
background-color: #B18BD7;
}
.BgClassName
{
background-color: #B18BD7;
}
</style>
border-color css
<style>
span { border-color: #B18BD7; }
span { border-color: rgb(177,139,215); }
td.TdClassName
{
border-color: #B18BD7;
}
.TagClassName
{
border-color: #B18BD7;
}
</style>