Shades of Biloba Flower #B18BDA
Tints of Biloba Flower #B18BDA
RGB
CMYK
RGB Variations
Color information
#B18BDA (or 0xB18BDA) is known color: Biloba Flower. HEX triplet: B1, 8B and DA. RGB value is (177,139,218). Sum of RGB (Red+Green+Blue) = 177+139+218=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BDA is #4E7425. Grayscale: #9F9F9F. Windows color (decimal): -5141542 or 14322609. OLE color: 14322609.
HSL color Cylindrical-coordinate representation of color #B18BDA: hue angle of 268.86º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B18BDA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 139 | 218 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.15 |
| HSL | 268.86º | 0.52% | 0.7% | - |
| HSV(B) | 268.86º | 0.36% | 0.85% | - |
| XYZ | 40.02 | 32.87 | 70.57 | - |
| YUV | 159.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 218 | 0.19 | 0.36 | 0 | 0.15 | 268.86 | 0.52 | 0.7 |
| Hex | B1 | 8B | DA | 13 | 24 | 0 | F | 10D | 34 | 46 |
| Octal | 261 | 213 | 332 | 23 | 44 | 0 | 17 | 415 | 64 | 106 |
| Binary | 10110001 | 10001011 | 11011010 | 10011 | 100100 | 0 | 1111 | 100001101 | 110100 | 1000110 |
Color Harmonies of #B18BDA
Complementary color
Monochromatic Colors of #B18BDA
Black with #B18BDA
Text Example
Text Example
White with #B18BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BDA; }
p { color: rgb(177,139,218); }
H1.HeaderClassName
{
color: #B18BDA;
}
.AnyTagClassName
{
color: #B18BDA;
}
</style>
background-color css
<style>
a { background-color: #B18BDA; }
a { background-color: rgb(177,139,218); }
div.DivClassName
{
background-color: #B18BDA;
}
.BgClassName
{
background-color: #B18BDA;
}
</style>
border-color css
<style>
span { border-color: #B18BDA; }
span { border-color: rgb(177,139,218); }
td.TdClassName
{
border-color: #B18BDA;
}
.TagClassName
{
border-color: #B18BDA;
}
</style>