Shades of Biloba Flower #B289DC
Tints of Biloba Flower #B289DC
RGB
CMYK
RGB Variations
Color information
#B289DC (or 0xB289DC) is known color: Biloba Flower. HEX triplet: B2, 89 and DC. RGB value is (178,137,220). Sum of RGB (Red+Green+Blue) = 178+137+220=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B289DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289DC is #4D7623. Grayscale: #9E9E9E. Windows color (decimal): -5076516 or 14453170. OLE color: 14453170.
HSL color Cylindrical-coordinate representation of color #B289DC: hue angle of 269.64º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B289DC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 137 | 220 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.14 |
| HSL | 269.64º | 0.54% | 0.7% | - |
| HSV(B) | 269.64º | 0.38% | 0.86% | - |
| XYZ | 40.22 | 32.52 | 71.87 | - |
| YUV | 158.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 220 | 0.19 | 0.38 | 0 | 0.14 | 269.64 | 0.54 | 0.7 |
| Hex | B2 | 89 | DC | 13 | 26 | 0 | E | 10E | 36 | 46 |
| Octal | 262 | 211 | 334 | 23 | 46 | 0 | 16 | 416 | 66 | 106 |
| Binary | 10110010 | 10001001 | 11011100 | 10011 | 100110 | 0 | 1110 | 100001110 | 110110 | 1000110 |
Color Harmonies of #B289DC
Complementary color
Monochromatic Colors of #B289DC
Black with #B289DC
Text Example
Text Example
White with #B289DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B289DC; }
p { color: rgb(178,137,220); }
H1.HeaderClassName
{
color: #B289DC;
}
.AnyTagClassName
{
color: #B289DC;
}
</style>
background-color css
<style>
a { background-color: #B289DC; }
a { background-color: rgb(178,137,220); }
div.DivClassName
{
background-color: #B289DC;
}
.BgClassName
{
background-color: #B289DC;
}
</style>
border-color css
<style>
span { border-color: #B289DC; }
span { border-color: rgb(178,137,220); }
td.TdClassName
{
border-color: #B289DC;
}
.TagClassName
{
border-color: #B289DC;
}
</style>