Shades of Biloba Flower #B895DD
Tints of Biloba Flower #B895DD
RGB
CMYK
RGB Variations
Color information
#B895DD (or 0xB895DD) is known color: Biloba Flower. HEX triplet: B8, 95 and DD. RGB value is (184,149,221). Sum of RGB (Red+Green+Blue) = 184+149+221=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #B895DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895DD is #476A22. Grayscale: #A7A7A7. Windows color (decimal): -4680227 or 14521784. OLE color: 14521784.
HSL color Cylindrical-coordinate representation of color #B895DD: hue angle of 269.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B895DD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 149 | 221 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.13 |
| HSL | 269.17º | 0.51% | 0.73% | - |
| HSV(B) | 269.17º | 0.33% | 0.87% | - |
| XYZ | 43.57 | 36.91 | 73.23 | - |
| YUV | 167.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 221 | 0.17 | 0.33 | 0 | 0.13 | 269.17 | 0.51 | 0.73 |
| Hex | B8 | 95 | DD | 11 | 21 | 0 | D | 10D | 33 | 49 |
| Octal | 270 | 225 | 335 | 21 | 41 | 0 | 15 | 415 | 63 | 111 |
| Binary | 10111000 | 10010101 | 11011101 | 10001 | 100001 | 0 | 1101 | 100001101 | 110011 | 1001001 |
Color Harmonies of #B895DD
Complementary color
Monochromatic Colors of #B895DD
Black with #B895DD
Text Example
Text Example
White with #B895DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895DD; }
p { color: rgb(184,149,221); }
H1.HeaderClassName
{
color: #B895DD;
}
.AnyTagClassName
{
color: #B895DD;
}
</style>
background-color css
<style>
a { background-color: #B895DD; }
a { background-color: rgb(184,149,221); }
div.DivClassName
{
background-color: #B895DD;
}
.BgClassName
{
background-color: #B895DD;
}
</style>
border-color css
<style>
span { border-color: #B895DD; }
span { border-color: rgb(184,149,221); }
td.TdClassName
{
border-color: #B895DD;
}
.TagClassName
{
border-color: #B895DD;
}
</style>