Shades of Biloba Flower #B095DF
Tints of Biloba Flower #B095DF
RGB
CMYK
RGB Variations
Color information
#B095DF (or 0xB095DF) is known color: Biloba Flower. HEX triplet: B0, 95 and DF. RGB value is (176,149,223). Sum of RGB (Red+Green+Blue) = 176+149+223=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B095DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095DF is #4F6A20. Grayscale: #A5A5A5. Windows color (decimal): -5204513 or 14652848. OLE color: 14652848.
HSL color Cylindrical-coordinate representation of color #B095DF: hue angle of 261.89º degrees, saturation: 0.54, 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 #B095DF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 149 | 223 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.13 |
| HSL | 261.89º | 0.54% | 0.73% | - |
| HSV(B) | 261.89º | 0.33% | 0.87% | - |
| XYZ | 41.97 | 36.05 | 74.56 | - |
| YUV | 165.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 223 | 0.21 | 0.33 | 0 | 0.13 | 261.89 | 0.54 | 0.73 |
| Hex | B0 | 95 | DF | 15 | 21 | 0 | D | 106 | 36 | 49 |
| Octal | 260 | 225 | 337 | 25 | 41 | 0 | 15 | 406 | 66 | 111 |
| Binary | 10110000 | 10010101 | 11011111 | 10101 | 100001 | 0 | 1101 | 100000110 | 110110 | 1001001 |
Color Harmonies of #B095DF
Complementary color
Monochromatic Colors of #B095DF
Black with #B095DF
Text Example
Text Example
White with #B095DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095DF; }
p { color: rgb(176,149,223); }
H1.HeaderClassName
{
color: #B095DF;
}
.AnyTagClassName
{
color: #B095DF;
}
</style>
background-color css
<style>
a { background-color: #B095DF; }
a { background-color: rgb(176,149,223); }
div.DivClassName
{
background-color: #B095DF;
}
.BgClassName
{
background-color: #B095DF;
}
</style>
border-color css
<style>
span { border-color: #B095DF; }
span { border-color: rgb(176,149,223); }
td.TdClassName
{
border-color: #B095DF;
}
.TagClassName
{
border-color: #B095DF;
}
</style>