Shades of Biloba Flower #B191DD
Tints of Biloba Flower #B191DD
RGB
CMYK
RGB Variations
Color information
#B191DD (or 0xB191DD) is known color: Biloba Flower. HEX triplet: B1, 91 and DD. RGB value is (177,145,221). Sum of RGB (Red+Green+Blue) = 177+145+221=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B191DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DD is #4E6E22. Grayscale: #A2A2A2. Windows color (decimal): -5140003 or 14520753. OLE color: 14520753.
HSL color Cylindrical-coordinate representation of color #B191DD: hue angle of 265.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B191DD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 145 | 221 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.13 |
| HSL | 265.26º | 0.53% | 0.72% | - |
| HSV(B) | 265.26º | 0.34% | 0.87% | - |
| XYZ | 41.31 | 34.82 | 72.95 | - |
| YUV | 163.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 221 | 0.20 | 0.34 | 0 | 0.13 | 265.26 | 0.53 | 0.72 |
| Hex | B1 | 91 | DD | 14 | 22 | 0 | D | 109 | 35 | 48 |
| Octal | 261 | 221 | 335 | 24 | 42 | 0 | 15 | 411 | 65 | 110 |
| Binary | 10110001 | 10010001 | 11011101 | 10100 | 100010 | 0 | 1101 | 100001001 | 110101 | 1001000 |
Color Harmonies of #B191DD
Complementary color
Monochromatic Colors of #B191DD
Black with #B191DD
Text Example
Text Example
White with #B191DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191DD; }
p { color: rgb(177,145,221); }
H1.HeaderClassName
{
color: #B191DD;
}
.AnyTagClassName
{
color: #B191DD;
}
</style>
background-color css
<style>
a { background-color: #B191DD; }
a { background-color: rgb(177,145,221); }
div.DivClassName
{
background-color: #B191DD;
}
.BgClassName
{
background-color: #B191DD;
}
</style>
border-color css
<style>
span { border-color: #B191DD; }
span { border-color: rgb(177,145,221); }
td.TdClassName
{
border-color: #B191DD;
}
.TagClassName
{
border-color: #B191DD;
}
</style>