Shades of Biloba Flower #B085EC
Tints of Biloba Flower #B085EC
RGB
CMYK
RGB Variations
Color information
#B085EC (or 0xB085EC) is known color: Biloba Flower. HEX triplet: B0, 85 and EC. RGB value is (176,133,236). Sum of RGB (Red+Green+Blue) = 176+133+236=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B085EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B085EC is #4F7A13. Grayscale: #9D9D9D. Windows color (decimal): -5208596 or 15500720. OLE color: 15500720.
HSL color Cylindrical-coordinate representation of color #B085EC: hue angle of 265.05º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B085EC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 133 | 236 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.07 |
| HSL | 265.05º | 0.73% | 0.72% | - |
| HSV(B) | 265.05º | 0.44% | 0.93% | - |
| XYZ | 41.43 | 32.06 | 83.36 | - |
| YUV | 157.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 236 | 0.25 | 0.44 | 0 | 0.07 | 265.05 | 0.73 | 0.72 |
| Hex | B0 | 85 | EC | 19 | 2C | 0 | 7 | 109 | 49 | 48 |
| Octal | 260 | 205 | 354 | 31 | 54 | 0 | 7 | 411 | 111 | 110 |
| Binary | 10110000 | 10000101 | 11101100 | 11001 | 101100 | 0 | 111 | 100001001 | 1001001 | 1001000 |
Color Harmonies of #B085EC
Complementary color
Monochromatic Colors of #B085EC
Black with #B085EC
Text Example
Text Example
White with #B085EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085EC; }
p { color: rgb(176,133,236); }
H1.HeaderClassName
{
color: #B085EC;
}
.AnyTagClassName
{
color: #B085EC;
}
</style>
background-color css
<style>
a { background-color: #B085EC; }
a { background-color: rgb(176,133,236); }
div.DivClassName
{
background-color: #B085EC;
}
.BgClassName
{
background-color: #B085EC;
}
</style>
border-color css
<style>
span { border-color: #B085EC; }
span { border-color: rgb(176,133,236); }
td.TdClassName
{
border-color: #B085EC;
}
.TagClassName
{
border-color: #B085EC;
}
</style>