Shades of Biloba Flower #B296DF
Tints of Biloba Flower #B296DF
RGB
CMYK
RGB Variations
Color information
#B296DF (or 0xB296DF) is known color: Biloba Flower. HEX triplet: B2, 96 and DF. RGB value is (178,150,223). Sum of RGB (Red+Green+Blue) = 178+150+223=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B296DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296DF is #4D6920. Grayscale: #A6A6A6. Windows color (decimal): -5073185 or 14653106. OLE color: 14653106.
HSL color Cylindrical-coordinate representation of color #B296DF: hue angle of 263.01º 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 #B296DF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 150 | 223 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.13 |
| HSL | 263.01º | 0.53% | 0.73% | - |
| HSV(B) | 263.01º | 0.33% | 0.87% | - |
| XYZ | 42.59 | 36.61 | 74.63 | - |
| YUV | 166.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 223 | 0.20 | 0.33 | 0 | 0.13 | 263.01 | 0.53 | 0.73 |
| Hex | B2 | 96 | DF | 14 | 21 | 0 | D | 107 | 35 | 49 |
| Octal | 262 | 226 | 337 | 24 | 41 | 0 | 15 | 407 | 65 | 111 |
| Binary | 10110010 | 10010110 | 11011111 | 10100 | 100001 | 0 | 1101 | 100000111 | 110101 | 1001001 |
Color Harmonies of #B296DF
Complementary color
Monochromatic Colors of #B296DF
Black with #B296DF
Text Example
Text Example
White with #B296DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B296DF; }
p { color: rgb(178,150,223); }
H1.HeaderClassName
{
color: #B296DF;
}
.AnyTagClassName
{
color: #B296DF;
}
</style>
background-color css
<style>
a { background-color: #B296DF; }
a { background-color: rgb(178,150,223); }
div.DivClassName
{
background-color: #B296DF;
}
.BgClassName
{
background-color: #B296DF;
}
</style>
border-color css
<style>
span { border-color: #B296DF; }
span { border-color: rgb(178,150,223); }
td.TdClassName
{
border-color: #B296DF;
}
.TagClassName
{
border-color: #B296DF;
}
</style>