Shades of Biloba Flower #B687EF
Tints of Biloba Flower #B687EF
RGB
CMYK
RGB Variations
Color information
#B687EF (or 0xB687EF) is known color: Biloba Flower. HEX triplet: B6, 87 and EF. RGB value is (182,135,239). Sum of RGB (Red+Green+Blue) = 182+135+239=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #B687EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687EF is #497810. Grayscale: #A0A0A0. Windows color (decimal): -4814865 or 15697846. OLE color: 15697846.
HSL color Cylindrical-coordinate representation of color #B687EF: hue angle of 267.12º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B687EF is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 135 | 239 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.06 |
| HSL | 267.12º | 0.76% | 0.73% | - |
| HSV(B) | 267.12º | 0.44% | 0.94% | - |
| XYZ | 43.54 | 33.51 | 85.83 | - |
| YUV | 160.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 239 | 0.24 | 0.44 | 0 | 0.06 | 267.12 | 0.76 | 0.73 |
| Hex | B6 | 87 | EF | 18 | 2C | 0 | 6 | 10B | 4C | 49 |
| Octal | 266 | 207 | 357 | 30 | 54 | 0 | 6 | 413 | 114 | 111 |
| Binary | 10110110 | 10000111 | 11101111 | 11000 | 101100 | 0 | 110 | 100001011 | 1001100 | 1001001 |
Color Harmonies of #B687EF
Complementary color
Monochromatic Colors of #B687EF
Black with #B687EF
Text Example
Text Example
White with #B687EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687EF; }
p { color: rgb(182,135,239); }
H1.HeaderClassName
{
color: #B687EF;
}
.AnyTagClassName
{
color: #B687EF;
}
</style>
background-color css
<style>
a { background-color: #B687EF; }
a { background-color: rgb(182,135,239); }
div.DivClassName
{
background-color: #B687EF;
}
.BgClassName
{
background-color: #B687EF;
}
</style>
border-color css
<style>
span { border-color: #B687EF; }
span { border-color: rgb(182,135,239); }
td.TdClassName
{
border-color: #B687EF;
}
.TagClassName
{
border-color: #B687EF;
}
</style>