Shades of Biloba Flower #B19AF6
Tints of Biloba Flower #B19AF6
RGB
CMYK
RGB Variations
Color information
#B19AF6 (or 0xB19AF6) is known color: Biloba Flower. HEX triplet: B1, 9A and F6. RGB value is (177,154,246). Sum of RGB (Red+Green+Blue) = 177+154+246=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #B19AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AF6 is #4E6509. Grayscale: #ABABAB. Windows color (decimal): -5137674 or 16161457. OLE color: 16161457.
HSL color Cylindrical-coordinate representation of color #B19AF6: hue angle of 255º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B19AF6 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 154 | 246 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.04 |
| HSL | 255º | 0.84% | 0.78% | - |
| HSV(B) | 255º | 0.37% | 0.96% | - |
| XYZ | 46.32 | 39.11 | 92.3 | - |
| YUV | 171.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 246 | 0.28 | 0.37 | 0 | 0.04 | 255 | 0.84 | 0.78 |
| Hex | B1 | 9A | F6 | 1C | 25 | 0 | 4 | FF | 54 | 4E |
| Octal | 261 | 232 | 366 | 34 | 45 | 0 | 4 | 377 | 124 | 116 |
| Binary | 10110001 | 10011010 | 11110110 | 11100 | 100101 | 0 | 100 | 11111111 | 1010100 | 1001110 |
Color Harmonies of #B19AF6
Complementary color
Monochromatic Colors of #B19AF6
Black with #B19AF6
Text Example
Text Example
White with #B19AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AF6; }
p { color: rgb(177,154,246); }
H1.HeaderClassName
{
color: #B19AF6;
}
.AnyTagClassName
{
color: #B19AF6;
}
</style>
background-color css
<style>
a { background-color: #B19AF6; }
a { background-color: rgb(177,154,246); }
div.DivClassName
{
background-color: #B19AF6;
}
.BgClassName
{
background-color: #B19AF6;
}
</style>
border-color css
<style>
span { border-color: #B19AF6; }
span { border-color: rgb(177,154,246); }
td.TdClassName
{
border-color: #B19AF6;
}
.TagClassName
{
border-color: #B19AF6;
}
</style>