Shades of Biloba Flower #B494DB
Tints of Biloba Flower #B494DB
RGB
CMYK
RGB Variations
Color information
#B494DB (or 0xB494DB) is known color: Biloba Flower. HEX triplet: B4, 94 and DB. RGB value is (180,148,219). Sum of RGB (Red+Green+Blue) = 180+148+219=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #B494DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494DB is #4B6B24. Grayscale: #A5A5A5. Windows color (decimal): -4942629 or 14390452. OLE color: 14390452.
HSL color Cylindrical-coordinate representation of color #B494DB: hue angle of 267.04º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B494DB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 148 | 219 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.14 |
| HSL | 267.04º | 0.5% | 0.72% | - |
| HSV(B) | 267.04º | 0.32% | 0.86% | - |
| XYZ | 42.2 | 36 | 71.74 | - |
| YUV | 165.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 219 | 0.18 | 0.32 | 0 | 0.14 | 267.04 | 0.5 | 0.72 |
| Hex | B4 | 94 | DB | 12 | 20 | 0 | E | 10B | 32 | 48 |
| Octal | 264 | 224 | 333 | 22 | 40 | 0 | 16 | 413 | 62 | 110 |
| Binary | 10110100 | 10010100 | 11011011 | 10010 | 100000 | 0 | 1110 | 100001011 | 110010 | 1001000 |
Color Harmonies of #B494DB
Complementary color
Monochromatic Colors of #B494DB
Black with #B494DB
Text Example
Text Example
White with #B494DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B494DB; }
p { color: rgb(180,148,219); }
H1.HeaderClassName
{
color: #B494DB;
}
.AnyTagClassName
{
color: #B494DB;
}
</style>
background-color css
<style>
a { background-color: #B494DB; }
a { background-color: rgb(180,148,219); }
div.DivClassName
{
background-color: #B494DB;
}
.BgClassName
{
background-color: #B494DB;
}
</style>
border-color css
<style>
span { border-color: #B494DB; }
span { border-color: rgb(180,148,219); }
td.TdClassName
{
border-color: #B494DB;
}
.TagClassName
{
border-color: #B494DB;
}
</style>