Shades of Biloba Flower #B797E3
Tints of Biloba Flower #B797E3
RGB
CMYK
RGB Variations
Color information
#B797E3 (or 0xB797E3) is known color: Biloba Flower. HEX triplet: B7, 97 and E3. RGB value is (183,151,227). Sum of RGB (Red+Green+Blue) = 183+151+227=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #B797E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797E3 is #48681C. Grayscale: #A8A8A8. Windows color (decimal): -4745245 or 14915511. OLE color: 14915511.
HSL color Cylindrical-coordinate representation of color #B797E3: hue angle of 265.26º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B797E3 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 151 | 227 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.11 |
| HSL | 265.26º | 0.58% | 0.74% | - |
| HSV(B) | 265.26º | 0.33% | 0.89% | - |
| XYZ | 44.46 | 37.75 | 77.62 | - |
| YUV | 169.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 227 | 0.19 | 0.33 | 0 | 0.11 | 265.26 | 0.58 | 0.74 |
| Hex | B7 | 97 | E3 | 13 | 21 | 0 | B | 109 | 3A | 4A |
| Octal | 267 | 227 | 343 | 23 | 41 | 0 | 13 | 411 | 72 | 112 |
| Binary | 10110111 | 10010111 | 11100011 | 10011 | 100001 | 0 | 1011 | 100001001 | 111010 | 1001010 |
Color Harmonies of #B797E3
Complementary color
Monochromatic Colors of #B797E3
Black with #B797E3
Text Example
Text Example
White with #B797E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797E3; }
p { color: rgb(183,151,227); }
H1.HeaderClassName
{
color: #B797E3;
}
.AnyTagClassName
{
color: #B797E3;
}
</style>
background-color css
<style>
a { background-color: #B797E3; }
a { background-color: rgb(183,151,227); }
div.DivClassName
{
background-color: #B797E3;
}
.BgClassName
{
background-color: #B797E3;
}
</style>
border-color css
<style>
span { border-color: #B797E3; }
span { border-color: rgb(183,151,227); }
td.TdClassName
{
border-color: #B797E3;
}
.TagClassName
{
border-color: #B797E3;
}
</style>