Shades of Biloba Flower #B18ADD
Tints of Biloba Flower #B18ADD
RGB
CMYK
RGB Variations
Color information
#B18ADD (or 0xB18ADD) is known color: Biloba Flower. HEX triplet: B1, 8A and DD. RGB value is (177,138,221). Sum of RGB (Red+Green+Blue) = 177+138+221=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B18ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ADD is #4E7522. Grayscale: #9E9E9E. Windows color (decimal): -5141795 or 14518961. OLE color: 14518961.
HSL color Cylindrical-coordinate representation of color #B18ADD: hue angle of 268.19º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18ADD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 138 | 221 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.13 |
| HSL | 268.19º | 0.55% | 0.7% | - |
| HSV(B) | 268.19º | 0.38% | 0.87% | - |
| XYZ | 40.27 | 32.74 | 72.6 | - |
| YUV | 159.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 221 | 0.20 | 0.38 | 0 | 0.13 | 268.19 | 0.55 | 0.7 |
| Hex | B1 | 8A | DD | 14 | 26 | 0 | D | 10C | 37 | 46 |
| Octal | 261 | 212 | 335 | 24 | 46 | 0 | 15 | 414 | 67 | 106 |
| Binary | 10110001 | 10001010 | 11011101 | 10100 | 100110 | 0 | 1101 | 100001100 | 110111 | 1000110 |
Color Harmonies of #B18ADD
Complementary color
Monochromatic Colors of #B18ADD
Black with #B18ADD
Text Example
Text Example
White with #B18ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18ADD; }
p { color: rgb(177,138,221); }
H1.HeaderClassName
{
color: #B18ADD;
}
.AnyTagClassName
{
color: #B18ADD;
}
</style>
background-color css
<style>
a { background-color: #B18ADD; }
a { background-color: rgb(177,138,221); }
div.DivClassName
{
background-color: #B18ADD;
}
.BgClassName
{
background-color: #B18ADD;
}
</style>
border-color css
<style>
span { border-color: #B18ADD; }
span { border-color: rgb(177,138,221); }
td.TdClassName
{
border-color: #B18ADD;
}
.TagClassName
{
border-color: #B18ADD;
}
</style>