Shades of Biloba Flower #B289F0
Tints of Biloba Flower #B289F0
RGB
CMYK
RGB Variations
Color information
#B289F0 (or 0xB289F0) is known color: Biloba Flower. HEX triplet: B2, 89 and F0. RGB value is (178,137,240). Sum of RGB (Red+Green+Blue) = 178+137+240=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #B289F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289F0 is #4D760F. Grayscale: #A0A0A0. Windows color (decimal): -5076496 or 15763890. OLE color: 15763890.
HSL color Cylindrical-coordinate representation of color #B289F0: hue angle of 263.88º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B289F0 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 137 | 240 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.06 |
| HSL | 263.88º | 0.77% | 0.74% | - |
| HSV(B) | 263.88º | 0.43% | 0.94% | - |
| XYZ | 43.03 | 33.65 | 86.66 | - |
| YUV | 161 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 240 | 0.26 | 0.43 | 0 | 0.06 | 263.88 | 0.77 | 0.74 |
| Hex | B2 | 89 | F0 | 1A | 2B | 0 | 6 | 108 | 4D | 4A |
| Octal | 262 | 211 | 360 | 32 | 53 | 0 | 6 | 410 | 115 | 112 |
| Binary | 10110010 | 10001001 | 11110000 | 11010 | 101011 | 0 | 110 | 100001000 | 1001101 | 1001010 |
Color Harmonies of #B289F0
Complementary color
Monochromatic Colors of #B289F0
Black with #B289F0
Text Example
Text Example
White with #B289F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B289F0; }
p { color: rgb(178,137,240); }
H1.HeaderClassName
{
color: #B289F0;
}
.AnyTagClassName
{
color: #B289F0;
}
</style>
background-color css
<style>
a { background-color: #B289F0; }
a { background-color: rgb(178,137,240); }
div.DivClassName
{
background-color: #B289F0;
}
.BgClassName
{
background-color: #B289F0;
}
</style>
border-color css
<style>
span { border-color: #B289F0; }
span { border-color: rgb(178,137,240); }
td.TdClassName
{
border-color: #B289F0;
}
.TagClassName
{
border-color: #B289F0;
}
</style>