Shades of Biloba Flower #B48BDF
Tints of Biloba Flower #B48BDF
RGB
CMYK
RGB Variations
Color information
#B48BDF (or 0xB48BDF) is known color: Biloba Flower. HEX triplet: B4, 8B and DF. RGB value is (180,139,223). Sum of RGB (Red+Green+Blue) = 180+139+223=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B48BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BDF is #4B7420. Grayscale: #A0A0A0. Windows color (decimal): -4944929 or 14650292. OLE color: 14650292.
HSL color Cylindrical-coordinate representation of color #B48BDF: hue angle of 269.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B48BDF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 139 | 223 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.13 |
| HSL | 269.29º | 0.57% | 0.71% | - |
| HSV(B) | 269.29º | 0.38% | 0.87% | - |
| XYZ | 41.37 | 33.5 | 74.1 | - |
| YUV | 160.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 223 | 0.19 | 0.38 | 0 | 0.13 | 269.29 | 0.57 | 0.71 |
| Hex | B4 | 8B | DF | 13 | 26 | 0 | D | 10D | 39 | 47 |
| Octal | 264 | 213 | 337 | 23 | 46 | 0 | 15 | 415 | 71 | 107 |
| Binary | 10110100 | 10001011 | 11011111 | 10011 | 100110 | 0 | 1101 | 100001101 | 111001 | 1000111 |
Color Harmonies of #B48BDF
Complementary color
Monochromatic Colors of #B48BDF
Black with #B48BDF
Text Example
Text Example
White with #B48BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BDF; }
p { color: rgb(180,139,223); }
H1.HeaderClassName
{
color: #B48BDF;
}
.AnyTagClassName
{
color: #B48BDF;
}
</style>
background-color css
<style>
a { background-color: #B48BDF; }
a { background-color: rgb(180,139,223); }
div.DivClassName
{
background-color: #B48BDF;
}
.BgClassName
{
background-color: #B48BDF;
}
</style>
border-color css
<style>
span { border-color: #B48BDF; }
span { border-color: rgb(180,139,223); }
td.TdClassName
{
border-color: #B48BDF;
}
.TagClassName
{
border-color: #B48BDF;
}
</style>