Shades of Biloba Flower #B49BE5
Tints of Biloba Flower #B49BE5
RGB
CMYK
RGB Variations
Color information
#B49BE5 (or 0xB49BE5) is known color: Biloba Flower. HEX triplet: B4, 9B and E5. RGB value is (180,155,229). Sum of RGB (Red+Green+Blue) = 180+155+229=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #B49BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BE5 is #4B641A. Grayscale: #AAAAAA. Windows color (decimal): -4940827 or 15047604. OLE color: 15047604.
HSL color Cylindrical-coordinate representation of color #B49BE5: hue angle of 260.27º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49BE5 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 155 | 229 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.10 |
| HSL | 260.27º | 0.59% | 0.75% | - |
| HSV(B) | 260.27º | 0.32% | 0.9% | - |
| XYZ | 44.69 | 38.8 | 79.26 | - |
| YUV | 170.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 229 | 0.21 | 0.32 | 0 | 0.10 | 260.27 | 0.59 | 0.75 |
| Hex | B4 | 9B | E5 | 15 | 20 | 0 | A | 104 | 3B | 4B |
| Octal | 264 | 233 | 345 | 25 | 40 | 0 | 12 | 404 | 73 | 113 |
| Binary | 10110100 | 10011011 | 11100101 | 10101 | 100000 | 0 | 1010 | 100000100 | 111011 | 1001011 |
Color Harmonies of #B49BE5
Complementary color
Monochromatic Colors of #B49BE5
Black with #B49BE5
Text Example
Text Example
White with #B49BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BE5; }
p { color: rgb(180,155,229); }
H1.HeaderClassName
{
color: #B49BE5;
}
.AnyTagClassName
{
color: #B49BE5;
}
</style>
background-color css
<style>
a { background-color: #B49BE5; }
a { background-color: rgb(180,155,229); }
div.DivClassName
{
background-color: #B49BE5;
}
.BgClassName
{
background-color: #B49BE5;
}
</style>
border-color css
<style>
span { border-color: #B49BE5; }
span { border-color: rgb(180,155,229); }
td.TdClassName
{
border-color: #B49BE5;
}
.TagClassName
{
border-color: #B49BE5;
}
</style>