Shades of Biloba Flower #B096DA
Tints of Biloba Flower #B096DA
RGB
CMYK
RGB Variations
Color information
#B096DA (or 0xB096DA) is known color: Biloba Flower. HEX triplet: B0, 96 and DA. RGB value is (176,150,218). Sum of RGB (Red+Green+Blue) = 176+150+218=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B096DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096DA is #4F6925. Grayscale: #A5A5A5. Windows color (decimal): -5204262 or 14325424. OLE color: 14325424.
HSL color Cylindrical-coordinate representation of color #B096DA: hue angle of 262.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B096DA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 150 | 218 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.15 |
| HSL | 262.94º | 0.48% | 0.72% | - |
| HSV(B) | 262.94º | 0.31% | 0.85% | - |
| XYZ | 41.47 | 36.1 | 71.11 | - |
| YUV | 165.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 218 | 0.19 | 0.31 | 0 | 0.15 | 262.94 | 0.48 | 0.72 |
| Hex | B0 | 96 | DA | 13 | 1F | 0 | F | 107 | 30 | 48 |
| Octal | 260 | 226 | 332 | 23 | 37 | 0 | 17 | 407 | 60 | 110 |
| Binary | 10110000 | 10010110 | 11011010 | 10011 | 11111 | 0 | 1111 | 100000111 | 110000 | 1001000 |
Color Harmonies of #B096DA
Complementary color
Monochromatic Colors of #B096DA
Black with #B096DA
Text Example
Text Example
White with #B096DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096DA; }
p { color: rgb(176,150,218); }
H1.HeaderClassName
{
color: #B096DA;
}
.AnyTagClassName
{
color: #B096DA;
}
</style>
background-color css
<style>
a { background-color: #B096DA; }
a { background-color: rgb(176,150,218); }
div.DivClassName
{
background-color: #B096DA;
}
.BgClassName
{
background-color: #B096DA;
}
</style>
border-color css
<style>
span { border-color: #B096DA; }
span { border-color: rgb(176,150,218); }
td.TdClassName
{
border-color: #B096DA;
}
.TagClassName
{
border-color: #B096DA;
}
</style>