Shades of Biloba Flower #B18ADB
Tints of Biloba Flower #B18ADB
RGB
CMYK
RGB Variations
Color information
#B18ADB (or 0xB18ADB) is known color: Biloba Flower. HEX triplet: B1, 8A and DB. RGB value is (177,138,219). Sum of RGB (Red+Green+Blue) = 177+138+219=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #B18ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ADB is #4E7524. Grayscale: #9E9E9E. Windows color (decimal): -5141797 or 14387889. OLE color: 14387889.
HSL color Cylindrical-coordinate representation of color #B18ADB: hue angle of 268.89º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18ADB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 138 | 219 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.14 |
| HSL | 268.89º | 0.53% | 0.7% | - |
| HSV(B) | 268.89º | 0.37% | 0.86% | - |
| XYZ | 40.01 | 32.64 | 71.21 | - |
| YUV | 158.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 219 | 0.19 | 0.37 | 0 | 0.14 | 268.89 | 0.53 | 0.7 |
| Hex | B1 | 8A | DB | 13 | 25 | 0 | E | 10D | 35 | 46 |
| Octal | 261 | 212 | 333 | 23 | 45 | 0 | 16 | 415 | 65 | 106 |
| Binary | 10110001 | 10001010 | 11011011 | 10011 | 100101 | 0 | 1110 | 100001101 | 110101 | 1000110 |
Color Harmonies of #B18ADB
Complementary color
Monochromatic Colors of #B18ADB
Black with #B18ADB
Text Example
Text Example
White with #B18ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18ADB; }
p { color: rgb(177,138,219); }
H1.HeaderClassName
{
color: #B18ADB;
}
.AnyTagClassName
{
color: #B18ADB;
}
</style>
background-color css
<style>
a { background-color: #B18ADB; }
a { background-color: rgb(177,138,219); }
div.DivClassName
{
background-color: #B18ADB;
}
.BgClassName
{
background-color: #B18ADB;
}
</style>
border-color css
<style>
span { border-color: #B18ADB; }
span { border-color: rgb(177,138,219); }
td.TdClassName
{
border-color: #B18ADB;
}
.TagClassName
{
border-color: #B18ADB;
}
</style>