Shades of Biloba Flower #B48DDF
Tints of Biloba Flower #B48DDF
RGB
CMYK
RGB Variations
Color information
#B48DDF (or 0xB48DDF) is known color: Biloba Flower. HEX triplet: B4, 8D and DF. RGB value is (180,141,223). Sum of RGB (Red+Green+Blue) = 180+141+223=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B48DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDF is #4B7220. Grayscale: #A1A1A1. Windows color (decimal): -4944417 or 14650804. OLE color: 14650804.
HSL color Cylindrical-coordinate representation of color #B48DDF: hue angle of 268.54º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48DDF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 141 | 223 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.13 |
| HSL | 268.54º | 0.56% | 0.71% | - |
| HSV(B) | 268.54º | 0.37% | 0.87% | - |
| XYZ | 41.67 | 34.08 | 74.19 | - |
| YUV | 162.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 223 | 0.19 | 0.37 | 0 | 0.13 | 268.54 | 0.56 | 0.71 |
| Hex | B4 | 8D | DF | 13 | 25 | 0 | D | 10D | 38 | 47 |
| Octal | 264 | 215 | 337 | 23 | 45 | 0 | 15 | 415 | 70 | 107 |
| Binary | 10110100 | 10001101 | 11011111 | 10011 | 100101 | 0 | 1101 | 100001101 | 111000 | 1000111 |
Color Harmonies of #B48DDF
Complementary color
Monochromatic Colors of #B48DDF
Black with #B48DDF
Text Example
Text Example
White with #B48DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48DDF; }
p { color: rgb(180,141,223); }
H1.HeaderClassName
{
color: #B48DDF;
}
.AnyTagClassName
{
color: #B48DDF;
}
</style>
background-color css
<style>
a { background-color: #B48DDF; }
a { background-color: rgb(180,141,223); }
div.DivClassName
{
background-color: #B48DDF;
}
.BgClassName
{
background-color: #B48DDF;
}
</style>
border-color css
<style>
span { border-color: #B48DDF; }
span { border-color: rgb(180,141,223); }
td.TdClassName
{
border-color: #B48DDF;
}
.TagClassName
{
border-color: #B48DDF;
}
</style>