Shades of Biloba Flower #B38FDB
Tints of Biloba Flower #B38FDB
RGB
CMYK
RGB Variations
Color information
#B38FDB (or 0xB38FDB) is known color: Biloba Flower. HEX triplet: B3, 8F and DB. RGB value is (179,143,219). Sum of RGB (Red+Green+Blue) = 179+143+219=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B38FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDB is #4C7024. Grayscale: #A2A2A2. Windows color (decimal): -5009445 or 14389171. OLE color: 14389171.
HSL color Cylindrical-coordinate representation of color #B38FDB: hue angle of 268.42º 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 #B38FDB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 143 | 219 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.14 |
| HSL | 268.42º | 0.51% | 0.71% | - |
| HSV(B) | 268.42º | 0.35% | 0.86% | - |
| XYZ | 41.2 | 34.34 | 71.48 | - |
| YUV | 162.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 219 | 0.18 | 0.35 | 0 | 0.14 | 268.42 | 0.51 | 0.71 |
| Hex | B3 | 8F | DB | 12 | 23 | 0 | E | 10C | 33 | 47 |
| Octal | 263 | 217 | 333 | 22 | 43 | 0 | 16 | 414 | 63 | 107 |
| Binary | 10110011 | 10001111 | 11011011 | 10010 | 100011 | 0 | 1110 | 100001100 | 110011 | 1000111 |
Color Harmonies of #B38FDB
Complementary color
Monochromatic Colors of #B38FDB
Black with #B38FDB
Text Example
Text Example
White with #B38FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FDB; }
p { color: rgb(179,143,219); }
H1.HeaderClassName
{
color: #B38FDB;
}
.AnyTagClassName
{
color: #B38FDB;
}
</style>
background-color css
<style>
a { background-color: #B38FDB; }
a { background-color: rgb(179,143,219); }
div.DivClassName
{
background-color: #B38FDB;
}
.BgClassName
{
background-color: #B38FDB;
}
</style>
border-color css
<style>
span { border-color: #B38FDB; }
span { border-color: rgb(179,143,219); }
td.TdClassName
{
border-color: #B38FDB;
}
.TagClassName
{
border-color: #B38FDB;
}
</style>