Shades of Biloba Flower #B18AFF
Tints of Biloba Flower #B18AFF
RGB
CMYK
RGB Variations
Color information
#B18AFF (or 0xB18AFF) is known color: Biloba Flower. HEX triplet: B1, 8A and FF. RGB value is (177,138,255). Sum of RGB (Red+Green+Blue) = 177+138+255=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AFF is #4E7500. Grayscale: #A2A2A2. Windows color (decimal): -5141761 or 16747185. OLE color: 16747185.
HSL color Cylindrical-coordinate representation of color #B18AFF: hue angle of 260º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B18AFF is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 138 | 255 | - |
| CMYK | 0.31 | 0.46 | 0 | 0 |
| HSL | 260º | 1% | 0.77% | - |
| HSV(B) | 260º | 0.46% | 1% | - |
| XYZ | 45.27 | 34.74 | 98.93 | - |
| YUV | 163 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 255 | 0.31 | 0.46 | 0 | 0 | 260 | 1 | 0.77 |
| Hex | B1 | 8A | FF | 1F | 2E | 0 | 0 | 104 | 64 | 4D |
| Octal | 261 | 212 | 377 | 37 | 56 | 0 | 0 | 404 | 144 | 115 |
| Binary | 10110001 | 10001010 | 11111111 | 11111 | 101110 | 0 | 0 | 100000100 | 1100100 | 1001101 |
Color Harmonies of #B18AFF
Complementary color
Monochromatic Colors of #B18AFF
Black with #B18AFF
Text Example
Text Example
White with #B18AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AFF; }
p { color: rgb(177,138,255); }
H1.HeaderClassName
{
color: #B18AFF;
}
.AnyTagClassName
{
color: #B18AFF;
}
</style>
background-color css
<style>
a { background-color: #B18AFF; }
a { background-color: rgb(177,138,255); }
div.DivClassName
{
background-color: #B18AFF;
}
.BgClassName
{
background-color: #B18AFF;
}
</style>
border-color css
<style>
span { border-color: #B18AFF; }
span { border-color: rgb(177,138,255); }
td.TdClassName
{
border-color: #B18AFF;
}
.TagClassName
{
border-color: #B18AFF;
}
</style>