Shades of Biloba Flower #B49ADF
Tints of Biloba Flower #B49ADF
RGB
CMYK
RGB Variations
Color information
#B49ADF (or 0xB49ADF) is known color: Biloba Flower. HEX triplet: B4, 9A and DF. RGB value is (180,154,223). Sum of RGB (Red+Green+Blue) = 180+154+223=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B49ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ADF is #4B6520. Grayscale: #A9A9A9. Windows color (decimal): -4941089 or 14654132. OLE color: 14654132.
HSL color Cylindrical-coordinate representation of color #B49ADF: hue angle of 262.61º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B49ADF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 154 | 223 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.13 |
| HSL | 262.61º | 0.52% | 0.74% | - |
| HSV(B) | 262.61º | 0.31% | 0.87% | - |
| XYZ | 43.7 | 38.14 | 74.87 | - |
| YUV | 169.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 223 | 0.19 | 0.31 | 0 | 0.13 | 262.61 | 0.52 | 0.74 |
| Hex | B4 | 9A | DF | 13 | 1F | 0 | D | 107 | 34 | 4A |
| Octal | 264 | 232 | 337 | 23 | 37 | 0 | 15 | 407 | 64 | 112 |
| Binary | 10110100 | 10011010 | 11011111 | 10011 | 11111 | 0 | 1101 | 100000111 | 110100 | 1001010 |
Color Harmonies of #B49ADF
Complementary color
Monochromatic Colors of #B49ADF
Black with #B49ADF
Text Example
Text Example
White with #B49ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49ADF; }
p { color: rgb(180,154,223); }
H1.HeaderClassName
{
color: #B49ADF;
}
.AnyTagClassName
{
color: #B49ADF;
}
</style>
background-color css
<style>
a { background-color: #B49ADF; }
a { background-color: rgb(180,154,223); }
div.DivClassName
{
background-color: #B49ADF;
}
.BgClassName
{
background-color: #B49ADF;
}
</style>
border-color css
<style>
span { border-color: #B49ADF; }
span { border-color: rgb(180,154,223); }
td.TdClassName
{
border-color: #B49ADF;
}
.TagClassName
{
border-color: #B49ADF;
}
</style>