Shades of Biloba Flower #B18BD2
Tints of Biloba Flower #B18BD2
RGB
CMYK
RGB Variations
Color information
#B18BD2 (or 0xB18BD2) is known color: Biloba Flower. HEX triplet: B1, 8B and D2. RGB value is (177,139,210). Sum of RGB (Red+Green+Blue) = 177+139+210=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #B18BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BD2 is #4E742D. Grayscale: #9E9E9E. Windows color (decimal): -5141550 or 13798321. OLE color: 13798321.
HSL color Cylindrical-coordinate representation of color #B18BD2: hue angle of 272.11º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18BD2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 139 | 210 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.18 |
| HSL | 272.11º | 0.44% | 0.68% | - |
| HSV(B) | 272.11º | 0.34% | 0.82% | - |
| XYZ | 39 | 32.47 | 65.18 | - |
| YUV | 158.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 210 | 0.16 | 0.34 | 0 | 0.18 | 272.11 | 0.44 | 0.68 |
| Hex | B1 | 8B | D2 | 10 | 22 | 0 | 12 | 110 | 2C | 44 |
| Octal | 261 | 213 | 322 | 20 | 42 | 0 | 22 | 420 | 54 | 104 |
| Binary | 10110001 | 10001011 | 11010010 | 10000 | 100010 | 0 | 10010 | 100010000 | 101100 | 1000100 |
Color Harmonies of #B18BD2
Complementary color
Monochromatic Colors of #B18BD2
Black with #B18BD2
Text Example
Text Example
White with #B18BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BD2; }
p { color: rgb(177,139,210); }
H1.HeaderClassName
{
color: #B18BD2;
}
.AnyTagClassName
{
color: #B18BD2;
}
</style>
background-color css
<style>
a { background-color: #B18BD2; }
a { background-color: rgb(177,139,210); }
div.DivClassName
{
background-color: #B18BD2;
}
.BgClassName
{
background-color: #B18BD2;
}
</style>
border-color css
<style>
span { border-color: #B18BD2; }
span { border-color: rgb(177,139,210); }
td.TdClassName
{
border-color: #B18BD2;
}
.TagClassName
{
border-color: #B18BD2;
}
</style>