Shades of Biloba Flower #B797E1
Tints of Biloba Flower #B797E1
RGB
CMYK
RGB Variations
Color information
#B797E1 (or 0xB797E1) is known color: Biloba Flower. HEX triplet: B7, 97 and E1. RGB value is (183,151,225). Sum of RGB (Red+Green+Blue) = 183+151+225=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #B797E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797E1 is #48681E. Grayscale: #A8A8A8. Windows color (decimal): -4745247 or 14784439. OLE color: 14784439.
HSL color Cylindrical-coordinate representation of color #B797E1: hue angle of 265.95º degrees, saturation: 0.55, 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 #B797E1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 151 | 225 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.12 |
| HSL | 265.95º | 0.55% | 0.74% | - |
| HSV(B) | 265.95º | 0.33% | 0.88% | - |
| XYZ | 44.19 | 37.64 | 76.17 | - |
| YUV | 169 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 225 | 0.19 | 0.33 | 0 | 0.12 | 265.95 | 0.55 | 0.74 |
| Hex | B7 | 97 | E1 | 13 | 21 | 0 | C | 10A | 37 | 4A |
| Octal | 267 | 227 | 341 | 23 | 41 | 0 | 14 | 412 | 67 | 112 |
| Binary | 10110111 | 10010111 | 11100001 | 10011 | 100001 | 0 | 1100 | 100001010 | 110111 | 1001010 |
Color Harmonies of #B797E1
Complementary color
Monochromatic Colors of #B797E1
Black with #B797E1
Text Example
Text Example
White with #B797E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797E1; }
p { color: rgb(183,151,225); }
H1.HeaderClassName
{
color: #B797E1;
}
.AnyTagClassName
{
color: #B797E1;
}
</style>
background-color css
<style>
a { background-color: #B797E1; }
a { background-color: rgb(183,151,225); }
div.DivClassName
{
background-color: #B797E1;
}
.BgClassName
{
background-color: #B797E1;
}
</style>
border-color css
<style>
span { border-color: #B797E1; }
span { border-color: rgb(183,151,225); }
td.TdClassName
{
border-color: #B797E1;
}
.TagClassName
{
border-color: #B797E1;
}
</style>