Shades of Biloba Flower #B889DD
Tints of Biloba Flower #B889DD
RGB
CMYK
RGB Variations
Color information
#B889DD (or 0xB889DD) is known color: Biloba Flower. HEX triplet: B8, 89 and DD. RGB value is (184,137,221). Sum of RGB (Red+Green+Blue) = 184+137+221=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B889DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889DD is #477622. Grayscale: #A0A0A0. Windows color (decimal): -4683299 or 14518712. OLE color: 14518712.
HSL color Cylindrical-coordinate representation of color #B889DD: hue angle of 273.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B889DD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 137 | 221 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.13 |
| HSL | 273.57º | 0.55% | 0.7% | - |
| HSV(B) | 273.57º | 0.38% | 0.87% | - |
| XYZ | 41.76 | 33.3 | 72.63 | - |
| YUV | 160.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 221 | 0.17 | 0.38 | 0 | 0.13 | 273.57 | 0.55 | 0.7 |
| Hex | B8 | 89 | DD | 11 | 26 | 0 | D | 112 | 37 | 46 |
| Octal | 270 | 211 | 335 | 21 | 46 | 0 | 15 | 422 | 67 | 106 |
| Binary | 10111000 | 10001001 | 11011101 | 10001 | 100110 | 0 | 1101 | 100010010 | 110111 | 1000110 |
Color Harmonies of #B889DD
Complementary color
Monochromatic Colors of #B889DD
Black with #B889DD
Text Example
Text Example
White with #B889DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B889DD; }
p { color: rgb(184,137,221); }
H1.HeaderClassName
{
color: #B889DD;
}
.AnyTagClassName
{
color: #B889DD;
}
</style>
background-color css
<style>
a { background-color: #B889DD; }
a { background-color: rgb(184,137,221); }
div.DivClassName
{
background-color: #B889DD;
}
.BgClassName
{
background-color: #B889DD;
}
</style>
border-color css
<style>
span { border-color: #B889DD; }
span { border-color: rgb(184,137,221); }
td.TdClassName
{
border-color: #B889DD;
}
.TagClassName
{
border-color: #B889DD;
}
</style>