Shades of Biloba Flower #B687D5
Tints of Biloba Flower #B687D5
RGB
CMYK
RGB Variations
Color information
#B687D5 (or 0xB687D5) is known color: Biloba Flower. HEX triplet: B6, 87 and D5. RGB value is (182,135,213). Sum of RGB (Red+Green+Blue) = 182+135+213=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #B687D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B687D5 is #49782A. Grayscale: #9D9D9D. Windows color (decimal): -4814891 or 13993910. OLE color: 13993910.
HSL color Cylindrical-coordinate representation of color #B687D5: hue angle of 276.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B687D5 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 135 | 213 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.16 |
| HSL | 276.15º | 0.48% | 0.68% | - |
| HSV(B) | 276.15º | 0.37% | 0.84% | - |
| XYZ | 39.97 | 32.08 | 67.04 | - |
| YUV | 157.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 213 | 0.15 | 0.37 | 0 | 0.16 | 276.15 | 0.48 | 0.68 |
| Hex | B6 | 87 | D5 | F | 25 | 0 | 10 | 114 | 30 | 44 |
| Octal | 266 | 207 | 325 | 17 | 45 | 0 | 20 | 424 | 60 | 104 |
| Binary | 10110110 | 10000111 | 11010101 | 1111 | 100101 | 0 | 10000 | 100010100 | 110000 | 1000100 |
Color Harmonies of #B687D5
Complementary color
Monochromatic Colors of #B687D5
Black with #B687D5
Text Example
Text Example
White with #B687D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687D5; }
p { color: rgb(182,135,213); }
H1.HeaderClassName
{
color: #B687D5;
}
.AnyTagClassName
{
color: #B687D5;
}
</style>
background-color css
<style>
a { background-color: #B687D5; }
a { background-color: rgb(182,135,213); }
div.DivClassName
{
background-color: #B687D5;
}
.BgClassName
{
background-color: #B687D5;
}
</style>
border-color css
<style>
span { border-color: #B687D5; }
span { border-color: rgb(182,135,213); }
td.TdClassName
{
border-color: #B687D5;
}
.TagClassName
{
border-color: #B687D5;
}
</style>