Shades of Biloba Flower #B49BDA
Tints of Biloba Flower #B49BDA
RGB
CMYK
RGB Variations
Color information
#B49BDA (or 0xB49BDA) is known color: Biloba Flower. HEX triplet: B4, 9B and DA. RGB value is (180,155,218). Sum of RGB (Red+Green+Blue) = 180+155+218=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B49BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BDA is #4B6425. Grayscale: #A9A9A9. Windows color (decimal): -4940838 or 14326708. OLE color: 14326708.
HSL color Cylindrical-coordinate representation of color #B49BDA: hue angle of 263.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49BDA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 155 | 218 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.15 |
| HSL | 263.81º | 0.46% | 0.73% | - |
| HSV(B) | 263.81º | 0.29% | 0.85% | - |
| XYZ | 43.2 | 38.21 | 71.43 | - |
| YUV | 169.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 218 | 0.17 | 0.29 | 0 | 0.15 | 263.81 | 0.46 | 0.73 |
| Hex | B4 | 9B | DA | 11 | 1D | 0 | F | 108 | 2E | 49 |
| Octal | 264 | 233 | 332 | 21 | 35 | 0 | 17 | 410 | 56 | 111 |
| Binary | 10110100 | 10011011 | 11011010 | 10001 | 11101 | 0 | 1111 | 100001000 | 101110 | 1001001 |
Color Harmonies of #B49BDA
Complementary color
Monochromatic Colors of #B49BDA
Black with #B49BDA
Text Example
Text Example
White with #B49BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BDA; }
p { color: rgb(180,155,218); }
H1.HeaderClassName
{
color: #B49BDA;
}
.AnyTagClassName
{
color: #B49BDA;
}
</style>
background-color css
<style>
a { background-color: #B49BDA; }
a { background-color: rgb(180,155,218); }
div.DivClassName
{
background-color: #B49BDA;
}
.BgClassName
{
background-color: #B49BDA;
}
</style>
border-color css
<style>
span { border-color: #B49BDA; }
span { border-color: rgb(180,155,218); }
td.TdClassName
{
border-color: #B49BDA;
}
.TagClassName
{
border-color: #B49BDA;
}
</style>