Shades of Biloba Flower #B687DB
Tints of Biloba Flower #B687DB
RGB
CMYK
RGB Variations
Color information
#B687DB (or 0xB687DB) is known color: Biloba Flower. HEX triplet: B6, 87 and DB. RGB value is (182,135,219). Sum of RGB (Red+Green+Blue) = 182+135+219=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B687DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B687DB is #497824. Grayscale: #9E9E9E. Windows color (decimal): -4814885 or 14387126. OLE color: 14387126.
HSL color Cylindrical-coordinate representation of color #B687DB: hue angle of 273.57º 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 #B687DB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 135 | 219 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.14 |
| HSL | 273.57º | 0.54% | 0.69% | - |
| HSV(B) | 273.57º | 0.38% | 0.86% | - |
| XYZ | 40.74 | 32.39 | 71.12 | - |
| YUV | 158.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 219 | 0.17 | 0.38 | 0 | 0.14 | 273.57 | 0.54 | 0.69 |
| Hex | B6 | 87 | DB | 11 | 26 | 0 | E | 112 | 36 | 45 |
| Octal | 266 | 207 | 333 | 21 | 46 | 0 | 16 | 422 | 66 | 105 |
| Binary | 10110110 | 10000111 | 11011011 | 10001 | 100110 | 0 | 1110 | 100010010 | 110110 | 1000101 |
Color Harmonies of #B687DB
Complementary color
Monochromatic Colors of #B687DB
Black with #B687DB
Text Example
Text Example
White with #B687DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687DB; }
p { color: rgb(182,135,219); }
H1.HeaderClassName
{
color: #B687DB;
}
.AnyTagClassName
{
color: #B687DB;
}
</style>
background-color css
<style>
a { background-color: #B687DB; }
a { background-color: rgb(182,135,219); }
div.DivClassName
{
background-color: #B687DB;
}
.BgClassName
{
background-color: #B687DB;
}
</style>
border-color css
<style>
span { border-color: #B687DB; }
span { border-color: rgb(182,135,219); }
td.TdClassName
{
border-color: #B687DB;
}
.TagClassName
{
border-color: #B687DB;
}
</style>