Shades of Biloba Flower #B687ED
Tints of Biloba Flower #B687ED
RGB
CMYK
RGB Variations
Color information
#B687ED (or 0xB687ED) is known color: Biloba Flower. HEX triplet: B6, 87 and ED. RGB value is (182,135,237). Sum of RGB (Red+Green+Blue) = 182+135+237=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #B687ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687ED is #497812. Grayscale: #A0A0A0. Windows color (decimal): -4814867 or 15566774. OLE color: 15566774.
HSL color Cylindrical-coordinate representation of color #B687ED: hue angle of 267.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B687ED is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 135 | 237 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.07 |
| HSL | 267.65º | 0.74% | 0.73% | - |
| HSV(B) | 267.65º | 0.43% | 0.93% | - |
| XYZ | 43.24 | 33.39 | 84.29 | - |
| YUV | 160.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 237 | 0.23 | 0.43 | 0 | 0.07 | 267.65 | 0.74 | 0.73 |
| Hex | B6 | 87 | ED | 17 | 2B | 0 | 7 | 10C | 4A | 49 |
| Octal | 266 | 207 | 355 | 27 | 53 | 0 | 7 | 414 | 112 | 111 |
| Binary | 10110110 | 10000111 | 11101101 | 10111 | 101011 | 0 | 111 | 100001100 | 1001010 | 1001001 |
Color Harmonies of #B687ED
Complementary color
Monochromatic Colors of #B687ED
Black with #B687ED
Text Example
Text Example
White with #B687ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687ED; }
p { color: rgb(182,135,237); }
H1.HeaderClassName
{
color: #B687ED;
}
.AnyTagClassName
{
color: #B687ED;
}
</style>
background-color css
<style>
a { background-color: #B687ED; }
a { background-color: rgb(182,135,237); }
div.DivClassName
{
background-color: #B687ED;
}
.BgClassName
{
background-color: #B687ED;
}
</style>
border-color css
<style>
span { border-color: #B687ED; }
span { border-color: rgb(182,135,237); }
td.TdClassName
{
border-color: #B687ED;
}
.TagClassName
{
border-color: #B687ED;
}
</style>