Shades of Biloba Flower #B197DC
Tints of Biloba Flower #B197DC
RGB
CMYK
RGB Variations
Color information
#B197DC (or 0xB197DC) is known color: Biloba Flower. HEX triplet: B1, 97 and DC. RGB value is (177,151,220). Sum of RGB (Red+Green+Blue) = 177+151+220=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B197DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197DC is #4E6823. Grayscale: #A6A6A6. Windows color (decimal): -5138468 or 14456753. OLE color: 14456753.
HSL color Cylindrical-coordinate representation of color #B197DC: hue angle of 262.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B197DC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 151 | 220 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.14 |
| HSL | 262.61º | 0.5% | 0.73% | - |
| HSV(B) | 262.61º | 0.31% | 0.86% | - |
| XYZ | 42.12 | 36.65 | 72.56 | - |
| YUV | 166.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 220 | 0.20 | 0.31 | 0 | 0.14 | 262.61 | 0.5 | 0.73 |
| Hex | B1 | 97 | DC | 14 | 1F | 0 | E | 107 | 32 | 49 |
| Octal | 261 | 227 | 334 | 24 | 37 | 0 | 16 | 407 | 62 | 111 |
| Binary | 10110001 | 10010111 | 11011100 | 10100 | 11111 | 0 | 1110 | 100000111 | 110010 | 1001001 |
Color Harmonies of #B197DC
Complementary color
Monochromatic Colors of #B197DC
Black with #B197DC
Text Example
Text Example
White with #B197DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197DC; }
p { color: rgb(177,151,220); }
H1.HeaderClassName
{
color: #B197DC;
}
.AnyTagClassName
{
color: #B197DC;
}
</style>
background-color css
<style>
a { background-color: #B197DC; }
a { background-color: rgb(177,151,220); }
div.DivClassName
{
background-color: #B197DC;
}
.BgClassName
{
background-color: #B197DC;
}
</style>
border-color css
<style>
span { border-color: #B197DC; }
span { border-color: rgb(177,151,220); }
td.TdClassName
{
border-color: #B197DC;
}
.TagClassName
{
border-color: #B197DC;
}
</style>