Shades of Biloba Flower #B89BE2
Tints of Biloba Flower #B89BE2
RGB
CMYK
RGB Variations
Color information
#B89BE2 (or 0xB89BE2) is known color: Biloba Flower. HEX triplet: B8, 9B and E2. RGB value is (184,155,226). Sum of RGB (Red+Green+Blue) = 184+155+226=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #B89BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BE2 is #47641D. Grayscale: #ABABAB. Windows color (decimal): -4678686 or 14851000. OLE color: 14851000.
HSL color Cylindrical-coordinate representation of color #B89BE2: hue angle of 264.51º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B89BE2 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 155 | 226 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.11 |
| HSL | 264.51º | 0.55% | 0.75% | - |
| HSV(B) | 264.51º | 0.31% | 0.89% | - |
| XYZ | 45.22 | 39.12 | 77.12 | - |
| YUV | 171.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 226 | 0.19 | 0.31 | 0 | 0.11 | 264.51 | 0.55 | 0.75 |
| Hex | B8 | 9B | E2 | 13 | 1F | 0 | B | 109 | 37 | 4B |
| Octal | 270 | 233 | 342 | 23 | 37 | 0 | 13 | 411 | 67 | 113 |
| Binary | 10111000 | 10011011 | 11100010 | 10011 | 11111 | 0 | 1011 | 100001001 | 110111 | 1001011 |
Color Harmonies of #B89BE2
Complementary color
Monochromatic Colors of #B89BE2
Black with #B89BE2
Text Example
Text Example
White with #B89BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BE2; }
p { color: rgb(184,155,226); }
H1.HeaderClassName
{
color: #B89BE2;
}
.AnyTagClassName
{
color: #B89BE2;
}
</style>
background-color css
<style>
a { background-color: #B89BE2; }
a { background-color: rgb(184,155,226); }
div.DivClassName
{
background-color: #B89BE2;
}
.BgClassName
{
background-color: #B89BE2;
}
</style>
border-color css
<style>
span { border-color: #B89BE2; }
span { border-color: rgb(184,155,226); }
td.TdClassName
{
border-color: #B89BE2;
}
.TagClassName
{
border-color: #B89BE2;
}
</style>