Shades of Biloba Flower #B190DB
Tints of Biloba Flower #B190DB
RGB
CMYK
RGB Variations
Color information
#B190DB (or 0xB190DB) is known color: Biloba Flower. HEX triplet: B1, 90 and DB. RGB value is (177,144,219). Sum of RGB (Red+Green+Blue) = 177+144+219=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B190DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190DB is #4E6F24. Grayscale: #A2A2A2. Windows color (decimal): -5140261 or 14389425. OLE color: 14389425.
HSL color Cylindrical-coordinate representation of color #B190DB: hue angle of 266.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B190DB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 144 | 219 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.14 |
| HSL | 266.4º | 0.51% | 0.71% | - |
| HSV(B) | 266.4º | 0.34% | 0.86% | - |
| XYZ | 40.89 | 34.41 | 71.5 | - |
| YUV | 162.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 219 | 0.19 | 0.34 | 0 | 0.14 | 266.4 | 0.51 | 0.71 |
| Hex | B1 | 90 | DB | 13 | 22 | 0 | E | 10A | 33 | 47 |
| Octal | 261 | 220 | 333 | 23 | 42 | 0 | 16 | 412 | 63 | 107 |
| Binary | 10110001 | 10010000 | 11011011 | 10011 | 100010 | 0 | 1110 | 100001010 | 110011 | 1000111 |
Color Harmonies of #B190DB
Complementary color
Monochromatic Colors of #B190DB
Black with #B190DB
Text Example
Text Example
White with #B190DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190DB; }
p { color: rgb(177,144,219); }
H1.HeaderClassName
{
color: #B190DB;
}
.AnyTagClassName
{
color: #B190DB;
}
</style>
background-color css
<style>
a { background-color: #B190DB; }
a { background-color: rgb(177,144,219); }
div.DivClassName
{
background-color: #B190DB;
}
.BgClassName
{
background-color: #B190DB;
}
</style>
border-color css
<style>
span { border-color: #B190DB; }
span { border-color: rgb(177,144,219); }
td.TdClassName
{
border-color: #B190DB;
}
.TagClassName
{
border-color: #B190DB;
}
</style>