Shades of Biloba Flower #B79DDB
Tints of Biloba Flower #B79DDB
RGB
CMYK
RGB Variations
Color information
#B79DDB (or 0xB79DDB) is known color: Biloba Flower. HEX triplet: B7, 9D and DB. RGB value is (183,157,219). Sum of RGB (Red+Green+Blue) = 183+157+219=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #B79DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DDB is #486224. Grayscale: #ABABAB. Windows color (decimal): -4743717 or 14392759. OLE color: 14392759.
HSL color Cylindrical-coordinate representation of color #B79DDB: hue angle of 265.16º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B79DDB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 157 | 219 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.14 |
| HSL | 265.16º | 0.46% | 0.74% | - |
| HSV(B) | 265.16º | 0.28% | 0.86% | - |
| XYZ | 44.37 | 39.3 | 72.26 | - |
| YUV | 171.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 219 | 0.16 | 0.28 | 0 | 0.14 | 265.16 | 0.46 | 0.74 |
| Hex | B7 | 9D | DB | 10 | 1C | 0 | E | 109 | 2E | 4A |
| Octal | 267 | 235 | 333 | 20 | 34 | 0 | 16 | 411 | 56 | 112 |
| Binary | 10110111 | 10011101 | 11011011 | 10000 | 11100 | 0 | 1110 | 100001001 | 101110 | 1001010 |
Color Harmonies of #B79DDB
Complementary color
Monochromatic Colors of #B79DDB
Black with #B79DDB
Text Example
Text Example
White with #B79DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DDB; }
p { color: rgb(183,157,219); }
H1.HeaderClassName
{
color: #B79DDB;
}
.AnyTagClassName
{
color: #B79DDB;
}
</style>
background-color css
<style>
a { background-color: #B79DDB; }
a { background-color: rgb(183,157,219); }
div.DivClassName
{
background-color: #B79DDB;
}
.BgClassName
{
background-color: #B79DDB;
}
</style>
border-color css
<style>
span { border-color: #B79DDB; }
span { border-color: rgb(183,157,219); }
td.TdClassName
{
border-color: #B79DDB;
}
.TagClassName
{
border-color: #B79DDB;
}
</style>