Shades of Biloba Flower #B78BDB
Tints of Biloba Flower #B78BDB
RGB
CMYK
RGB Variations
Color information
#B78BDB (or 0xB78BDB) is known color: Biloba Flower. HEX triplet: B7, 8B and DB. RGB value is (183,139,219). Sum of RGB (Red+Green+Blue) = 183+139+219=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 139 (54.69% from 255 or 25.69% 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 #B78BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BDB is #487424. Grayscale: #A1A1A1. Windows color (decimal): -4748325 or 14388151. OLE color: 14388151.
HSL color Cylindrical-coordinate representation of color #B78BDB: hue angle of 273º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78BDB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 139 | 219 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.14 |
| HSL | 273º | 0.53% | 0.7% | - |
| HSV(B) | 273º | 0.37% | 0.86% | - |
| XYZ | 41.55 | 33.65 | 71.32 | - |
| YUV | 161.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 219 | 0.16 | 0.37 | 0 | 0.14 | 273 | 0.53 | 0.7 |
| Hex | B7 | 8B | DB | 10 | 25 | 0 | E | 111 | 35 | 46 |
| Octal | 267 | 213 | 333 | 20 | 45 | 0 | 16 | 421 | 65 | 106 |
| Binary | 10110111 | 10001011 | 11011011 | 10000 | 100101 | 0 | 1110 | 100010001 | 110101 | 1000110 |
Color Harmonies of #B78BDB
Complementary color
Monochromatic Colors of #B78BDB
Black with #B78BDB
Text Example
Text Example
White with #B78BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BDB; }
p { color: rgb(183,139,219); }
H1.HeaderClassName
{
color: #B78BDB;
}
.AnyTagClassName
{
color: #B78BDB;
}
</style>
background-color css
<style>
a { background-color: #B78BDB; }
a { background-color: rgb(183,139,219); }
div.DivClassName
{
background-color: #B78BDB;
}
.BgClassName
{
background-color: #B78BDB;
}
</style>
border-color css
<style>
span { border-color: #B78BDB; }
span { border-color: rgb(183,139,219); }
td.TdClassName
{
border-color: #B78BDB;
}
.TagClassName
{
border-color: #B78BDB;
}
</style>