Shades of Biloba Flower #B38BDD
Tints of Biloba Flower #B38BDD
RGB
CMYK
RGB Variations
Color information
#B38BDD (or 0xB38BDD) is known color: Biloba Flower. HEX triplet: B3, 8B and DD. RGB value is (179,139,221). Sum of RGB (Red+Green+Blue) = 179+139+221=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B38BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BDD is #4C7422. Grayscale: #A0A0A0. Windows color (decimal): -5010467 or 14519219. OLE color: 14519219.
HSL color Cylindrical-coordinate representation of color #B38BDD: hue angle of 269.27º 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 #B38BDD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 139 | 221 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.13 |
| HSL | 269.27º | 0.55% | 0.71% | - |
| HSV(B) | 269.27º | 0.37% | 0.87% | - |
| XYZ | 40.87 | 33.27 | 72.67 | - |
| YUV | 160.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 221 | 0.19 | 0.37 | 0 | 0.13 | 269.27 | 0.55 | 0.71 |
| Hex | B3 | 8B | DD | 13 | 25 | 0 | D | 10D | 37 | 47 |
| Octal | 263 | 213 | 335 | 23 | 45 | 0 | 15 | 415 | 67 | 107 |
| Binary | 10110011 | 10001011 | 11011101 | 10011 | 100101 | 0 | 1101 | 100001101 | 110111 | 1000111 |
Color Harmonies of #B38BDD
Complementary color
Monochromatic Colors of #B38BDD
Black with #B38BDD
Text Example
Text Example
White with #B38BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BDD; }
p { color: rgb(179,139,221); }
H1.HeaderClassName
{
color: #B38BDD;
}
.AnyTagClassName
{
color: #B38BDD;
}
</style>
background-color css
<style>
a { background-color: #B38BDD; }
a { background-color: rgb(179,139,221); }
div.DivClassName
{
background-color: #B38BDD;
}
.BgClassName
{
background-color: #B38BDD;
}
</style>
border-color css
<style>
span { border-color: #B38BDD; }
span { border-color: rgb(179,139,221); }
td.TdClassName
{
border-color: #B38BDD;
}
.TagClassName
{
border-color: #B38BDD;
}
</style>