Shades of Biloba Flower #B687FA
Tints of Biloba Flower #B687FA
RGB
CMYK
RGB Variations
Color information
#B687FA (or 0xB687FA) is known color: Biloba Flower. HEX triplet: B6, 87 and FA. RGB value is (182,135,250). Sum of RGB (Red+Green+Blue) = 182+135+250=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #B687FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687FA is #497805. Grayscale: #A1A1A1. Windows color (decimal): -4814854 or 16418742. OLE color: 16418742.
HSL color Cylindrical-coordinate representation of color #B687FA: hue angle of 264.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B687FA is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 135 | 250 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.02 |
| HSL | 264.52º | 0.92% | 0.75% | - |
| HSV(B) | 264.52º | 0.46% | 0.98% | - |
| XYZ | 45.21 | 34.18 | 94.66 | - |
| YUV | 162.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 250 | 0.27 | 0.46 | 0 | 0.02 | 264.52 | 0.92 | 0.75 |
| Hex | B6 | 87 | FA | 1B | 2E | 0 | 2 | 109 | 5C | 4B |
| Octal | 266 | 207 | 372 | 33 | 56 | 0 | 2 | 411 | 134 | 113 |
| Binary | 10110110 | 10000111 | 11111010 | 11011 | 101110 | 0 | 10 | 100001001 | 1011100 | 1001011 |
Color Harmonies of #B687FA
Complementary color
Monochromatic Colors of #B687FA
Black with #B687FA
Text Example
Text Example
White with #B687FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687FA; }
p { color: rgb(182,135,250); }
H1.HeaderClassName
{
color: #B687FA;
}
.AnyTagClassName
{
color: #B687FA;
}
</style>
background-color css
<style>
a { background-color: #B687FA; }
a { background-color: rgb(182,135,250); }
div.DivClassName
{
background-color: #B687FA;
}
.BgClassName
{
background-color: #B687FA;
}
</style>
border-color css
<style>
span { border-color: #B687FA; }
span { border-color: rgb(182,135,250); }
td.TdClassName
{
border-color: #B687FA;
}
.TagClassName
{
border-color: #B687FA;
}
</style>