Shades of Biloba Flower #B18EE0
Tints of Biloba Flower #B18EE0
RGB
CMYK
RGB Variations
Color information
#B18EE0 (or 0xB18EE0) is known color: Biloba Flower. HEX triplet: B1, 8E and E0. RGB value is (177,142,224). Sum of RGB (Red+Green+Blue) = 177+142+224=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #B18EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EE0 is #4E711F. Grayscale: #A1A1A1. Windows color (decimal): -5140768 or 14716593. OLE color: 14716593.
HSL color Cylindrical-coordinate representation of color #B18EE0: hue angle of 265.61º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18EE0 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 142 | 224 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.12 |
| HSL | 265.61º | 0.57% | 0.72% | - |
| HSV(B) | 265.61º | 0.37% | 0.88% | - |
| XYZ | 41.26 | 34.07 | 74.92 | - |
| YUV | 161.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 224 | 0.21 | 0.37 | 0 | 0.12 | 265.61 | 0.57 | 0.72 |
| Hex | B1 | 8E | E0 | 15 | 25 | 0 | C | 10A | 39 | 48 |
| Octal | 261 | 216 | 340 | 25 | 45 | 0 | 14 | 412 | 71 | 110 |
| Binary | 10110001 | 10001110 | 11100000 | 10101 | 100101 | 0 | 1100 | 100001010 | 111001 | 1001000 |
Color Harmonies of #B18EE0
Complementary color
Monochromatic Colors of #B18EE0
Black with #B18EE0
Text Example
Text Example
White with #B18EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18EE0; }
p { color: rgb(177,142,224); }
H1.HeaderClassName
{
color: #B18EE0;
}
.AnyTagClassName
{
color: #B18EE0;
}
</style>
background-color css
<style>
a { background-color: #B18EE0; }
a { background-color: rgb(177,142,224); }
div.DivClassName
{
background-color: #B18EE0;
}
.BgClassName
{
background-color: #B18EE0;
}
</style>
border-color css
<style>
span { border-color: #B18EE0; }
span { border-color: rgb(177,142,224); }
td.TdClassName
{
border-color: #B18EE0;
}
.TagClassName
{
border-color: #B18EE0;
}
</style>