Shades of Biloba Flower #B49DE0
Tints of Biloba Flower #B49DE0
RGB
CMYK
RGB Variations
Color information
#B49DE0 (or 0xB49DE0) is known color: Biloba Flower. HEX triplet: B4, 9D and E0. RGB value is (180,157,224). Sum of RGB (Red+Green+Blue) = 180+157+224=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #B49DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DE0 is #4B621F. Grayscale: #ABABAB. Windows color (decimal): -4940320 or 14720436. OLE color: 14720436.
HSL color Cylindrical-coordinate representation of color #B49DE0: hue angle of 260.6º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B49DE0 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 157 | 224 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.12 |
| HSL | 260.6º | 0.52% | 0.75% | - |
| HSV(B) | 260.6º | 0.3% | 0.88% | - |
| XYZ | 44.33 | 39.2 | 75.75 | - |
| YUV | 171.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 224 | 0.20 | 0.30 | 0 | 0.12 | 260.6 | 0.52 | 0.75 |
| Hex | B4 | 9D | E0 | 14 | 1E | 0 | C | 105 | 34 | 4B |
| Octal | 264 | 235 | 340 | 24 | 36 | 0 | 14 | 405 | 64 | 113 |
| Binary | 10110100 | 10011101 | 11100000 | 10100 | 11110 | 0 | 1100 | 100000101 | 110100 | 1001011 |
Color Harmonies of #B49DE0
Complementary color
Monochromatic Colors of #B49DE0
Black with #B49DE0
Text Example
Text Example
White with #B49DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49DE0; }
p { color: rgb(180,157,224); }
H1.HeaderClassName
{
color: #B49DE0;
}
.AnyTagClassName
{
color: #B49DE0;
}
</style>
background-color css
<style>
a { background-color: #B49DE0; }
a { background-color: rgb(180,157,224); }
div.DivClassName
{
background-color: #B49DE0;
}
.BgClassName
{
background-color: #B49DE0;
}
</style>
border-color css
<style>
span { border-color: #B49DE0; }
span { border-color: rgb(180,157,224); }
td.TdClassName
{
border-color: #B49DE0;
}
.TagClassName
{
border-color: #B49DE0;
}
</style>