Shades of Biloba Flower #B294DF
Tints of Biloba Flower #B294DF
RGB
CMYK
RGB Variations
Color information
#B294DF (or 0xB294DF) is known color: Biloba Flower. HEX triplet: B2, 94 and DF. RGB value is (178,148,223). Sum of RGB (Red+Green+Blue) = 178+148+223=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 148 (58.20% from 255 or 26.96% 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 #B294DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DF is #4D6B20. Grayscale: #A5A5A5. Windows color (decimal): -5073697 or 14652594. OLE color: 14652594.
HSL color Cylindrical-coordinate representation of color #B294DF: hue angle of 264º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B294DF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 148 | 223 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.13 |
| HSL | 264º | 0.54% | 0.73% | - |
| HSV(B) | 264º | 0.34% | 0.87% | - |
| XYZ | 42.27 | 35.97 | 74.53 | - |
| YUV | 165.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 223 | 0.20 | 0.34 | 0 | 0.13 | 264 | 0.54 | 0.73 |
| Hex | B2 | 94 | DF | 14 | 22 | 0 | D | 108 | 36 | 49 |
| Octal | 262 | 224 | 337 | 24 | 42 | 0 | 15 | 410 | 66 | 111 |
| Binary | 10110010 | 10010100 | 11011111 | 10100 | 100010 | 0 | 1101 | 100001000 | 110110 | 1001001 |
Color Harmonies of #B294DF
Complementary color
Monochromatic Colors of #B294DF
Black with #B294DF
Text Example
Text Example
White with #B294DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294DF; }
p { color: rgb(178,148,223); }
H1.HeaderClassName
{
color: #B294DF;
}
.AnyTagClassName
{
color: #B294DF;
}
</style>
background-color css
<style>
a { background-color: #B294DF; }
a { background-color: rgb(178,148,223); }
div.DivClassName
{
background-color: #B294DF;
}
.BgClassName
{
background-color: #B294DF;
}
</style>
border-color css
<style>
span { border-color: #B294DF; }
span { border-color: rgb(178,148,223); }
td.TdClassName
{
border-color: #B294DF;
}
.TagClassName
{
border-color: #B294DF;
}
</style>