Shades of Biloba Flower #B89FDA
Tints of Biloba Flower #B89FDA
RGB
CMYK
RGB Variations
Color information
#B89FDA (or 0xB89FDA) is known color: Biloba Flower. HEX triplet: B8, 9F and DA. RGB value is (184,159,218). Sum of RGB (Red+Green+Blue) = 184+159+218=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FDA is #476025. Grayscale: #ACACAC. Windows color (decimal): -4677670 or 14327736. OLE color: 14327736.
HSL color Cylindrical-coordinate representation of color #B89FDA: hue angle of 265.42º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89FDA is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 159 | 218 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.15 |
| HSL | 265.42º | 0.44% | 0.74% | - |
| HSV(B) | 265.42º | 0.27% | 0.85% | - |
| XYZ | 44.82 | 40.05 | 71.7 | - |
| YUV | 173.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 218 | 0.16 | 0.27 | 0 | 0.15 | 265.42 | 0.44 | 0.74 |
| Hex | B8 | 9F | DA | 10 | 1B | 0 | F | 109 | 2C | 4A |
| Octal | 270 | 237 | 332 | 20 | 33 | 0 | 17 | 411 | 54 | 112 |
| Binary | 10111000 | 10011111 | 11011010 | 10000 | 11011 | 0 | 1111 | 100001001 | 101100 | 1001010 |
Color Harmonies of #B89FDA
Complementary color
Monochromatic Colors of #B89FDA
Black with #B89FDA
Text Example
Text Example
White with #B89FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FDA; }
p { color: rgb(184,159,218); }
H1.HeaderClassName
{
color: #B89FDA;
}
.AnyTagClassName
{
color: #B89FDA;
}
</style>
background-color css
<style>
a { background-color: #B89FDA; }
a { background-color: rgb(184,159,218); }
div.DivClassName
{
background-color: #B89FDA;
}
.BgClassName
{
background-color: #B89FDA;
}
</style>
border-color css
<style>
span { border-color: #B89FDA; }
span { border-color: rgb(184,159,218); }
td.TdClassName
{
border-color: #B89FDA;
}
.TagClassName
{
border-color: #B89FDA;
}
</style>