Shades of Biloba Flower #B797DE
Tints of Biloba Flower #B797DE
RGB
CMYK
RGB Variations
Color information
#B797DE (or 0xB797DE) is known color: Biloba Flower. HEX triplet: B7, 97 and DE. RGB value is (183,151,222). Sum of RGB (Red+Green+Blue) = 183+151+222=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #B797DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797DE is #486821. Grayscale: #A8A8A8. Windows color (decimal): -4745250 or 14587831. OLE color: 14587831.
HSL color Cylindrical-coordinate representation of color #B797DE: hue angle of 267.04º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B797DE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 151 | 222 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.13 |
| HSL | 267.04º | 0.52% | 0.73% | - |
| HSV(B) | 267.04º | 0.32% | 0.87% | - |
| XYZ | 43.78 | 37.47 | 74.03 | - |
| YUV | 168.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 222 | 0.18 | 0.32 | 0 | 0.13 | 267.04 | 0.52 | 0.73 |
| Hex | B7 | 97 | DE | 12 | 20 | 0 | D | 10B | 34 | 49 |
| Octal | 267 | 227 | 336 | 22 | 40 | 0 | 15 | 413 | 64 | 111 |
| Binary | 10110111 | 10010111 | 11011110 | 10010 | 100000 | 0 | 1101 | 100001011 | 110100 | 1001001 |
Color Harmonies of #B797DE
Complementary color
Monochromatic Colors of #B797DE
Black with #B797DE
Text Example
Text Example
White with #B797DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797DE; }
p { color: rgb(183,151,222); }
H1.HeaderClassName
{
color: #B797DE;
}
.AnyTagClassName
{
color: #B797DE;
}
</style>
background-color css
<style>
a { background-color: #B797DE; }
a { background-color: rgb(183,151,222); }
div.DivClassName
{
background-color: #B797DE;
}
.BgClassName
{
background-color: #B797DE;
}
</style>
border-color css
<style>
span { border-color: #B797DE; }
span { border-color: rgb(183,151,222); }
td.TdClassName
{
border-color: #B797DE;
}
.TagClassName
{
border-color: #B797DE;
}
</style>