Shades of Biloba Flower #B989DF
Tints of Biloba Flower #B989DF
RGB
CMYK
RGB Variations
Color information
#B989DF (or 0xB989DF) is known color: Biloba Flower. HEX triplet: B9, 89 and DF. RGB value is (185,137,223). Sum of RGB (Red+Green+Blue) = 185+137+223=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #B989DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989DF is #467620. Grayscale: #A0A0A0. Windows color (decimal): -4617761 or 14649785. OLE color: 14649785.
HSL color Cylindrical-coordinate representation of color #B989DF: hue angle of 273.49º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B989DF is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 137 | 223 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.13 |
| HSL | 273.49º | 0.57% | 0.71% | - |
| HSV(B) | 273.49º | 0.39% | 0.87% | - |
| XYZ | 42.27 | 33.53 | 74.06 | - |
| YUV | 161.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 223 | 0.17 | 0.39 | 0 | 0.13 | 273.49 | 0.57 | 0.71 |
| Hex | B9 | 89 | DF | 11 | 27 | 0 | D | 111 | 39 | 47 |
| Octal | 271 | 211 | 337 | 21 | 47 | 0 | 15 | 421 | 71 | 107 |
| Binary | 10111001 | 10001001 | 11011111 | 10001 | 100111 | 0 | 1101 | 100010001 | 111001 | 1000111 |
Color Harmonies of #B989DF
Complementary color
Monochromatic Colors of #B989DF
Black with #B989DF
Text Example
Text Example
White with #B989DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B989DF; }
p { color: rgb(185,137,223); }
H1.HeaderClassName
{
color: #B989DF;
}
.AnyTagClassName
{
color: #B989DF;
}
</style>
background-color css
<style>
a { background-color: #B989DF; }
a { background-color: rgb(185,137,223); }
div.DivClassName
{
background-color: #B989DF;
}
.BgClassName
{
background-color: #B989DF;
}
</style>
border-color css
<style>
span { border-color: #B989DF; }
span { border-color: rgb(185,137,223); }
td.TdClassName
{
border-color: #B989DF;
}
.TagClassName
{
border-color: #B989DF;
}
</style>