Shades of Biloba Flower #B196DD
Tints of Biloba Flower #B196DD
RGB
CMYK
RGB Variations
Color information
#B196DD (or 0xB196DD) is known color: Biloba Flower. HEX triplet: B1, 96 and DD. RGB value is (177,150,221). Sum of RGB (Red+Green+Blue) = 177+150+221=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B196DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DD is #4E6922. Grayscale: #A5A5A5. Windows color (decimal): -5138723 or 14522033. OLE color: 14522033.
HSL color Cylindrical-coordinate representation of color #B196DD: hue angle of 262.82º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B196DD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 150 | 221 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.13 |
| HSL | 262.82º | 0.51% | 0.73% | - |
| HSV(B) | 262.82º | 0.32% | 0.87% | - |
| XYZ | 42.09 | 36.38 | 73.21 | - |
| YUV | 166.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 221 | 0.20 | 0.32 | 0 | 0.13 | 262.82 | 0.51 | 0.73 |
| Hex | B1 | 96 | DD | 14 | 20 | 0 | D | 107 | 33 | 49 |
| Octal | 261 | 226 | 335 | 24 | 40 | 0 | 15 | 407 | 63 | 111 |
| Binary | 10110001 | 10010110 | 11011101 | 10100 | 100000 | 0 | 1101 | 100000111 | 110011 | 1001001 |
Color Harmonies of #B196DD
Complementary color
Monochromatic Colors of #B196DD
Black with #B196DD
Text Example
Text Example
White with #B196DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B196DD; }
p { color: rgb(177,150,221); }
H1.HeaderClassName
{
color: #B196DD;
}
.AnyTagClassName
{
color: #B196DD;
}
</style>
background-color css
<style>
a { background-color: #B196DD; }
a { background-color: rgb(177,150,221); }
div.DivClassName
{
background-color: #B196DD;
}
.BgClassName
{
background-color: #B196DD;
}
</style>
border-color css
<style>
span { border-color: #B196DD; }
span { border-color: rgb(177,150,221); }
td.TdClassName
{
border-color: #B196DD;
}
.TagClassName
{
border-color: #B196DD;
}
</style>