Shades of Biloba Flower #B195DD
Tints of Biloba Flower #B195DD
RGB
CMYK
RGB Variations
Color information
#B195DD (or 0xB195DD) is known color: Biloba Flower. HEX triplet: B1, 95 and DD. RGB value is (177,149,221). Sum of RGB (Red+Green+Blue) = 177+149+221=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B195DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195DD is #4E6A22. Grayscale: #A5A5A5. Windows color (decimal): -5138979 or 14521777. OLE color: 14521777.
HSL color Cylindrical-coordinate representation of color #B195DD: hue angle of 263.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B195DD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 149 | 221 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.13 |
| HSL | 263.33º | 0.51% | 0.73% | - |
| HSV(B) | 263.33º | 0.33% | 0.87% | - |
| XYZ | 41.93 | 36.06 | 73.16 | - |
| YUV | 165.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 221 | 0.20 | 0.33 | 0 | 0.13 | 263.33 | 0.51 | 0.73 |
| Hex | B1 | 95 | DD | 14 | 21 | 0 | D | 107 | 33 | 49 |
| Octal | 261 | 225 | 335 | 24 | 41 | 0 | 15 | 407 | 63 | 111 |
| Binary | 10110001 | 10010101 | 11011101 | 10100 | 100001 | 0 | 1101 | 100000111 | 110011 | 1001001 |
Color Harmonies of #B195DD
Complementary color
Monochromatic Colors of #B195DD
Black with #B195DD
Text Example
Text Example
White with #B195DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B195DD; }
p { color: rgb(177,149,221); }
H1.HeaderClassName
{
color: #B195DD;
}
.AnyTagClassName
{
color: #B195DD;
}
</style>
background-color css
<style>
a { background-color: #B195DD; }
a { background-color: rgb(177,149,221); }
div.DivClassName
{
background-color: #B195DD;
}
.BgClassName
{
background-color: #B195DD;
}
</style>
border-color css
<style>
span { border-color: #B195DD; }
span { border-color: rgb(177,149,221); }
td.TdClassName
{
border-color: #B195DD;
}
.TagClassName
{
border-color: #B195DD;
}
</style>