Shades of Biloba Flower #B18EFF
Tints of Biloba Flower #B18EFF
RGB
CMYK
RGB Variations
Color information
#B18EFF (or 0xB18EFF) is known color: Biloba Flower. HEX triplet: B1, 8E and FF. RGB value is (177,142,255). Sum of RGB (Red+Green+Blue) = 177+142+255=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18EFF is #4E7100. Grayscale: #A4A4A4. Windows color (decimal): -5140737 or 16748209. OLE color: 16748209.
HSL color Cylindrical-coordinate representation of color #B18EFF: hue angle of 258.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18EFF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 142 | 255 | - |
| CMYK | 0.31 | 0.44 | 0 | 0 |
| HSL | 258.58º | 1% | 0.78% | - |
| HSV(B) | 258.58º | 0.44% | 1% | - |
| XYZ | 45.85 | 35.91 | 99.12 | - |
| YUV | 165.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 255 | 0.31 | 0.44 | 0 | 0 | 258.58 | 1 | 0.78 |
| Hex | B1 | 8E | FF | 1F | 2C | 0 | 0 | 103 | 64 | 4E |
| Octal | 261 | 216 | 377 | 37 | 54 | 0 | 0 | 403 | 144 | 116 |
| Binary | 10110001 | 10001110 | 11111111 | 11111 | 101100 | 0 | 0 | 100000011 | 1100100 | 1001110 |
Color Harmonies of #B18EFF
Complementary color
Monochromatic Colors of #B18EFF
Black with #B18EFF
Text Example
Text Example
White with #B18EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18EFF; }
p { color: rgb(177,142,255); }
H1.HeaderClassName
{
color: #B18EFF;
}
.AnyTagClassName
{
color: #B18EFF;
}
</style>
background-color css
<style>
a { background-color: #B18EFF; }
a { background-color: rgb(177,142,255); }
div.DivClassName
{
background-color: #B18EFF;
}
.BgClassName
{
background-color: #B18EFF;
}
</style>
border-color css
<style>
span { border-color: #B18EFF; }
span { border-color: rgb(177,142,255); }
td.TdClassName
{
border-color: #B18EFF;
}
.TagClassName
{
border-color: #B18EFF;
}
</style>