Shades of Biloba Flower #B48FDB
Tints of Biloba Flower #B48FDB
RGB
CMYK
RGB Variations
Color information
#B48FDB (or 0xB48FDB) is known color: Biloba Flower. HEX triplet: B4, 8F and DB. RGB value is (180,143,219). Sum of RGB (Red+Green+Blue) = 180+143+219=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B48FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FDB is #4B7024. Grayscale: #A2A2A2. Windows color (decimal): -4943909 or 14389172. OLE color: 14389172.
HSL color Cylindrical-coordinate representation of color #B48FDB: hue angle of 269.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B48FDB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 143 | 219 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.14 |
| HSL | 269.21º | 0.51% | 0.71% | - |
| HSV(B) | 269.21º | 0.35% | 0.86% | - |
| XYZ | 41.43 | 34.46 | 71.49 | - |
| YUV | 162.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 219 | 0.18 | 0.35 | 0 | 0.14 | 269.21 | 0.51 | 0.71 |
| Hex | B4 | 8F | DB | 12 | 23 | 0 | E | 10D | 33 | 47 |
| Octal | 264 | 217 | 333 | 22 | 43 | 0 | 16 | 415 | 63 | 107 |
| Binary | 10110100 | 10001111 | 11011011 | 10010 | 100011 | 0 | 1110 | 100001101 | 110011 | 1000111 |
Color Harmonies of #B48FDB
Complementary color
Monochromatic Colors of #B48FDB
Black with #B48FDB
Text Example
Text Example
White with #B48FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FDB; }
p { color: rgb(180,143,219); }
H1.HeaderClassName
{
color: #B48FDB;
}
.AnyTagClassName
{
color: #B48FDB;
}
</style>
background-color css
<style>
a { background-color: #B48FDB; }
a { background-color: rgb(180,143,219); }
div.DivClassName
{
background-color: #B48FDB;
}
.BgClassName
{
background-color: #B48FDB;
}
</style>
border-color css
<style>
span { border-color: #B48FDB; }
span { border-color: rgb(180,143,219); }
td.TdClassName
{
border-color: #B48FDB;
}
.TagClassName
{
border-color: #B48FDB;
}
</style>