Shades of Biloba Flower #B686E5
Tints of Biloba Flower #B686E5
RGB
CMYK
RGB Variations
Color information
#B686E5 (or 0xB686E5) is known color: Biloba Flower. HEX triplet: B6, 86 and E5. RGB value is (182,134,229). Sum of RGB (Red+Green+Blue) = 182+134+229=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #B686E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686E5 is #49791A. Grayscale: #9E9E9E. Windows color (decimal): -4815131 or 15042230. OLE color: 15042230.
HSL color Cylindrical-coordinate representation of color #B686E5: hue angle of 270.32º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B686E5 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 134 | 229 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.10 |
| HSL | 270.32º | 0.65% | 0.71% | - |
| HSV(B) | 270.32º | 0.41% | 0.9% | - |
| XYZ | 41.96 | 32.65 | 78.22 | - |
| YUV | 159.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 229 | 0.21 | 0.41 | 0 | 0.10 | 270.32 | 0.65 | 0.71 |
| Hex | B6 | 86 | E5 | 15 | 29 | 0 | A | 10E | 41 | 47 |
| Octal | 266 | 206 | 345 | 25 | 51 | 0 | 12 | 416 | 101 | 107 |
| Binary | 10110110 | 10000110 | 11100101 | 10101 | 101001 | 0 | 1010 | 100001110 | 1000001 | 1000111 |
Color Harmonies of #B686E5
Complementary color
Monochromatic Colors of #B686E5
Black with #B686E5
Text Example
Text Example
White with #B686E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B686E5; }
p { color: rgb(182,134,229); }
H1.HeaderClassName
{
color: #B686E5;
}
.AnyTagClassName
{
color: #B686E5;
}
</style>
background-color css
<style>
a { background-color: #B686E5; }
a { background-color: rgb(182,134,229); }
div.DivClassName
{
background-color: #B686E5;
}
.BgClassName
{
background-color: #B686E5;
}
</style>
border-color css
<style>
span { border-color: #B686E5; }
span { border-color: rgb(182,134,229); }
td.TdClassName
{
border-color: #B686E5;
}
.TagClassName
{
border-color: #B686E5;
}
</style>