Shades of Biloba Flower #B49CDF
Tints of Biloba Flower #B49CDF
RGB
CMYK
RGB Variations
Color information
#B49CDF (or 0xB49CDF) is known color: Biloba Flower. HEX triplet: B4, 9C and DF. RGB value is (180,156,223). Sum of RGB (Red+Green+Blue) = 180+156+223=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #B49CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CDF is #4B6320. Grayscale: #AAAAAA. Windows color (decimal): -4940577 or 14654644. OLE color: 14654644.
HSL color Cylindrical-coordinate representation of color #B49CDF: hue angle of 261.49º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B49CDF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 156 | 223 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.13 |
| HSL | 261.49º | 0.51% | 0.74% | - |
| HSV(B) | 261.49º | 0.3% | 0.87% | - |
| XYZ | 44.03 | 38.81 | 74.98 | - |
| YUV | 170.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 223 | 0.19 | 0.30 | 0 | 0.13 | 261.49 | 0.51 | 0.74 |
| Hex | B4 | 9C | DF | 13 | 1E | 0 | D | 105 | 33 | 4A |
| Octal | 264 | 234 | 337 | 23 | 36 | 0 | 15 | 405 | 63 | 112 |
| Binary | 10110100 | 10011100 | 11011111 | 10011 | 11110 | 0 | 1101 | 100000101 | 110011 | 1001010 |
Color Harmonies of #B49CDF
Complementary color
Monochromatic Colors of #B49CDF
Black with #B49CDF
Text Example
Text Example
White with #B49CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CDF; }
p { color: rgb(180,156,223); }
H1.HeaderClassName
{
color: #B49CDF;
}
.AnyTagClassName
{
color: #B49CDF;
}
</style>
background-color css
<style>
a { background-color: #B49CDF; }
a { background-color: rgb(180,156,223); }
div.DivClassName
{
background-color: #B49CDF;
}
.BgClassName
{
background-color: #B49CDF;
}
</style>
border-color css
<style>
span { border-color: #B49CDF; }
span { border-color: rgb(180,156,223); }
td.TdClassName
{
border-color: #B49CDF;
}
.TagClassName
{
border-color: #B49CDF;
}
</style>