Shades of Biloba Flower #B294D4
Tints of Biloba Flower #B294D4
RGB
CMYK
RGB Variations
Color information
#B294D4 (or 0xB294D4) is known color: Biloba Flower. HEX triplet: B2, 94 and D4. RGB value is (178,148,212). Sum of RGB (Red+Green+Blue) = 178+148+212=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #B294D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294D4 is #4D6B2B. Grayscale: #A4A4A4. Windows color (decimal): -5073708 or 13931698. OLE color: 13931698.
HSL color Cylindrical-coordinate representation of color #B294D4: hue angle of 268.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B294D4 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 148 | 212 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.17 |
| HSL | 268.13º | 0.43% | 0.71% | - |
| HSV(B) | 268.13º | 0.3% | 0.83% | - |
| XYZ | 40.83 | 35.4 | 66.97 | - |
| YUV | 164.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 212 | 0.16 | 0.30 | 0 | 0.17 | 268.13 | 0.43 | 0.71 |
| Hex | B2 | 94 | D4 | 10 | 1E | 0 | 11 | 10C | 2B | 47 |
| Octal | 262 | 224 | 324 | 20 | 36 | 0 | 21 | 414 | 53 | 107 |
| Binary | 10110010 | 10010100 | 11010100 | 10000 | 11110 | 0 | 10001 | 100001100 | 101011 | 1000111 |
Color Harmonies of #B294D4
Complementary color
Monochromatic Colors of #B294D4
Black with #B294D4
Text Example
Text Example
White with #B294D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294D4; }
p { color: rgb(178,148,212); }
H1.HeaderClassName
{
color: #B294D4;
}
.AnyTagClassName
{
color: #B294D4;
}
</style>
background-color css
<style>
a { background-color: #B294D4; }
a { background-color: rgb(178,148,212); }
div.DivClassName
{
background-color: #B294D4;
}
.BgClassName
{
background-color: #B294D4;
}
</style>
border-color css
<style>
span { border-color: #B294D4; }
span { border-color: rgb(178,148,212); }
td.TdClassName
{
border-color: #B294D4;
}
.TagClassName
{
border-color: #B294D4;
}
</style>