Shades of Biloba Flower #B38DD1
Tints of Biloba Flower #B38DD1
RGB
CMYK
RGB Variations
Color information
#B38DD1 (or 0xB38DD1) is known color: Biloba Flower. HEX triplet: B3, 8D and D1. RGB value is (179,141,209). Sum of RGB (Red+Green+Blue) = 179+141+209=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #B38DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DD1 is #4C722E. Grayscale: #9F9F9F. Windows color (decimal): -5009967 or 13733299. OLE color: 13733299.
HSL color Cylindrical-coordinate representation of color #B38DD1: hue angle of 273.53º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38DD1 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 141 | 209 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.18 |
| HSL | 273.53º | 0.43% | 0.69% | - |
| HSV(B) | 273.53º | 0.33% | 0.82% | - |
| XYZ | 39.62 | 33.24 | 64.65 | - |
| YUV | 160.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 209 | 0.14 | 0.33 | 0 | 0.18 | 273.53 | 0.43 | 0.69 |
| Hex | B3 | 8D | D1 | E | 21 | 0 | 12 | 112 | 2A | 45 |
| Octal | 263 | 215 | 321 | 16 | 41 | 0 | 22 | 422 | 52 | 105 |
| Binary | 10110011 | 10001101 | 11010001 | 1110 | 100001 | 0 | 10010 | 100010010 | 101010 | 1000101 |
Color Harmonies of #B38DD1
Complementary color
Monochromatic Colors of #B38DD1
Black with #B38DD1
Text Example
Text Example
White with #B38DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DD1; }
p { color: rgb(179,141,209); }
H1.HeaderClassName
{
color: #B38DD1;
}
.AnyTagClassName
{
color: #B38DD1;
}
</style>
background-color css
<style>
a { background-color: #B38DD1; }
a { background-color: rgb(179,141,209); }
div.DivClassName
{
background-color: #B38DD1;
}
.BgClassName
{
background-color: #B38DD1;
}
</style>
border-color css
<style>
span { border-color: #B38DD1; }
span { border-color: rgb(179,141,209); }
td.TdClassName
{
border-color: #B38DD1;
}
.TagClassName
{
border-color: #B38DD1;
}
</style>