Shades of Biloba Flower #B198F1
Tints of Biloba Flower #B198F1
RGB
CMYK
RGB Variations
Color information
#B198F1 (or 0xB198F1) is known color: Biloba Flower. HEX triplet: B1, 98 and F1. RGB value is (177,152,241). Sum of RGB (Red+Green+Blue) = 177+152+241=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #B198F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198F1 is #4E670E. Grayscale: #A9A9A9. Windows color (decimal): -5138191 or 15833265. OLE color: 15833265.
HSL color Cylindrical-coordinate representation of color #B198F1: hue angle of 256.85º 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 #B198F1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 152 | 241 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.05 |
| HSL | 256.85º | 0.76% | 0.77% | - |
| HSV(B) | 256.85º | 0.37% | 0.95% | - |
| XYZ | 45.24 | 38.15 | 88.2 | - |
| YUV | 169.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 241 | 0.27 | 0.37 | 0 | 0.05 | 256.85 | 0.76 | 0.77 |
| Hex | B1 | 98 | F1 | 1B | 25 | 0 | 5 | 101 | 4C | 4D |
| Octal | 261 | 230 | 361 | 33 | 45 | 0 | 5 | 401 | 114 | 115 |
| Binary | 10110001 | 10011000 | 11110001 | 11011 | 100101 | 0 | 101 | 100000001 | 1001100 | 1001101 |
Color Harmonies of #B198F1
Complementary color
Monochromatic Colors of #B198F1
Black with #B198F1
Text Example
Text Example
White with #B198F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198F1; }
p { color: rgb(177,152,241); }
H1.HeaderClassName
{
color: #B198F1;
}
.AnyTagClassName
{
color: #B198F1;
}
</style>
background-color css
<style>
a { background-color: #B198F1; }
a { background-color: rgb(177,152,241); }
div.DivClassName
{
background-color: #B198F1;
}
.BgClassName
{
background-color: #B198F1;
}
</style>
border-color css
<style>
span { border-color: #B198F1; }
span { border-color: rgb(177,152,241); }
td.TdClassName
{
border-color: #B198F1;
}
.TagClassName
{
border-color: #B198F1;
}
</style>