Shades of Biloba Flower #B18FD1
Tints of Biloba Flower #B18FD1
RGB
CMYK
RGB Variations
Color information
#B18FD1 (or 0xB18FD1) is known color: Biloba Flower. HEX triplet: B1, 8F and D1. RGB value is (177,143,209). Sum of RGB (Red+Green+Blue) = 177+143+209=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #B18FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FD1 is #4E702E. Grayscale: #A0A0A0. Windows color (decimal): -5140527 or 13733809. OLE color: 13733809.
HSL color Cylindrical-coordinate representation of color #B18FD1: hue angle of 270.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18FD1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 143 | 209 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.18 |
| HSL | 270.91º | 0.42% | 0.69% | - |
| HSV(B) | 270.91º | 0.32% | 0.82% | - |
| XYZ | 39.46 | 33.6 | 64.73 | - |
| YUV | 160.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 209 | 0.15 | 0.32 | 0 | 0.18 | 270.91 | 0.42 | 0.69 |
| Hex | B1 | 8F | D1 | F | 20 | 0 | 12 | 10F | 2A | 45 |
| Octal | 261 | 217 | 321 | 17 | 40 | 0 | 22 | 417 | 52 | 105 |
| Binary | 10110001 | 10001111 | 11010001 | 1111 | 100000 | 0 | 10010 | 100001111 | 101010 | 1000101 |
Color Harmonies of #B18FD1
Complementary color
Monochromatic Colors of #B18FD1
Black with #B18FD1
Text Example
Text Example
White with #B18FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FD1; }
p { color: rgb(177,143,209); }
H1.HeaderClassName
{
color: #B18FD1;
}
.AnyTagClassName
{
color: #B18FD1;
}
</style>
background-color css
<style>
a { background-color: #B18FD1; }
a { background-color: rgb(177,143,209); }
div.DivClassName
{
background-color: #B18FD1;
}
.BgClassName
{
background-color: #B18FD1;
}
</style>
border-color css
<style>
span { border-color: #B18FD1; }
span { border-color: rgb(177,143,209); }
td.TdClassName
{
border-color: #B18FD1;
}
.TagClassName
{
border-color: #B18FD1;
}
</style>