Shades of Biloba Flower #B89CE1
Tints of Biloba Flower #B89CE1
RGB
CMYK
RGB Variations
Color information
#B89CE1 (or 0xB89CE1) is known color: Biloba Flower. HEX triplet: B8, 9C and E1. RGB value is (184,156,225). Sum of RGB (Red+Green+Blue) = 184+156+225=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #B89CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CE1 is #47631E. Grayscale: #ABABAB. Windows color (decimal): -4678431 or 14785720. OLE color: 14785720.
HSL color Cylindrical-coordinate representation of color #B89CE1: hue angle of 264.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B89CE1 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 156 | 225 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.12 |
| HSL | 264.35º | 0.53% | 0.75% | - |
| HSV(B) | 264.35º | 0.31% | 0.88% | - |
| XYZ | 45.25 | 39.4 | 76.46 | - |
| YUV | 172.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 225 | 0.18 | 0.31 | 0 | 0.12 | 264.35 | 0.53 | 0.75 |
| Hex | B8 | 9C | E1 | 12 | 1F | 0 | C | 108 | 35 | 4B |
| Octal | 270 | 234 | 341 | 22 | 37 | 0 | 14 | 410 | 65 | 113 |
| Binary | 10111000 | 10011100 | 11100001 | 10010 | 11111 | 0 | 1100 | 100001000 | 110101 | 1001011 |
Color Harmonies of #B89CE1
Complementary color
Monochromatic Colors of #B89CE1
Black with #B89CE1
Text Example
Text Example
White with #B89CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CE1; }
p { color: rgb(184,156,225); }
H1.HeaderClassName
{
color: #B89CE1;
}
.AnyTagClassName
{
color: #B89CE1;
}
</style>
background-color css
<style>
a { background-color: #B89CE1; }
a { background-color: rgb(184,156,225); }
div.DivClassName
{
background-color: #B89CE1;
}
.BgClassName
{
background-color: #B89CE1;
}
</style>
border-color css
<style>
span { border-color: #B89CE1; }
span { border-color: rgb(184,156,225); }
td.TdClassName
{
border-color: #B89CE1;
}
.TagClassName
{
border-color: #B89CE1;
}
</style>