Shades of Biloba Flower #B496DB
Tints of Biloba Flower #B496DB
RGB
CMYK
RGB Variations
Color information
#B496DB (or 0xB496DB) is known color: Biloba Flower. HEX triplet: B4, 96 and DB. RGB value is (180,150,219). Sum of RGB (Red+Green+Blue) = 180+150+219=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #B496DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496DB is #4B6924. Grayscale: #A6A6A6. Windows color (decimal): -4942117 or 14390964. OLE color: 14390964.
HSL color Cylindrical-coordinate representation of color #B496DB: hue angle of 266.09º degrees, saturation: 0.49, 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 #B496DB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 150 | 219 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.14 |
| HSL | 266.09º | 0.49% | 0.72% | - |
| HSV(B) | 266.09º | 0.32% | 0.86% | - |
| XYZ | 42.51 | 36.63 | 71.85 | - |
| YUV | 166.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 219 | 0.18 | 0.32 | 0 | 0.14 | 266.09 | 0.49 | 0.72 |
| Hex | B4 | 96 | DB | 12 | 20 | 0 | E | 10A | 31 | 48 |
| Octal | 264 | 226 | 333 | 22 | 40 | 0 | 16 | 412 | 61 | 110 |
| Binary | 10110100 | 10010110 | 11011011 | 10010 | 100000 | 0 | 1110 | 100001010 | 110001 | 1001000 |
Color Harmonies of #B496DB
Complementary color
Monochromatic Colors of #B496DB
Black with #B496DB
Text Example
Text Example
White with #B496DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B496DB; }
p { color: rgb(180,150,219); }
H1.HeaderClassName
{
color: #B496DB;
}
.AnyTagClassName
{
color: #B496DB;
}
</style>
background-color css
<style>
a { background-color: #B496DB; }
a { background-color: rgb(180,150,219); }
div.DivClassName
{
background-color: #B496DB;
}
.BgClassName
{
background-color: #B496DB;
}
</style>
border-color css
<style>
span { border-color: #B496DB; }
span { border-color: rgb(180,150,219); }
td.TdClassName
{
border-color: #B496DB;
}
.TagClassName
{
border-color: #B496DB;
}
</style>