Shades of Biloba Flower #B78FDB
Tints of Biloba Flower #B78FDB
RGB
CMYK
RGB Variations
Color information
#B78FDB (or 0xB78FDB) is known color: Biloba Flower. HEX triplet: B7, 8F and DB. RGB value is (183,143,219). Sum of RGB (Red+Green+Blue) = 183+143+219=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B78FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FDB is #487024. Grayscale: #A3A3A3. Windows color (decimal): -4747301 or 14389175. OLE color: 14389175.
HSL color Cylindrical-coordinate representation of color #B78FDB: hue angle of 271.58º 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 #B78FDB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 143 | 219 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.14 |
| HSL | 271.58º | 0.51% | 0.71% | - |
| HSV(B) | 271.58º | 0.35% | 0.86% | - |
| XYZ | 42.14 | 34.83 | 71.52 | - |
| YUV | 163.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 219 | 0.16 | 0.35 | 0 | 0.14 | 271.58 | 0.51 | 0.71 |
| Hex | B7 | 8F | DB | 10 | 23 | 0 | E | 110 | 33 | 47 |
| Octal | 267 | 217 | 333 | 20 | 43 | 0 | 16 | 420 | 63 | 107 |
| Binary | 10110111 | 10001111 | 11011011 | 10000 | 100011 | 0 | 1110 | 100010000 | 110011 | 1000111 |
Color Harmonies of #B78FDB
Complementary color
Monochromatic Colors of #B78FDB
Black with #B78FDB
Text Example
Text Example
White with #B78FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FDB; }
p { color: rgb(183,143,219); }
H1.HeaderClassName
{
color: #B78FDB;
}
.AnyTagClassName
{
color: #B78FDB;
}
</style>
background-color css
<style>
a { background-color: #B78FDB; }
a { background-color: rgb(183,143,219); }
div.DivClassName
{
background-color: #B78FDB;
}
.BgClassName
{
background-color: #B78FDB;
}
</style>
border-color css
<style>
span { border-color: #B78FDB; }
span { border-color: rgb(183,143,219); }
td.TdClassName
{
border-color: #B78FDB;
}
.TagClassName
{
border-color: #B78FDB;
}
</style>