Shades of Biloba Flower #B997D9
Tints of Biloba Flower #B997D9
RGB
CMYK
RGB Variations
Color information
#B997D9 (or 0xB997D9) is known color: Biloba Flower. HEX triplet: B9, 97 and D9. RGB value is (185,151,217). Sum of RGB (Red+Green+Blue) = 185+151+217=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #B997D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997D9 is #466826. Grayscale: #A8A8A8. Windows color (decimal): -4614183 or 14260153. OLE color: 14260153.
HSL color Cylindrical-coordinate representation of color #B997D9: hue angle of 270.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B997D9 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 151 | 217 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.15 |
| HSL | 270.91º | 0.46% | 0.72% | - |
| HSV(B) | 270.91º | 0.3% | 0.85% | - |
| XYZ | 43.6 | 37.46 | 70.58 | - |
| YUV | 168.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 217 | 0.15 | 0.30 | 0 | 0.15 | 270.91 | 0.46 | 0.72 |
| Hex | B9 | 97 | D9 | F | 1E | 0 | F | 10F | 2E | 48 |
| Octal | 271 | 227 | 331 | 17 | 36 | 0 | 17 | 417 | 56 | 110 |
| Binary | 10111001 | 10010111 | 11011001 | 1111 | 11110 | 0 | 1111 | 100001111 | 101110 | 1001000 |
Color Harmonies of #B997D9
Complementary color
Monochromatic Colors of #B997D9
Black with #B997D9
Text Example
Text Example
White with #B997D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997D9; }
p { color: rgb(185,151,217); }
H1.HeaderClassName
{
color: #B997D9;
}
.AnyTagClassName
{
color: #B997D9;
}
</style>
background-color css
<style>
a { background-color: #B997D9; }
a { background-color: rgb(185,151,217); }
div.DivClassName
{
background-color: #B997D9;
}
.BgClassName
{
background-color: #B997D9;
}
</style>
border-color css
<style>
span { border-color: #B997D9; }
span { border-color: rgb(185,151,217); }
td.TdClassName
{
border-color: #B997D9;
}
.TagClassName
{
border-color: #B997D9;
}
</style>