Shades of Biloba Flower #B198F2
Tints of Biloba Flower #B198F2
RGB
CMYK
RGB Variations
Color information
#B198F2 (or 0xB198F2) is known color: Biloba Flower. HEX triplet: B1, 98 and F2. RGB value is (177,152,242). Sum of RGB (Red+Green+Blue) = 177+152+242=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #B198F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198F2 is #4E670D. Grayscale: #A9A9A9. Windows color (decimal): -5138190 or 15898801. OLE color: 15898801.
HSL color Cylindrical-coordinate representation of color #B198F2: hue angle of 256.67º degrees, saturation: 0.78, 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 #B198F2 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 152 | 242 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.05 |
| HSL | 256.67º | 0.78% | 0.77% | - |
| HSV(B) | 256.67º | 0.37% | 0.95% | - |
| XYZ | 45.39 | 38.21 | 88.99 | - |
| YUV | 169.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 242 | 0.27 | 0.37 | 0 | 0.05 | 256.67 | 0.78 | 0.77 |
| Hex | B1 | 98 | F2 | 1B | 25 | 0 | 5 | 101 | 4E | 4D |
| Octal | 261 | 230 | 362 | 33 | 45 | 0 | 5 | 401 | 116 | 115 |
| Binary | 10110001 | 10011000 | 11110010 | 11011 | 100101 | 0 | 101 | 100000001 | 1001110 | 1001101 |
Color Harmonies of #B198F2
Complementary color
Monochromatic Colors of #B198F2
Black with #B198F2
Text Example
Text Example
White with #B198F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198F2; }
p { color: rgb(177,152,242); }
H1.HeaderClassName
{
color: #B198F2;
}
.AnyTagClassName
{
color: #B198F2;
}
</style>
background-color css
<style>
a { background-color: #B198F2; }
a { background-color: rgb(177,152,242); }
div.DivClassName
{
background-color: #B198F2;
}
.BgClassName
{
background-color: #B198F2;
}
</style>
border-color css
<style>
span { border-color: #B198F2; }
span { border-color: rgb(177,152,242); }
td.TdClassName
{
border-color: #B198F2;
}
.TagClassName
{
border-color: #B198F2;
}
</style>