Shades of Biloba Flower #B797DD
Tints of Biloba Flower #B797DD
RGB
CMYK
RGB Variations
Color information
#B797DD (or 0xB797DD) is known color: Biloba Flower. HEX triplet: B7, 97 and DD. RGB value is (183,151,221). Sum of RGB (Red+Green+Blue) = 183+151+221=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B797DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797DD is #486822. Grayscale: #A8A8A8. Windows color (decimal): -4745251 or 14522295. OLE color: 14522295.
HSL color Cylindrical-coordinate representation of color #B797DD: hue angle of 267.43º degrees, saturation: 0.51, 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 #B797DD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 151 | 221 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.13 |
| HSL | 267.43º | 0.51% | 0.73% | - |
| HSV(B) | 267.43º | 0.32% | 0.87% | - |
| XYZ | 43.65 | 37.42 | 73.33 | - |
| YUV | 168.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 221 | 0.17 | 0.32 | 0 | 0.13 | 267.43 | 0.51 | 0.73 |
| Hex | B7 | 97 | DD | 11 | 20 | 0 | D | 10B | 33 | 49 |
| Octal | 267 | 227 | 335 | 21 | 40 | 0 | 15 | 413 | 63 | 111 |
| Binary | 10110111 | 10010111 | 11011101 | 10001 | 100000 | 0 | 1101 | 100001011 | 110011 | 1001001 |
Color Harmonies of #B797DD
Complementary color
Monochromatic Colors of #B797DD
Black with #B797DD
Text Example
Text Example
White with #B797DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797DD; }
p { color: rgb(183,151,221); }
H1.HeaderClassName
{
color: #B797DD;
}
.AnyTagClassName
{
color: #B797DD;
}
</style>
background-color css
<style>
a { background-color: #B797DD; }
a { background-color: rgb(183,151,221); }
div.DivClassName
{
background-color: #B797DD;
}
.BgClassName
{
background-color: #B797DD;
}
</style>
border-color css
<style>
span { border-color: #B797DD; }
span { border-color: rgb(183,151,221); }
td.TdClassName
{
border-color: #B797DD;
}
.TagClassName
{
border-color: #B797DD;
}
</style>