Shades of Biloba Flower #B18BE2
Tints of Biloba Flower #B18BE2
RGB
CMYK
RGB Variations
Color information
#B18BE2 (or 0xB18BE2) is known color: Biloba Flower. HEX triplet: B1, 8B and E2. RGB value is (177,139,226). Sum of RGB (Red+Green+Blue) = 177+139+226=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #B18BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BE2 is #4E741D. Grayscale: #9F9F9F. Windows color (decimal): -5141534 or 14846897. OLE color: 14846897.
HSL color Cylindrical-coordinate representation of color #B18BE2: hue angle of 266.21º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18BE2 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 139 | 226 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.11 |
| HSL | 266.21º | 0.6% | 0.72% | - |
| HSV(B) | 266.21º | 0.38% | 0.89% | - |
| XYZ | 41.09 | 33.3 | 76.21 | - |
| YUV | 160.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 226 | 0.22 | 0.38 | 0 | 0.11 | 266.21 | 0.6 | 0.72 |
| Hex | B1 | 8B | E2 | 16 | 26 | 0 | B | 10A | 3C | 48 |
| Octal | 261 | 213 | 342 | 26 | 46 | 0 | 13 | 412 | 74 | 110 |
| Binary | 10110001 | 10001011 | 11100010 | 10110 | 100110 | 0 | 1011 | 100001010 | 111100 | 1001000 |
Color Harmonies of #B18BE2
Complementary color
Monochromatic Colors of #B18BE2
Black with #B18BE2
Text Example
Text Example
White with #B18BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BE2; }
p { color: rgb(177,139,226); }
H1.HeaderClassName
{
color: #B18BE2;
}
.AnyTagClassName
{
color: #B18BE2;
}
</style>
background-color css
<style>
a { background-color: #B18BE2; }
a { background-color: rgb(177,139,226); }
div.DivClassName
{
background-color: #B18BE2;
}
.BgClassName
{
background-color: #B18BE2;
}
</style>
border-color css
<style>
span { border-color: #B18BE2; }
span { border-color: rgb(177,139,226); }
td.TdClassName
{
border-color: #B18BE2;
}
.TagClassName
{
border-color: #B18BE2;
}
</style>