Shades of Biloba Flower #B18EE2
Tints of Biloba Flower #B18EE2
RGB
CMYK
RGB Variations
Color information
#B18EE2 (or 0xB18EE2) is known color: Biloba Flower. HEX triplet: B1, 8E and E2. RGB value is (177,142,226). Sum of RGB (Red+Green+Blue) = 177+142+226=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #B18EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EE2 is #4E711D. Grayscale: #A1A1A1. Windows color (decimal): -5140766 or 14847665. OLE color: 14847665.
HSL color Cylindrical-coordinate representation of color #B18EE2: hue angle of 265º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18EE2 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 142 | 226 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.11 |
| HSL | 265º | 0.59% | 0.72% | - |
| HSV(B) | 265º | 0.37% | 0.89% | - |
| XYZ | 41.53 | 34.18 | 76.36 | - |
| YUV | 162.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 226 | 0.22 | 0.37 | 0 | 0.11 | 265 | 0.59 | 0.72 |
| Hex | B1 | 8E | E2 | 16 | 25 | 0 | B | 109 | 3B | 48 |
| Octal | 261 | 216 | 342 | 26 | 45 | 0 | 13 | 411 | 73 | 110 |
| Binary | 10110001 | 10001110 | 11100010 | 10110 | 100101 | 0 | 1011 | 100001001 | 111011 | 1001000 |
Color Harmonies of #B18EE2
Complementary color
Monochromatic Colors of #B18EE2
Black with #B18EE2
Text Example
Text Example
White with #B18EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18EE2; }
p { color: rgb(177,142,226); }
H1.HeaderClassName
{
color: #B18EE2;
}
.AnyTagClassName
{
color: #B18EE2;
}
</style>
background-color css
<style>
a { background-color: #B18EE2; }
a { background-color: rgb(177,142,226); }
div.DivClassName
{
background-color: #B18EE2;
}
.BgClassName
{
background-color: #B18EE2;
}
</style>
border-color css
<style>
span { border-color: #B18EE2; }
span { border-color: rgb(177,142,226); }
td.TdClassName
{
border-color: #B18EE2;
}
.TagClassName
{
border-color: #B18EE2;
}
</style>