Shades of Biloba Flower #B797DB
Tints of Biloba Flower #B797DB
RGB
CMYK
RGB Variations
Color information
#B797DB (or 0xB797DB) is known color: Biloba Flower. HEX triplet: B7, 97 and DB. RGB value is (183,151,219). Sum of RGB (Red+Green+Blue) = 183+151+219=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B797DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797DB is #486824. Grayscale: #A8A8A8. Windows color (decimal): -4745253 or 14391223. OLE color: 14391223.
HSL color Cylindrical-coordinate representation of color #B797DB: hue angle of 268.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B797DB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 151 | 219 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.14 |
| HSL | 268.24º | 0.49% | 0.73% | - |
| HSV(B) | 268.24º | 0.31% | 0.86% | - |
| XYZ | 43.38 | 37.31 | 71.93 | - |
| YUV | 168.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 219 | 0.16 | 0.31 | 0 | 0.14 | 268.24 | 0.49 | 0.73 |
| Hex | B7 | 97 | DB | 10 | 1F | 0 | E | 10C | 31 | 49 |
| Octal | 267 | 227 | 333 | 20 | 37 | 0 | 16 | 414 | 61 | 111 |
| Binary | 10110111 | 10010111 | 11011011 | 10000 | 11111 | 0 | 1110 | 100001100 | 110001 | 1001001 |
Color Harmonies of #B797DB
Complementary color
Monochromatic Colors of #B797DB
Black with #B797DB
Text Example
Text Example
White with #B797DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797DB; }
p { color: rgb(183,151,219); }
H1.HeaderClassName
{
color: #B797DB;
}
.AnyTagClassName
{
color: #B797DB;
}
</style>
background-color css
<style>
a { background-color: #B797DB; }
a { background-color: rgb(183,151,219); }
div.DivClassName
{
background-color: #B797DB;
}
.BgClassName
{
background-color: #B797DB;
}
</style>
border-color css
<style>
span { border-color: #B797DB; }
span { border-color: rgb(183,151,219); }
td.TdClassName
{
border-color: #B797DB;
}
.TagClassName
{
border-color: #B797DB;
}
</style>