Shades of Biloba Flower #B196E6
Tints of Biloba Flower #B196E6
RGB
CMYK
RGB Variations
Color information
#B196E6 (or 0xB196E6) is known color: Biloba Flower. HEX triplet: B1, 96 and E6. RGB value is (177,150,230). Sum of RGB (Red+Green+Blue) = 177+150+230=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #B196E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196E6 is #4E6919. Grayscale: #A6A6A6. Windows color (decimal): -5138714 or 15111857. OLE color: 15111857.
HSL color Cylindrical-coordinate representation of color #B196E6: hue angle of 260.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B196E6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 150 | 230 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.10 |
| HSL | 260.25º | 0.62% | 0.75% | - |
| HSV(B) | 260.25º | 0.35% | 0.9% | - |
| XYZ | 43.32 | 36.87 | 79.7 | - |
| YUV | 167.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 230 | 0.23 | 0.35 | 0 | 0.10 | 260.25 | 0.62 | 0.75 |
| Hex | B1 | 96 | E6 | 17 | 23 | 0 | A | 104 | 3E | 4B |
| Octal | 261 | 226 | 346 | 27 | 43 | 0 | 12 | 404 | 76 | 113 |
| Binary | 10110001 | 10010110 | 11100110 | 10111 | 100011 | 0 | 1010 | 100000100 | 111110 | 1001011 |
Color Harmonies of #B196E6
Complementary color
Monochromatic Colors of #B196E6
Black with #B196E6
Text Example
Text Example
White with #B196E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B196E6; }
p { color: rgb(177,150,230); }
H1.HeaderClassName
{
color: #B196E6;
}
.AnyTagClassName
{
color: #B196E6;
}
</style>
background-color css
<style>
a { background-color: #B196E6; }
a { background-color: rgb(177,150,230); }
div.DivClassName
{
background-color: #B196E6;
}
.BgClassName
{
background-color: #B196E6;
}
</style>
border-color css
<style>
span { border-color: #B196E6; }
span { border-color: rgb(177,150,230); }
td.TdClassName
{
border-color: #B196E6;
}
.TagClassName
{
border-color: #B196E6;
}
</style>