Shades of Biloba Flower #B197F1
Tints of Biloba Flower #B197F1
RGB
CMYK
RGB Variations
Color information
#B197F1 (or 0xB197F1) is known color: Biloba Flower. HEX triplet: B1, 97 and F1. RGB value is (177,151,241). Sum of RGB (Red+Green+Blue) = 177+151+241=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #B197F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197F1 is #4E680E. Grayscale: #A8A8A8. Windows color (decimal): -5138447 or 15833009. OLE color: 15833009.
HSL color Cylindrical-coordinate representation of color #B197F1: hue angle of 257.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B197F1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 151 | 241 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.05 |
| HSL | 257.33º | 0.76% | 0.77% | - |
| HSV(B) | 257.33º | 0.37% | 0.95% | - |
| XYZ | 45.08 | 37.83 | 88.15 | - |
| YUV | 169.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 241 | 0.27 | 0.37 | 0 | 0.05 | 257.33 | 0.76 | 0.77 |
| Hex | B1 | 97 | F1 | 1B | 25 | 0 | 5 | 101 | 4C | 4D |
| Octal | 261 | 227 | 361 | 33 | 45 | 0 | 5 | 401 | 114 | 115 |
| Binary | 10110001 | 10010111 | 11110001 | 11011 | 100101 | 0 | 101 | 100000001 | 1001100 | 1001101 |
Color Harmonies of #B197F1
Complementary color
Monochromatic Colors of #B197F1
Black with #B197F1
Text Example
Text Example
White with #B197F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197F1; }
p { color: rgb(177,151,241); }
H1.HeaderClassName
{
color: #B197F1;
}
.AnyTagClassName
{
color: #B197F1;
}
</style>
background-color css
<style>
a { background-color: #B197F1; }
a { background-color: rgb(177,151,241); }
div.DivClassName
{
background-color: #B197F1;
}
.BgClassName
{
background-color: #B197F1;
}
</style>
border-color css
<style>
span { border-color: #B197F1; }
span { border-color: rgb(177,151,241); }
td.TdClassName
{
border-color: #B197F1;
}
.TagClassName
{
border-color: #B197F1;
}
</style>