Shades of Biloba Flower #B98BDD
Tints of Biloba Flower #B98BDD
RGB
CMYK
RGB Variations
Color information
#B98BDD (or 0xB98BDD) is known color: Biloba Flower. HEX triplet: B9, 8B and DD. RGB value is (185,139,221). Sum of RGB (Red+Green+Blue) = 185+139+221=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B98BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BDD is #467422. Grayscale: #A1A1A1. Windows color (decimal): -4617251 or 14519225. OLE color: 14519225.
HSL color Cylindrical-coordinate representation of color #B98BDD: hue angle of 273.66º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98BDD is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 139 | 221 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.13 |
| HSL | 273.66º | 0.55% | 0.71% | - |
| HSV(B) | 273.66º | 0.37% | 0.87% | - |
| XYZ | 42.29 | 34 | 72.74 | - |
| YUV | 162.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 221 | 0.16 | 0.37 | 0 | 0.13 | 273.66 | 0.55 | 0.71 |
| Hex | B9 | 8B | DD | 10 | 25 | 0 | D | 112 | 37 | 47 |
| Octal | 271 | 213 | 335 | 20 | 45 | 0 | 15 | 422 | 67 | 107 |
| Binary | 10111001 | 10001011 | 11011101 | 10000 | 100101 | 0 | 1101 | 100010010 | 110111 | 1000111 |
Color Harmonies of #B98BDD
Complementary color
Monochromatic Colors of #B98BDD
Black with #B98BDD
Text Example
Text Example
White with #B98BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98BDD; }
p { color: rgb(185,139,221); }
H1.HeaderClassName
{
color: #B98BDD;
}
.AnyTagClassName
{
color: #B98BDD;
}
</style>
background-color css
<style>
a { background-color: #B98BDD; }
a { background-color: rgb(185,139,221); }
div.DivClassName
{
background-color: #B98BDD;
}
.BgClassName
{
background-color: #B98BDD;
}
</style>
border-color css
<style>
span { border-color: #B98BDD; }
span { border-color: rgb(185,139,221); }
td.TdClassName
{
border-color: #B98BDD;
}
.TagClassName
{
border-color: #B98BDD;
}
</style>