Shades of Biloba Flower #B98BDF
Tints of Biloba Flower #B98BDF
RGB
CMYK
RGB Variations
Color information
#B98BDF (or 0xB98BDF) is known color: Biloba Flower. HEX triplet: B9, 8B and DF. RGB value is (185,139,223). Sum of RGB (Red+Green+Blue) = 185+139+223=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B98BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BDF is #467420. Grayscale: #A2A2A2. Windows color (decimal): -4617249 or 14650297. OLE color: 14650297.
HSL color Cylindrical-coordinate representation of color #B98BDF: hue angle of 272.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98BDF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 139 | 223 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.13 |
| HSL | 272.86º | 0.57% | 0.71% | - |
| HSV(B) | 272.86º | 0.38% | 0.87% | - |
| XYZ | 42.56 | 34.11 | 74.15 | - |
| YUV | 162.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 223 | 0.17 | 0.38 | 0 | 0.13 | 272.86 | 0.57 | 0.71 |
| Hex | B9 | 8B | DF | 11 | 26 | 0 | D | 111 | 39 | 47 |
| Octal | 271 | 213 | 337 | 21 | 46 | 0 | 15 | 421 | 71 | 107 |
| Binary | 10111001 | 10001011 | 11011111 | 10001 | 100110 | 0 | 1101 | 100010001 | 111001 | 1000111 |
Color Harmonies of #B98BDF
Complementary color
Monochromatic Colors of #B98BDF
Black with #B98BDF
Text Example
Text Example
White with #B98BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98BDF; }
p { color: rgb(185,139,223); }
H1.HeaderClassName
{
color: #B98BDF;
}
.AnyTagClassName
{
color: #B98BDF;
}
</style>
background-color css
<style>
a { background-color: #B98BDF; }
a { background-color: rgb(185,139,223); }
div.DivClassName
{
background-color: #B98BDF;
}
.BgClassName
{
background-color: #B98BDF;
}
</style>
border-color css
<style>
span { border-color: #B98BDF; }
span { border-color: rgb(185,139,223); }
td.TdClassName
{
border-color: #B98BDF;
}
.TagClassName
{
border-color: #B98BDF;
}
</style>