Shades of Biloba Flower #B197EE
Tints of Biloba Flower #B197EE
RGB
CMYK
RGB Variations
Color information
#B197EE (or 0xB197EE) is known color: Biloba Flower. HEX triplet: B1, 97 and EE. RGB value is (177,151,238). Sum of RGB (Red+Green+Blue) = 177+151+238=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #B197EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197EE is #4E6811. Grayscale: #A8A8A8. Windows color (decimal): -5138450 or 15636401. OLE color: 15636401.
HSL color Cylindrical-coordinate representation of color #B197EE: hue angle of 257.93º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B197EE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 151 | 238 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.07 |
| HSL | 257.93º | 0.72% | 0.76% | - |
| HSV(B) | 257.93º | 0.37% | 0.93% | - |
| XYZ | 44.63 | 37.65 | 85.8 | - |
| YUV | 168.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 238 | 0.26 | 0.37 | 0 | 0.07 | 257.93 | 0.72 | 0.76 |
| Hex | B1 | 97 | EE | 1A | 25 | 0 | 7 | 102 | 48 | 4C |
| Octal | 261 | 227 | 356 | 32 | 45 | 0 | 7 | 402 | 110 | 114 |
| Binary | 10110001 | 10010111 | 11101110 | 11010 | 100101 | 0 | 111 | 100000010 | 1001000 | 1001100 |
Color Harmonies of #B197EE
Complementary color
Monochromatic Colors of #B197EE
Black with #B197EE
Text Example
Text Example
White with #B197EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197EE; }
p { color: rgb(177,151,238); }
H1.HeaderClassName
{
color: #B197EE;
}
.AnyTagClassName
{
color: #B197EE;
}
</style>
background-color css
<style>
a { background-color: #B197EE; }
a { background-color: rgb(177,151,238); }
div.DivClassName
{
background-color: #B197EE;
}
.BgClassName
{
background-color: #B197EE;
}
</style>
border-color css
<style>
span { border-color: #B197EE; }
span { border-color: rgb(177,151,238); }
td.TdClassName
{
border-color: #B197EE;
}
.TagClassName
{
border-color: #B197EE;
}
</style>