Shades of Biloba Flower #B198E1
Tints of Biloba Flower #B198E1
RGB
CMYK
RGB Variations
Color information
#B198E1 (or 0xB198E1) is known color: Biloba Flower. HEX triplet: B1, 98 and E1. RGB value is (177,152,225). Sum of RGB (Red+Green+Blue) = 177+152+225=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #B198E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198E1 is #4E671E. Grayscale: #A7A7A7. Windows color (decimal): -5138207 or 14784689. OLE color: 14784689.
HSL color Cylindrical-coordinate representation of color #B198E1: hue angle of 260.55º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B198E1 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 152 | 225 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.12 |
| HSL | 260.55º | 0.55% | 0.74% | - |
| HSV(B) | 260.55º | 0.32% | 0.88% | - |
| XYZ | 42.95 | 37.24 | 76.16 | - |
| YUV | 167.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 225 | 0.21 | 0.32 | 0 | 0.12 | 260.55 | 0.55 | 0.74 |
| Hex | B1 | 98 | E1 | 15 | 20 | 0 | C | 105 | 37 | 4A |
| Octal | 261 | 230 | 341 | 25 | 40 | 0 | 14 | 405 | 67 | 112 |
| Binary | 10110001 | 10011000 | 11100001 | 10101 | 100000 | 0 | 1100 | 100000101 | 110111 | 1001010 |
Color Harmonies of #B198E1
Complementary color
Monochromatic Colors of #B198E1
Black with #B198E1
Text Example
Text Example
White with #B198E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198E1; }
p { color: rgb(177,152,225); }
H1.HeaderClassName
{
color: #B198E1;
}
.AnyTagClassName
{
color: #B198E1;
}
</style>
background-color css
<style>
a { background-color: #B198E1; }
a { background-color: rgb(177,152,225); }
div.DivClassName
{
background-color: #B198E1;
}
.BgClassName
{
background-color: #B198E1;
}
</style>
border-color css
<style>
span { border-color: #B198E1; }
span { border-color: rgb(177,152,225); }
td.TdClassName
{
border-color: #B198E1;
}
.TagClassName
{
border-color: #B198E1;
}
</style>