Shades of Biloba Flower #B096DF
Tints of Biloba Flower #B096DF
RGB
CMYK
RGB Variations
Color information
#B096DF (or 0xB096DF) is known color: Biloba Flower. HEX triplet: B0, 96 and DF. RGB value is (176,150,223). Sum of RGB (Red+Green+Blue) = 176+150+223=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B096DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096DF is #4F6920. Grayscale: #A5A5A5. Windows color (decimal): -5204257 or 14653104. OLE color: 14653104.
HSL color Cylindrical-coordinate representation of color #B096DF: hue angle of 261.37º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B096DF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 150 | 223 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.13 |
| HSL | 261.37º | 0.53% | 0.73% | - |
| HSV(B) | 261.37º | 0.33% | 0.87% | - |
| XYZ | 42.13 | 36.37 | 74.61 | - |
| YUV | 166.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 223 | 0.21 | 0.33 | 0 | 0.13 | 261.37 | 0.53 | 0.73 |
| Hex | B0 | 96 | DF | 15 | 21 | 0 | D | 105 | 35 | 49 |
| Octal | 260 | 226 | 337 | 25 | 41 | 0 | 15 | 405 | 65 | 111 |
| Binary | 10110000 | 10010110 | 11011111 | 10101 | 100001 | 0 | 1101 | 100000101 | 110101 | 1001001 |
Color Harmonies of #B096DF
Complementary color
Monochromatic Colors of #B096DF
Black with #B096DF
Text Example
Text Example
White with #B096DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096DF; }
p { color: rgb(176,150,223); }
H1.HeaderClassName
{
color: #B096DF;
}
.AnyTagClassName
{
color: #B096DF;
}
</style>
background-color css
<style>
a { background-color: #B096DF; }
a { background-color: rgb(176,150,223); }
div.DivClassName
{
background-color: #B096DF;
}
.BgClassName
{
background-color: #B096DF;
}
</style>
border-color css
<style>
span { border-color: #B096DF; }
span { border-color: rgb(176,150,223); }
td.TdClassName
{
border-color: #B096DF;
}
.TagClassName
{
border-color: #B096DF;
}
</style>