Shades of Biloba Flower #B797E0
Tints of Biloba Flower #B797E0
RGB
CMYK
RGB Variations
Color information
#B797E0 (or 0xB797E0) is known color: Biloba Flower. HEX triplet: B7, 97 and E0. RGB value is (183,151,224). Sum of RGB (Red+Green+Blue) = 183+151+224=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #B797E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797E0 is #48681F. Grayscale: #A8A8A8. Windows color (decimal): -4745248 or 14718903. OLE color: 14718903.
HSL color Cylindrical-coordinate representation of color #B797E0: hue angle of 266.3º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B797E0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 151 | 224 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.12 |
| HSL | 266.3º | 0.54% | 0.74% | - |
| HSV(B) | 266.3º | 0.33% | 0.88% | - |
| XYZ | 44.05 | 37.58 | 75.45 | - |
| YUV | 168.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 224 | 0.18 | 0.33 | 0 | 0.12 | 266.3 | 0.54 | 0.74 |
| Hex | B7 | 97 | E0 | 12 | 21 | 0 | C | 10A | 36 | 4A |
| Octal | 267 | 227 | 340 | 22 | 41 | 0 | 14 | 412 | 66 | 112 |
| Binary | 10110111 | 10010111 | 11100000 | 10010 | 100001 | 0 | 1100 | 100001010 | 110110 | 1001010 |
Color Harmonies of #B797E0
Complementary color
Monochromatic Colors of #B797E0
Black with #B797E0
Text Example
Text Example
White with #B797E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797E0; }
p { color: rgb(183,151,224); }
H1.HeaderClassName
{
color: #B797E0;
}
.AnyTagClassName
{
color: #B797E0;
}
</style>
background-color css
<style>
a { background-color: #B797E0; }
a { background-color: rgb(183,151,224); }
div.DivClassName
{
background-color: #B797E0;
}
.BgClassName
{
background-color: #B797E0;
}
</style>
border-color css
<style>
span { border-color: #B797E0; }
span { border-color: rgb(183,151,224); }
td.TdClassName
{
border-color: #B797E0;
}
.TagClassName
{
border-color: #B797E0;
}
</style>