Shades of Biloba Flower #B49BE3
Tints of Biloba Flower #B49BE3
RGB
CMYK
RGB Variations
Color information
#B49BE3 (or 0xB49BE3) is known color: Biloba Flower. HEX triplet: B4, 9B and E3. RGB value is (180,155,227). Sum of RGB (Red+Green+Blue) = 180+155+227=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #B49BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BE3 is #4B641C. Grayscale: #AAAAAA. Windows color (decimal): -4940829 or 14916532. OLE color: 14916532.
HSL color Cylindrical-coordinate representation of color #B49BE3: hue angle of 260.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49BE3 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 155 | 227 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.11 |
| HSL | 260.83º | 0.56% | 0.75% | - |
| HSV(B) | 260.83º | 0.32% | 0.89% | - |
| XYZ | 44.41 | 38.69 | 77.8 | - |
| YUV | 170.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 227 | 0.21 | 0.32 | 0 | 0.11 | 260.83 | 0.56 | 0.75 |
| Hex | B4 | 9B | E3 | 15 | 20 | 0 | B | 105 | 38 | 4B |
| Octal | 264 | 233 | 343 | 25 | 40 | 0 | 13 | 405 | 70 | 113 |
| Binary | 10110100 | 10011011 | 11100011 | 10101 | 100000 | 0 | 1011 | 100000101 | 111000 | 1001011 |
Color Harmonies of #B49BE3
Complementary color
Monochromatic Colors of #B49BE3
Black with #B49BE3
Text Example
Text Example
White with #B49BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BE3; }
p { color: rgb(180,155,227); }
H1.HeaderClassName
{
color: #B49BE3;
}
.AnyTagClassName
{
color: #B49BE3;
}
</style>
background-color css
<style>
a { background-color: #B49BE3; }
a { background-color: rgb(180,155,227); }
div.DivClassName
{
background-color: #B49BE3;
}
.BgClassName
{
background-color: #B49BE3;
}
</style>
border-color css
<style>
span { border-color: #B49BE3; }
span { border-color: rgb(180,155,227); }
td.TdClassName
{
border-color: #B49BE3;
}
.TagClassName
{
border-color: #B49BE3;
}
</style>