Shades of Biloba Flower #B687F0
Tints of Biloba Flower #B687F0
RGB
CMYK
RGB Variations
Color information
#B687F0 (or 0xB687F0) is known color: Biloba Flower. HEX triplet: B6, 87 and F0. RGB value is (182,135,240). Sum of RGB (Red+Green+Blue) = 182+135+240=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #B687F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687F0 is #49780F. Grayscale: #A0A0A0. Windows color (decimal): -4814864 or 15763382. OLE color: 15763382.
HSL color Cylindrical-coordinate representation of color #B687F0: hue angle of 266.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B687F0 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 135 | 240 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.06 |
| HSL | 266.86º | 0.78% | 0.74% | - |
| HSV(B) | 266.86º | 0.44% | 0.94% | - |
| XYZ | 43.68 | 33.56 | 86.61 | - |
| YUV | 161.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 240 | 0.24 | 0.44 | 0 | 0.06 | 266.86 | 0.78 | 0.74 |
| Hex | B6 | 87 | F0 | 18 | 2C | 0 | 6 | 10B | 4E | 4A |
| Octal | 266 | 207 | 360 | 30 | 54 | 0 | 6 | 413 | 116 | 112 |
| Binary | 10110110 | 10000111 | 11110000 | 11000 | 101100 | 0 | 110 | 100001011 | 1001110 | 1001010 |
Color Harmonies of #B687F0
Complementary color
Monochromatic Colors of #B687F0
Black with #B687F0
Text Example
Text Example
White with #B687F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687F0; }
p { color: rgb(182,135,240); }
H1.HeaderClassName
{
color: #B687F0;
}
.AnyTagClassName
{
color: #B687F0;
}
</style>
background-color css
<style>
a { background-color: #B687F0; }
a { background-color: rgb(182,135,240); }
div.DivClassName
{
background-color: #B687F0;
}
.BgClassName
{
background-color: #B687F0;
}
</style>
border-color css
<style>
span { border-color: #B687F0; }
span { border-color: rgb(182,135,240); }
td.TdClassName
{
border-color: #B687F0;
}
.TagClassName
{
border-color: #B687F0;
}
</style>