Shades of Biloba Flower #B897DD
Tints of Biloba Flower #B897DD
RGB
CMYK
RGB Variations
Color information
#B897DD (or 0xB897DD) is known color: Biloba Flower. HEX triplet: B8, 97 and DD. RGB value is (184,151,221). Sum of RGB (Red+Green+Blue) = 184+151+221=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #B897DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897DD is #476822. Grayscale: #A8A8A8. Windows color (decimal): -4679715 or 14522296. OLE color: 14522296.
HSL color Cylindrical-coordinate representation of color #B897DD: hue angle of 268.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B897DD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 151 | 221 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.13 |
| HSL | 268.29º | 0.51% | 0.73% | - |
| HSV(B) | 268.29º | 0.32% | 0.87% | - |
| XYZ | 43.88 | 37.54 | 73.34 | - |
| YUV | 168.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 221 | 0.17 | 0.32 | 0 | 0.13 | 268.29 | 0.51 | 0.73 |
| Hex | B8 | 97 | DD | 11 | 20 | 0 | D | 10C | 33 | 49 |
| Octal | 270 | 227 | 335 | 21 | 40 | 0 | 15 | 414 | 63 | 111 |
| Binary | 10111000 | 10010111 | 11011101 | 10001 | 100000 | 0 | 1101 | 100001100 | 110011 | 1001001 |
Color Harmonies of #B897DD
Complementary color
Monochromatic Colors of #B897DD
Black with #B897DD
Text Example
Text Example
White with #B897DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B897DD; }
p { color: rgb(184,151,221); }
H1.HeaderClassName
{
color: #B897DD;
}
.AnyTagClassName
{
color: #B897DD;
}
</style>
background-color css
<style>
a { background-color: #B897DD; }
a { background-color: rgb(184,151,221); }
div.DivClassName
{
background-color: #B897DD;
}
.BgClassName
{
background-color: #B897DD;
}
</style>
border-color css
<style>
span { border-color: #B897DD; }
span { border-color: rgb(184,151,221); }
td.TdClassName
{
border-color: #B897DD;
}
.TagClassName
{
border-color: #B897DD;
}
</style>