Shades of Biloba Flower #B191DC
Tints of Biloba Flower #B191DC
RGB
CMYK
RGB Variations
Color information
#B191DC (or 0xB191DC) is known color: Biloba Flower. HEX triplet: B1, 91 and DC. RGB value is (177,145,220). Sum of RGB (Red+Green+Blue) = 177+145+220=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #B191DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DC is #4E6E23. Grayscale: #A2A2A2. Windows color (decimal): -5140004 or 14455217. OLE color: 14455217.
HSL color Cylindrical-coordinate representation of color #B191DC: hue angle of 265.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B191DC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 145 | 220 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.14 |
| HSL | 265.6º | 0.52% | 0.72% | - |
| HSV(B) | 265.6º | 0.34% | 0.86% | - |
| XYZ | 41.18 | 34.77 | 72.25 | - |
| YUV | 163.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 220 | 0.20 | 0.34 | 0 | 0.14 | 265.6 | 0.52 | 0.72 |
| Hex | B1 | 91 | DC | 14 | 22 | 0 | E | 10A | 34 | 48 |
| Octal | 261 | 221 | 334 | 24 | 42 | 0 | 16 | 412 | 64 | 110 |
| Binary | 10110001 | 10010001 | 11011100 | 10100 | 100010 | 0 | 1110 | 100001010 | 110100 | 1001000 |
Color Harmonies of #B191DC
Complementary color
Monochromatic Colors of #B191DC
Black with #B191DC
Text Example
Text Example
White with #B191DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191DC; }
p { color: rgb(177,145,220); }
H1.HeaderClassName
{
color: #B191DC;
}
.AnyTagClassName
{
color: #B191DC;
}
</style>
background-color css
<style>
a { background-color: #B191DC; }
a { background-color: rgb(177,145,220); }
div.DivClassName
{
background-color: #B191DC;
}
.BgClassName
{
background-color: #B191DC;
}
</style>
border-color css
<style>
span { border-color: #B191DC; }
span { border-color: rgb(177,145,220); }
td.TdClassName
{
border-color: #B191DC;
}
.TagClassName
{
border-color: #B191DC;
}
</style>