Shades of Biloba Flower #B195F6
Tints of Biloba Flower #B195F6
RGB
CMYK
RGB Variations
Color information
#B195F6 (or 0xB195F6) is known color: Biloba Flower. HEX triplet: B1, 95 and F6. RGB value is (177,149,246). Sum of RGB (Red+Green+Blue) = 177+149+246=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #B195F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195F6 is #4E6A09. Grayscale: #A8A8A8. Windows color (decimal): -5138954 or 16160177. OLE color: 16160177.
HSL color Cylindrical-coordinate representation of color #B195F6: hue angle of 257.32º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B195F6 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 149 | 246 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.04 |
| HSL | 257.32º | 0.84% | 0.77% | - |
| HSV(B) | 257.32º | 0.39% | 0.96% | - |
| XYZ | 45.51 | 37.5 | 92.03 | - |
| YUV | 168.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 246 | 0.28 | 0.39 | 0 | 0.04 | 257.32 | 0.84 | 0.77 |
| Hex | B1 | 95 | F6 | 1C | 27 | 0 | 4 | 101 | 54 | 4D |
| Octal | 261 | 225 | 366 | 34 | 47 | 0 | 4 | 401 | 124 | 115 |
| Binary | 10110001 | 10010101 | 11110110 | 11100 | 100111 | 0 | 100 | 100000001 | 1010100 | 1001101 |
Color Harmonies of #B195F6
Complementary color
Monochromatic Colors of #B195F6
Black with #B195F6
Text Example
Text Example
White with #B195F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B195F6; }
p { color: rgb(177,149,246); }
H1.HeaderClassName
{
color: #B195F6;
}
.AnyTagClassName
{
color: #B195F6;
}
</style>
background-color css
<style>
a { background-color: #B195F6; }
a { background-color: rgb(177,149,246); }
div.DivClassName
{
background-color: #B195F6;
}
.BgClassName
{
background-color: #B195F6;
}
</style>
border-color css
<style>
span { border-color: #B195F6; }
span { border-color: rgb(177,149,246); }
td.TdClassName
{
border-color: #B195F6;
}
.TagClassName
{
border-color: #B195F6;
}
</style>