Shades of Biloba Flower #B49FDD
Tints of Biloba Flower #B49FDD
RGB
CMYK
RGB Variations
Color information
#B49FDD (or 0xB49FDD) is known color: Biloba Flower. HEX triplet: B4, 9F and DD. RGB value is (180,159,221). Sum of RGB (Red+Green+Blue) = 180+159+221=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #B49FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FDD is #4B6022. Grayscale: #ACACAC. Windows color (decimal): -4939811 or 14524340. OLE color: 14524340.
HSL color Cylindrical-coordinate representation of color #B49FDD: hue angle of 260.32º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49FDD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 159 | 221 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.13 |
| HSL | 260.32º | 0.48% | 0.75% | - |
| HSV(B) | 260.32º | 0.28% | 0.87% | - |
| XYZ | 44.27 | 39.72 | 73.74 | - |
| YUV | 172.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 221 | 0.19 | 0.28 | 0 | 0.13 | 260.32 | 0.48 | 0.75 |
| Hex | B4 | 9F | DD | 13 | 1C | 0 | D | 104 | 30 | 4B |
| Octal | 264 | 237 | 335 | 23 | 34 | 0 | 15 | 404 | 60 | 113 |
| Binary | 10110100 | 10011111 | 11011101 | 10011 | 11100 | 0 | 1101 | 100000100 | 110000 | 1001011 |
Color Harmonies of #B49FDD
Complementary color
Monochromatic Colors of #B49FDD
Black with #B49FDD
Text Example
Text Example
White with #B49FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FDD; }
p { color: rgb(180,159,221); }
H1.HeaderClassName
{
color: #B49FDD;
}
.AnyTagClassName
{
color: #B49FDD;
}
</style>
background-color css
<style>
a { background-color: #B49FDD; }
a { background-color: rgb(180,159,221); }
div.DivClassName
{
background-color: #B49FDD;
}
.BgClassName
{
background-color: #B49FDD;
}
</style>
border-color css
<style>
span { border-color: #B49FDD; }
span { border-color: rgb(180,159,221); }
td.TdClassName
{
border-color: #B49FDD;
}
.TagClassName
{
border-color: #B49FDD;
}
</style>