Shades of Biloba Flower #B891DF
Tints of Biloba Flower #B891DF
RGB
CMYK
RGB Variations
Color information
#B891DF (or 0xB891DF) is known color: Biloba Flower. HEX triplet: B8, 91 and DF. RGB value is (184,145,223). Sum of RGB (Red+Green+Blue) = 184+145+223=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B891DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891DF is #476E20. Grayscale: #A5A5A5. Windows color (decimal): -4681249 or 14651832. OLE color: 14651832.
HSL color Cylindrical-coordinate representation of color #B891DF: hue angle of 270º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B891DF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 145 | 223 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.13 |
| HSL | 270º | 0.55% | 0.72% | - |
| HSV(B) | 270º | 0.35% | 0.87% | - |
| XYZ | 43.21 | 35.77 | 74.44 | - |
| YUV | 165.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 223 | 0.17 | 0.35 | 0 | 0.13 | 270 | 0.55 | 0.72 |
| Hex | B8 | 91 | DF | 11 | 23 | 0 | D | 10E | 37 | 48 |
| Octal | 270 | 221 | 337 | 21 | 43 | 0 | 15 | 416 | 67 | 110 |
| Binary | 10111000 | 10010001 | 11011111 | 10001 | 100011 | 0 | 1101 | 100001110 | 110111 | 1001000 |
Color Harmonies of #B891DF
Complementary color
Monochromatic Colors of #B891DF
Black with #B891DF
Text Example
Text Example
White with #B891DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891DF; }
p { color: rgb(184,145,223); }
H1.HeaderClassName
{
color: #B891DF;
}
.AnyTagClassName
{
color: #B891DF;
}
</style>
background-color css
<style>
a { background-color: #B891DF; }
a { background-color: rgb(184,145,223); }
div.DivClassName
{
background-color: #B891DF;
}
.BgClassName
{
background-color: #B891DF;
}
</style>
border-color css
<style>
span { border-color: #B891DF; }
span { border-color: rgb(184,145,223); }
td.TdClassName
{
border-color: #B891DF;
}
.TagClassName
{
border-color: #B891DF;
}
</style>