Shades of Biloba Flower #B18AF0
Tints of Biloba Flower #B18AF0
RGB
CMYK
RGB Variations
Color information
#B18AF0 (or 0xB18AF0) is known color: Biloba Flower. HEX triplet: B1, 8A and F0. RGB value is (177,138,240). Sum of RGB (Red+Green+Blue) = 177+138+240=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #B18AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AF0 is #4E750F. Grayscale: #A0A0A0. Windows color (decimal): -5141776 or 15764145. OLE color: 15764145.
HSL color Cylindrical-coordinate representation of color #B18AF0: hue angle of 262.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B18AF0 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 138 | 240 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.06 |
| HSL | 262.94º | 0.77% | 0.74% | - |
| HSV(B) | 262.94º | 0.43% | 0.94% | - |
| XYZ | 42.95 | 33.82 | 86.7 | - |
| YUV | 161.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 240 | 0.26 | 0.42 | 0 | 0.06 | 262.94 | 0.77 | 0.74 |
| Hex | B1 | 8A | F0 | 1A | 2A | 0 | 6 | 107 | 4D | 4A |
| Octal | 261 | 212 | 360 | 32 | 52 | 0 | 6 | 407 | 115 | 112 |
| Binary | 10110001 | 10001010 | 11110000 | 11010 | 101010 | 0 | 110 | 100000111 | 1001101 | 1001010 |
Color Harmonies of #B18AF0
Complementary color
Monochromatic Colors of #B18AF0
Black with #B18AF0
Text Example
Text Example
White with #B18AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AF0; }
p { color: rgb(177,138,240); }
H1.HeaderClassName
{
color: #B18AF0;
}
.AnyTagClassName
{
color: #B18AF0;
}
</style>
background-color css
<style>
a { background-color: #B18AF0; }
a { background-color: rgb(177,138,240); }
div.DivClassName
{
background-color: #B18AF0;
}
.BgClassName
{
background-color: #B18AF0;
}
</style>
border-color css
<style>
span { border-color: #B18AF0; }
span { border-color: rgb(177,138,240); }
td.TdClassName
{
border-color: #B18AF0;
}
.TagClassName
{
border-color: #B18AF0;
}
</style>