Shades of Biloba Flower #B797E4
Tints of Biloba Flower #B797E4
RGB
CMYK
RGB Variations
Color information
#B797E4 (or 0xB797E4) is known color: Biloba Flower. HEX triplet: B7, 97 and E4. RGB value is (183,151,228). Sum of RGB (Red+Green+Blue) = 183+151+228=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #B797E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797E4 is #48681B. Grayscale: #A9A9A9. Windows color (decimal): -4745244 or 14981047. OLE color: 14981047.
HSL color Cylindrical-coordinate representation of color #B797E4: hue angle of 264.94º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B797E4 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 151 | 228 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.11 |
| HSL | 264.94º | 0.59% | 0.74% | - |
| HSV(B) | 264.94º | 0.34% | 0.89% | - |
| XYZ | 44.6 | 37.8 | 78.34 | - |
| YUV | 169.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 228 | 0.20 | 0.34 | 0 | 0.11 | 264.94 | 0.59 | 0.74 |
| Hex | B7 | 97 | E4 | 14 | 22 | 0 | B | 109 | 3B | 4A |
| Octal | 267 | 227 | 344 | 24 | 42 | 0 | 13 | 411 | 73 | 112 |
| Binary | 10110111 | 10010111 | 11100100 | 10100 | 100010 | 0 | 1011 | 100001001 | 111011 | 1001010 |
Color Harmonies of #B797E4
Complementary color
Monochromatic Colors of #B797E4
Black with #B797E4
Text Example
Text Example
White with #B797E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797E4; }
p { color: rgb(183,151,228); }
H1.HeaderClassName
{
color: #B797E4;
}
.AnyTagClassName
{
color: #B797E4;
}
</style>
background-color css
<style>
a { background-color: #B797E4; }
a { background-color: rgb(183,151,228); }
div.DivClassName
{
background-color: #B797E4;
}
.BgClassName
{
background-color: #B797E4;
}
</style>
border-color css
<style>
span { border-color: #B797E4; }
span { border-color: rgb(183,151,228); }
td.TdClassName
{
border-color: #B797E4;
}
.TagClassName
{
border-color: #B797E4;
}
</style>