Shades of Biloba Flower #B48BDD
Tints of Biloba Flower #B48BDD
RGB
CMYK
RGB Variations
Color information
#B48BDD (or 0xB48BDD) is known color: Biloba Flower. HEX triplet: B4, 8B and DD. RGB value is (180,139,221). Sum of RGB (Red+Green+Blue) = 180+139+221=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BDD is #4B7422. Grayscale: #A0A0A0. Windows color (decimal): -4944931 or 14519220. OLE color: 14519220.
HSL color Cylindrical-coordinate representation of color #B48BDD: hue angle of 270º degrees, saturation: 0.55, 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 #B48BDD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 139 | 221 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.13 |
| HSL | 270º | 0.55% | 0.71% | - |
| HSV(B) | 270º | 0.37% | 0.87% | - |
| XYZ | 41.11 | 33.39 | 72.68 | - |
| YUV | 160.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 221 | 0.19 | 0.37 | 0 | 0.13 | 270 | 0.55 | 0.71 |
| Hex | B4 | 8B | DD | 13 | 25 | 0 | D | 10E | 37 | 47 |
| Octal | 264 | 213 | 335 | 23 | 45 | 0 | 15 | 416 | 67 | 107 |
| Binary | 10110100 | 10001011 | 11011101 | 10011 | 100101 | 0 | 1101 | 100001110 | 110111 | 1000111 |
Color Harmonies of #B48BDD
Complementary color
Monochromatic Colors of #B48BDD
Black with #B48BDD
Text Example
Text Example
White with #B48BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BDD; }
p { color: rgb(180,139,221); }
H1.HeaderClassName
{
color: #B48BDD;
}
.AnyTagClassName
{
color: #B48BDD;
}
</style>
background-color css
<style>
a { background-color: #B48BDD; }
a { background-color: rgb(180,139,221); }
div.DivClassName
{
background-color: #B48BDD;
}
.BgClassName
{
background-color: #B48BDD;
}
</style>
border-color css
<style>
span { border-color: #B48BDD; }
span { border-color: rgb(180,139,221); }
td.TdClassName
{
border-color: #B48BDD;
}
.TagClassName
{
border-color: #B48BDD;
}
</style>