Shades of Biloba Flower #B18EE4
Tints of Biloba Flower #B18EE4
RGB
CMYK
RGB Variations
Color information
#B18EE4 (or 0xB18EE4) is known color: Biloba Flower. HEX triplet: B1, 8E and E4. RGB value is (177,142,228). Sum of RGB (Red+Green+Blue) = 177+142+228=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #B18EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EE4 is #4E711B. Grayscale: #A1A1A1. Windows color (decimal): -5140764 or 14978737. OLE color: 14978737.
HSL color Cylindrical-coordinate representation of color #B18EE4: hue angle of 264.42º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18EE4 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 142 | 228 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.11 |
| HSL | 264.42º | 0.61% | 0.73% | - |
| HSV(B) | 264.42º | 0.38% | 0.89% | - |
| XYZ | 41.81 | 34.29 | 77.81 | - |
| YUV | 162.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 228 | 0.22 | 0.38 | 0 | 0.11 | 264.42 | 0.61 | 0.73 |
| Hex | B1 | 8E | E4 | 16 | 26 | 0 | B | 108 | 3D | 49 |
| Octal | 261 | 216 | 344 | 26 | 46 | 0 | 13 | 410 | 75 | 111 |
| Binary | 10110001 | 10001110 | 11100100 | 10110 | 100110 | 0 | 1011 | 100001000 | 111101 | 1001001 |
Color Harmonies of #B18EE4
Complementary color
Monochromatic Colors of #B18EE4
Black with #B18EE4
Text Example
Text Example
White with #B18EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18EE4; }
p { color: rgb(177,142,228); }
H1.HeaderClassName
{
color: #B18EE4;
}
.AnyTagClassName
{
color: #B18EE4;
}
</style>
background-color css
<style>
a { background-color: #B18EE4; }
a { background-color: rgb(177,142,228); }
div.DivClassName
{
background-color: #B18EE4;
}
.BgClassName
{
background-color: #B18EE4;
}
</style>
border-color css
<style>
span { border-color: #B18EE4; }
span { border-color: rgb(177,142,228); }
td.TdClassName
{
border-color: #B18EE4;
}
.TagClassName
{
border-color: #B18EE4;
}
</style>