Shades of Biloba Flower #B18FDA
Tints of Biloba Flower #B18FDA
RGB
CMYK
RGB Variations
Color information
#B18FDA (or 0xB18FDA) is known color: Biloba Flower. HEX triplet: B1, 8F and DA. RGB value is (177,143,218). Sum of RGB (Red+Green+Blue) = 177+143+218=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDA is #4E7025. Grayscale: #A1A1A1. Windows color (decimal): -5140518 or 14323633. OLE color: 14323633.
HSL color Cylindrical-coordinate representation of color #B18FDA: hue angle of 267.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18FDA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 143 | 218 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.15 |
| HSL | 267.2º | 0.5% | 0.71% | - |
| HSV(B) | 267.2º | 0.34% | 0.85% | - |
| XYZ | 40.61 | 34.05 | 70.76 | - |
| YUV | 161.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 218 | 0.19 | 0.34 | 0 | 0.15 | 267.2 | 0.5 | 0.71 |
| Hex | B1 | 8F | DA | 13 | 22 | 0 | F | 10B | 32 | 47 |
| Octal | 261 | 217 | 332 | 23 | 42 | 0 | 17 | 413 | 62 | 107 |
| Binary | 10110001 | 10001111 | 11011010 | 10011 | 100010 | 0 | 1111 | 100001011 | 110010 | 1000111 |
Color Harmonies of #B18FDA
Complementary color
Monochromatic Colors of #B18FDA
Black with #B18FDA
Text Example
Text Example
White with #B18FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FDA; }
p { color: rgb(177,143,218); }
H1.HeaderClassName
{
color: #B18FDA;
}
.AnyTagClassName
{
color: #B18FDA;
}
</style>
background-color css
<style>
a { background-color: #B18FDA; }
a { background-color: rgb(177,143,218); }
div.DivClassName
{
background-color: #B18FDA;
}
.BgClassName
{
background-color: #B18FDA;
}
</style>
border-color css
<style>
span { border-color: #B18FDA; }
span { border-color: rgb(177,143,218); }
td.TdClassName
{
border-color: #B18FDA;
}
.TagClassName
{
border-color: #B18FDA;
}
</style>