Shades of Biloba Flower #B787DB
Tints of Biloba Flower #B787DB
RGB
CMYK
RGB Variations
Color information
#B787DB (or 0xB787DB) is known color: Biloba Flower. HEX triplet: B7, 87 and DB. RGB value is (183,135,219). Sum of RGB (Red+Green+Blue) = 183+135+219=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B787DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B787DB is #487824. Grayscale: #9E9E9E. Windows color (decimal): -4749349 or 14387127. OLE color: 14387127.
HSL color Cylindrical-coordinate representation of color #B787DB: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B787DB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 135 | 219 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.14 |
| HSL | 274.29º | 0.54% | 0.69% | - |
| HSV(B) | 274.29º | 0.38% | 0.86% | - |
| XYZ | 40.98 | 32.51 | 71.13 | - |
| YUV | 158.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 219 | 0.16 | 0.38 | 0 | 0.14 | 274.29 | 0.54 | 0.69 |
| Hex | B7 | 87 | DB | 10 | 26 | 0 | E | 112 | 36 | 45 |
| Octal | 267 | 207 | 333 | 20 | 46 | 0 | 16 | 422 | 66 | 105 |
| Binary | 10110111 | 10000111 | 11011011 | 10000 | 100110 | 0 | 1110 | 100010010 | 110110 | 1000101 |
Color Harmonies of #B787DB
Complementary color
Monochromatic Colors of #B787DB
Black with #B787DB
Text Example
Text Example
White with #B787DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B787DB; }
p { color: rgb(183,135,219); }
H1.HeaderClassName
{
color: #B787DB;
}
.AnyTagClassName
{
color: #B787DB;
}
</style>
background-color css
<style>
a { background-color: #B787DB; }
a { background-color: rgb(183,135,219); }
div.DivClassName
{
background-color: #B787DB;
}
.BgClassName
{
background-color: #B787DB;
}
</style>
border-color css
<style>
span { border-color: #B787DB; }
span { border-color: rgb(183,135,219); }
td.TdClassName
{
border-color: #B787DB;
}
.TagClassName
{
border-color: #B787DB;
}
</style>