Shades of Biloba Flower #B98DE2
Tints of Biloba Flower #B98DE2
RGB
CMYK
RGB Variations
Color information
#B98DE2 (or 0xB98DE2) is known color: Biloba Flower. HEX triplet: B9, 8D and E2. RGB value is (185,141,226). Sum of RGB (Red+Green+Blue) = 185+141+226=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #B98DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DE2 is #46721D. Grayscale: #A3A3A3. Windows color (decimal): -4616734 or 14847417. OLE color: 14847417.
HSL color Cylindrical-coordinate representation of color #B98DE2: hue angle of 271.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98DE2 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 141 | 226 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.11 |
| HSL | 271.06º | 0.59% | 0.72% | - |
| HSV(B) | 271.06º | 0.38% | 0.89% | - |
| XYZ | 43.26 | 34.86 | 76.4 | - |
| YUV | 163.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 226 | 0.18 | 0.38 | 0 | 0.11 | 271.06 | 0.59 | 0.72 |
| Hex | B9 | 8D | E2 | 12 | 26 | 0 | B | 10F | 3B | 48 |
| Octal | 271 | 215 | 342 | 22 | 46 | 0 | 13 | 417 | 73 | 110 |
| Binary | 10111001 | 10001101 | 11100010 | 10010 | 100110 | 0 | 1011 | 100001111 | 111011 | 1001000 |
Color Harmonies of #B98DE2
Complementary color
Monochromatic Colors of #B98DE2
Black with #B98DE2
Text Example
Text Example
White with #B98DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DE2; }
p { color: rgb(185,141,226); }
H1.HeaderClassName
{
color: #B98DE2;
}
.AnyTagClassName
{
color: #B98DE2;
}
</style>
background-color css
<style>
a { background-color: #B98DE2; }
a { background-color: rgb(185,141,226); }
div.DivClassName
{
background-color: #B98DE2;
}
.BgClassName
{
background-color: #B98DE2;
}
</style>
border-color css
<style>
span { border-color: #B98DE2; }
span { border-color: rgb(185,141,226); }
td.TdClassName
{
border-color: #B98DE2;
}
.TagClassName
{
border-color: #B98DE2;
}
</style>