Shades of Biloba Flower #B18BEA
Tints of Biloba Flower #B18BEA
RGB
CMYK
RGB Variations
Color information
#B18BEA (or 0xB18BEA) is known color: Biloba Flower. HEX triplet: B1, 8B and EA. RGB value is (177,139,234). Sum of RGB (Red+Green+Blue) = 177+139+234=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #B18BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BEA is #4E7415. Grayscale: #A0A0A0. Windows color (decimal): -5141526 or 15371185. OLE color: 15371185.
HSL color Cylindrical-coordinate representation of color #B18BEA: hue angle of 264º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18BEA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 139 | 234 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.08 |
| HSL | 264º | 0.69% | 0.73% | - |
| HSV(B) | 264º | 0.41% | 0.92% | - |
| XYZ | 42.22 | 33.75 | 82.13 | - |
| YUV | 161.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 234 | 0.24 | 0.41 | 0 | 0.08 | 264 | 0.69 | 0.73 |
| Hex | B1 | 8B | EA | 18 | 29 | 0 | 8 | 108 | 45 | 49 |
| Octal | 261 | 213 | 352 | 30 | 51 | 0 | 10 | 410 | 105 | 111 |
| Binary | 10110001 | 10001011 | 11101010 | 11000 | 101001 | 0 | 1000 | 100001000 | 1000101 | 1001001 |
Color Harmonies of #B18BEA
Complementary color
Monochromatic Colors of #B18BEA
Black with #B18BEA
Text Example
Text Example
White with #B18BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BEA; }
p { color: rgb(177,139,234); }
H1.HeaderClassName
{
color: #B18BEA;
}
.AnyTagClassName
{
color: #B18BEA;
}
</style>
background-color css
<style>
a { background-color: #B18BEA; }
a { background-color: rgb(177,139,234); }
div.DivClassName
{
background-color: #B18BEA;
}
.BgClassName
{
background-color: #B18BEA;
}
</style>
border-color css
<style>
span { border-color: #B18BEA; }
span { border-color: rgb(177,139,234); }
td.TdClassName
{
border-color: #B18BEA;
}
.TagClassName
{
border-color: #B18BEA;
}
</style>