Shades of Biloba Flower #B191DA
Tints of Biloba Flower #B191DA
RGB
CMYK
RGB Variations
Color information
#B191DA (or 0xB191DA) is known color: Biloba Flower. HEX triplet: B1, 91 and DA. RGB value is (177,145,218). Sum of RGB (Red+Green+Blue) = 177+145+218=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #B191DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DA is #4E6E25. Grayscale: #A2A2A2. Windows color (decimal): -5140006 or 14324145. OLE color: 14324145.
HSL color Cylindrical-coordinate representation of color #B191DA: hue angle of 266.3º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B191DA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 145 | 218 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.15 |
| HSL | 266.3º | 0.5% | 0.71% | - |
| HSV(B) | 266.3º | 0.33% | 0.85% | - |
| XYZ | 40.91 | 34.66 | 70.86 | - |
| YUV | 162.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 218 | 0.19 | 0.33 | 0 | 0.15 | 266.3 | 0.5 | 0.71 |
| Hex | B1 | 91 | DA | 13 | 21 | 0 | F | 10A | 32 | 47 |
| Octal | 261 | 221 | 332 | 23 | 41 | 0 | 17 | 412 | 62 | 107 |
| Binary | 10110001 | 10010001 | 11011010 | 10011 | 100001 | 0 | 1111 | 100001010 | 110010 | 1000111 |
Color Harmonies of #B191DA
Complementary color
Monochromatic Colors of #B191DA
Black with #B191DA
Text Example
Text Example
White with #B191DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191DA; }
p { color: rgb(177,145,218); }
H1.HeaderClassName
{
color: #B191DA;
}
.AnyTagClassName
{
color: #B191DA;
}
</style>
background-color css
<style>
a { background-color: #B191DA; }
a { background-color: rgb(177,145,218); }
div.DivClassName
{
background-color: #B191DA;
}
.BgClassName
{
background-color: #B191DA;
}
</style>
border-color css
<style>
span { border-color: #B191DA; }
span { border-color: rgb(177,145,218); }
td.TdClassName
{
border-color: #B191DA;
}
.TagClassName
{
border-color: #B191DA;
}
</style>