Shades of Biloba Flower #B49BDF
Tints of Biloba Flower #B49BDF
RGB
CMYK
RGB Variations
Color information
#B49BDF (or 0xB49BDF) is known color: Biloba Flower. HEX triplet: B4, 9B and DF. RGB value is (180,155,223). Sum of RGB (Red+Green+Blue) = 180+155+223=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #B49BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BDF is #4B6420. Grayscale: #A9A9A9. Windows color (decimal): -4940833 or 14654388. OLE color: 14654388.
HSL color Cylindrical-coordinate representation of color #B49BDF: hue angle of 262.06º degrees, saturation: 0.52, 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 #B49BDF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 155 | 223 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.13 |
| HSL | 262.06º | 0.52% | 0.74% | - |
| HSV(B) | 262.06º | 0.3% | 0.87% | - |
| XYZ | 43.86 | 38.47 | 74.93 | - |
| YUV | 170.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 223 | 0.19 | 0.30 | 0 | 0.13 | 262.06 | 0.52 | 0.74 |
| Hex | B4 | 9B | DF | 13 | 1E | 0 | D | 106 | 34 | 4A |
| Octal | 264 | 233 | 337 | 23 | 36 | 0 | 15 | 406 | 64 | 112 |
| Binary | 10110100 | 10011011 | 11011111 | 10011 | 11110 | 0 | 1101 | 100000110 | 110100 | 1001010 |
Color Harmonies of #B49BDF
Complementary color
Monochromatic Colors of #B49BDF
Black with #B49BDF
Text Example
Text Example
White with #B49BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BDF; }
p { color: rgb(180,155,223); }
H1.HeaderClassName
{
color: #B49BDF;
}
.AnyTagClassName
{
color: #B49BDF;
}
</style>
background-color css
<style>
a { background-color: #B49BDF; }
a { background-color: rgb(180,155,223); }
div.DivClassName
{
background-color: #B49BDF;
}
.BgClassName
{
background-color: #B49BDF;
}
</style>
border-color css
<style>
span { border-color: #B49BDF; }
span { border-color: rgb(180,155,223); }
td.TdClassName
{
border-color: #B49BDF;
}
.TagClassName
{
border-color: #B49BDF;
}
</style>