Shades of Biloba Flower #B97FDD
Tints of Biloba Flower #B97FDD
RGB
CMYK
RGB Variations
Color information
#B97FDD (or 0xB97FDD) is known color: Biloba Flower. HEX triplet: B9, 7F and DD. RGB value is (185,127,221). Sum of RGB (Red+Green+Blue) = 185+127+221=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #B97FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FDD is #468022. Grayscale: #9A9A9A. Windows color (decimal): -4620323 or 14516153. OLE color: 14516153.
HSL color Cylindrical-coordinate representation of color #B97FDD: hue angle of 277.02º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B97FDD is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 127 | 221 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 277.02º | 0.58% | 0.68% | - |
| HSV(B) | 277.02º | 0.43% | 0.87% | - |
| XYZ | 40.65 | 30.71 | 72.19 | - |
| YUV | 155.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 127 | 221 | 0.16 | 0.43 | 0 | 0.13 | 277.02 | 0.58 | 0.68 |
| Hex | B9 | 7F | DD | 10 | 2B | 0 | D | 115 | 3A | 44 |
| Octal | 271 | 177 | 335 | 20 | 53 | 0 | 15 | 425 | 72 | 104 |
| Binary | 10111001 | 1111111 | 11011101 | 10000 | 101011 | 0 | 1101 | 100010101 | 111010 | 1000100 |
Color Harmonies of #B97FDD
Complementary color
Monochromatic Colors of #B97FDD
Black with #B97FDD
Text Example
Text Example
White with #B97FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97FDD; }
p { color: rgb(185,127,221); }
H1.HeaderClassName
{
color: #B97FDD;
}
.AnyTagClassName
{
color: #B97FDD;
}
</style>
background-color css
<style>
a { background-color: #B97FDD; }
a { background-color: rgb(185,127,221); }
div.DivClassName
{
background-color: #B97FDD;
}
.BgClassName
{
background-color: #B97FDD;
}
</style>
border-color css
<style>
span { border-color: #B97FDD; }
span { border-color: rgb(185,127,221); }
td.TdClassName
{
border-color: #B97FDD;
}
.TagClassName
{
border-color: #B97FDD;
}
</style>