Shades of Biloba Flower #B891DD
Tints of Biloba Flower #B891DD
RGB
CMYK
RGB Variations
Color information
#B891DD (or 0xB891DD) is known color: Biloba Flower. HEX triplet: B8, 91 and DD. RGB value is (184,145,221). Sum of RGB (Red+Green+Blue) = 184+145+221=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #B891DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891DD is #476E22. Grayscale: #A5A5A5. Windows color (decimal): -4681251 or 14520760. OLE color: 14520760.
HSL color Cylindrical-coordinate representation of color #B891DD: hue angle of 270.79º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B891DD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 145 | 221 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.13 |
| HSL | 270.79º | 0.53% | 0.72% | - |
| HSV(B) | 270.79º | 0.34% | 0.87% | - |
| XYZ | 42.94 | 35.66 | 73.03 | - |
| YUV | 165.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 221 | 0.17 | 0.34 | 0 | 0.13 | 270.79 | 0.53 | 0.72 |
| Hex | B8 | 91 | DD | 11 | 22 | 0 | D | 10F | 35 | 48 |
| Octal | 270 | 221 | 335 | 21 | 42 | 0 | 15 | 417 | 65 | 110 |
| Binary | 10111000 | 10010001 | 11011101 | 10001 | 100010 | 0 | 1101 | 100001111 | 110101 | 1001000 |
Color Harmonies of #B891DD
Complementary color
Monochromatic Colors of #B891DD
Black with #B891DD
Text Example
Text Example
White with #B891DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891DD; }
p { color: rgb(184,145,221); }
H1.HeaderClassName
{
color: #B891DD;
}
.AnyTagClassName
{
color: #B891DD;
}
</style>
background-color css
<style>
a { background-color: #B891DD; }
a { background-color: rgb(184,145,221); }
div.DivClassName
{
background-color: #B891DD;
}
.BgClassName
{
background-color: #B891DD;
}
</style>
border-color css
<style>
span { border-color: #B891DD; }
span { border-color: rgb(184,145,221); }
td.TdClassName
{
border-color: #B891DD;
}
.TagClassName
{
border-color: #B891DD;
}
</style>