Shades of Biloba Flower #B499DB
Tints of Biloba Flower #B499DB
RGB
CMYK
RGB Variations
Color information
#B499DB (or 0xB499DB) is known color: Biloba Flower. HEX triplet: B4, 99 and DB. RGB value is (180,153,219). Sum of RGB (Red+Green+Blue) = 180+153+219=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B499DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499DB is #4B6624. Grayscale: #A8A8A8. Windows color (decimal): -4941349 or 14391732. OLE color: 14391732.
HSL color Cylindrical-coordinate representation of color #B499DB: hue angle of 264.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B499DB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 153 | 219 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.14 |
| HSL | 264.55º | 0.48% | 0.73% | - |
| HSV(B) | 264.55º | 0.3% | 0.86% | - |
| XYZ | 43 | 37.6 | 72.01 | - |
| YUV | 168.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 219 | 0.18 | 0.30 | 0 | 0.14 | 264.55 | 0.48 | 0.73 |
| Hex | B4 | 99 | DB | 12 | 1E | 0 | E | 109 | 30 | 49 |
| Octal | 264 | 231 | 333 | 22 | 36 | 0 | 16 | 411 | 60 | 111 |
| Binary | 10110100 | 10011001 | 11011011 | 10010 | 11110 | 0 | 1110 | 100001001 | 110000 | 1001001 |
Color Harmonies of #B499DB
Complementary color
Monochromatic Colors of #B499DB
Black with #B499DB
Text Example
Text Example
White with #B499DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B499DB; }
p { color: rgb(180,153,219); }
H1.HeaderClassName
{
color: #B499DB;
}
.AnyTagClassName
{
color: #B499DB;
}
</style>
background-color css
<style>
a { background-color: #B499DB; }
a { background-color: rgb(180,153,219); }
div.DivClassName
{
background-color: #B499DB;
}
.BgClassName
{
background-color: #B499DB;
}
</style>
border-color css
<style>
span { border-color: #B499DB; }
span { border-color: rgb(180,153,219); }
td.TdClassName
{
border-color: #B499DB;
}
.TagClassName
{
border-color: #B499DB;
}
</style>