Shades of Biloba Flower #B98EDD
Tints of Biloba Flower #B98EDD
RGB
CMYK
RGB Variations
Color information
#B98EDD (or 0xB98EDD) is known color: Biloba Flower. HEX triplet: B9, 8E and DD. RGB value is (185,142,221). Sum of RGB (Red+Green+Blue) = 185+142+221=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B98EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EDD is #467122. Grayscale: #A3A3A3. Windows color (decimal): -4616483 or 14519993. OLE color: 14519993.
HSL color Cylindrical-coordinate representation of color #B98EDD: hue angle of 272.66º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98EDD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 142 | 221 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.13 |
| HSL | 272.66º | 0.54% | 0.71% | - |
| HSV(B) | 272.66º | 0.36% | 0.87% | - |
| XYZ | 42.73 | 34.88 | 72.89 | - |
| YUV | 163.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 221 | 0.16 | 0.36 | 0 | 0.13 | 272.66 | 0.54 | 0.71 |
| Hex | B9 | 8E | DD | 10 | 24 | 0 | D | 111 | 36 | 47 |
| Octal | 271 | 216 | 335 | 20 | 44 | 0 | 15 | 421 | 66 | 107 |
| Binary | 10111001 | 10001110 | 11011101 | 10000 | 100100 | 0 | 1101 | 100010001 | 110110 | 1000111 |
Color Harmonies of #B98EDD
Complementary color
Monochromatic Colors of #B98EDD
Black with #B98EDD
Text Example
Text Example
White with #B98EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98EDD; }
p { color: rgb(185,142,221); }
H1.HeaderClassName
{
color: #B98EDD;
}
.AnyTagClassName
{
color: #B98EDD;
}
</style>
background-color css
<style>
a { background-color: #B98EDD; }
a { background-color: rgb(185,142,221); }
div.DivClassName
{
background-color: #B98EDD;
}
.BgClassName
{
background-color: #B98EDD;
}
</style>
border-color css
<style>
span { border-color: #B98EDD; }
span { border-color: rgb(185,142,221); }
td.TdClassName
{
border-color: #B98EDD;
}
.TagClassName
{
border-color: #B98EDD;
}
</style>