Shades of Biloba Flower #B48FDD
Tints of Biloba Flower #B48FDD
RGB
CMYK
RGB Variations
Color information
#B48FDD (or 0xB48FDD) is known color: Biloba Flower. HEX triplet: B4, 8F and DD. RGB value is (180,143,221). Sum of RGB (Red+Green+Blue) = 180+143+221=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FDD is #4B7022. Grayscale: #A2A2A2. Windows color (decimal): -4943907 or 14520244. OLE color: 14520244.
HSL color Cylindrical-coordinate representation of color #B48FDD: hue angle of 268.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B48FDD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 143 | 221 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.13 |
| HSL | 268.46º | 0.53% | 0.71% | - |
| HSV(B) | 268.46º | 0.35% | 0.87% | - |
| XYZ | 41.7 | 34.57 | 72.88 | - |
| YUV | 162.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 221 | 0.19 | 0.35 | 0 | 0.13 | 268.46 | 0.53 | 0.71 |
| Hex | B4 | 8F | DD | 13 | 23 | 0 | D | 10C | 35 | 47 |
| Octal | 264 | 217 | 335 | 23 | 43 | 0 | 15 | 414 | 65 | 107 |
| Binary | 10110100 | 10001111 | 11011101 | 10011 | 100011 | 0 | 1101 | 100001100 | 110101 | 1000111 |
Color Harmonies of #B48FDD
Complementary color
Monochromatic Colors of #B48FDD
Black with #B48FDD
Text Example
Text Example
White with #B48FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FDD; }
p { color: rgb(180,143,221); }
H1.HeaderClassName
{
color: #B48FDD;
}
.AnyTagClassName
{
color: #B48FDD;
}
</style>
background-color css
<style>
a { background-color: #B48FDD; }
a { background-color: rgb(180,143,221); }
div.DivClassName
{
background-color: #B48FDD;
}
.BgClassName
{
background-color: #B48FDD;
}
</style>
border-color css
<style>
span { border-color: #B48FDD; }
span { border-color: rgb(180,143,221); }
td.TdClassName
{
border-color: #B48FDD;
}
.TagClassName
{
border-color: #B48FDD;
}
</style>