Shades of Biloba Flower #B085D8
Tints of Biloba Flower #B085D8
RGB
CMYK
RGB Variations
Color information
#B085D8 (or 0xB085D8) is known color: Biloba Flower. HEX triplet: B0, 85 and D8. RGB value is (176,133,216). Sum of RGB (Red+Green+Blue) = 176+133+216=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #B085D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085D8 is #4F7A27. Grayscale: #9B9B9B. Windows color (decimal): -5208616 or 14190000. OLE color: 14190000.
HSL color Cylindrical-coordinate representation of color #B085D8: hue angle of 271.08º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B085D8 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 133 | 216 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.15 |
| HSL | 271.08º | 0.52% | 0.68% | - |
| HSV(B) | 271.08º | 0.38% | 0.85% | - |
| XYZ | 38.69 | 30.96 | 68.9 | - |
| YUV | 155.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 216 | 0.19 | 0.38 | 0 | 0.15 | 271.08 | 0.52 | 0.68 |
| Hex | B0 | 85 | D8 | 13 | 26 | 0 | F | 10F | 34 | 44 |
| Octal | 260 | 205 | 330 | 23 | 46 | 0 | 17 | 417 | 64 | 104 |
| Binary | 10110000 | 10000101 | 11011000 | 10011 | 100110 | 0 | 1111 | 100001111 | 110100 | 1000100 |
Color Harmonies of #B085D8
Complementary color
Monochromatic Colors of #B085D8
Black with #B085D8
Text Example
Text Example
White with #B085D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085D8; }
p { color: rgb(176,133,216); }
H1.HeaderClassName
{
color: #B085D8;
}
.AnyTagClassName
{
color: #B085D8;
}
</style>
background-color css
<style>
a { background-color: #B085D8; }
a { background-color: rgb(176,133,216); }
div.DivClassName
{
background-color: #B085D8;
}
.BgClassName
{
background-color: #B085D8;
}
</style>
border-color css
<style>
span { border-color: #B085D8; }
span { border-color: rgb(176,133,216); }
td.TdClassName
{
border-color: #B085D8;
}
.TagClassName
{
border-color: #B085D8;
}
</style>