Shades of Biloba Flower #B191D6
Tints of Biloba Flower #B191D6
RGB
CMYK
RGB Variations
Color information
#B191D6 (or 0xB191D6) is known color: Biloba Flower. HEX triplet: B1, 91 and D6. RGB value is (177,145,214). Sum of RGB (Red+Green+Blue) = 177+145+214=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #B191D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191D6 is #4E6E29. Grayscale: #A2A2A2. Windows color (decimal): -5140010 or 14062001. OLE color: 14062001.
HSL color Cylindrical-coordinate representation of color #B191D6: hue angle of 267.83º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B191D6 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 145 | 214 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.16 |
| HSL | 267.83º | 0.46% | 0.7% | - |
| HSV(B) | 267.83º | 0.32% | 0.84% | - |
| XYZ | 40.39 | 34.45 | 68.14 | - |
| YUV | 162.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 214 | 0.17 | 0.32 | 0 | 0.16 | 267.83 | 0.46 | 0.7 |
| Hex | B1 | 91 | D6 | 11 | 20 | 0 | 10 | 10C | 2E | 46 |
| Octal | 261 | 221 | 326 | 21 | 40 | 0 | 20 | 414 | 56 | 106 |
| Binary | 10110001 | 10010001 | 11010110 | 10001 | 100000 | 0 | 10000 | 100001100 | 101110 | 1000110 |
Color Harmonies of #B191D6
Complementary color
Monochromatic Colors of #B191D6
Black with #B191D6
Text Example
Text Example
White with #B191D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191D6; }
p { color: rgb(177,145,214); }
H1.HeaderClassName
{
color: #B191D6;
}
.AnyTagClassName
{
color: #B191D6;
}
</style>
background-color css
<style>
a { background-color: #B191D6; }
a { background-color: rgb(177,145,214); }
div.DivClassName
{
background-color: #B191D6;
}
.BgClassName
{
background-color: #B191D6;
}
</style>
border-color css
<style>
span { border-color: #B191D6; }
span { border-color: rgb(177,145,214); }
td.TdClassName
{
border-color: #B191D6;
}
.TagClassName
{
border-color: #B191D6;
}
</style>