Shades of Biloba Flower #B38BDF
Tints of Biloba Flower #B38BDF
RGB
CMYK
RGB Variations
Color information
#B38BDF (or 0xB38BDF) is known color: Biloba Flower. HEX triplet: B3, 8B and DF. RGB value is (179,139,223). Sum of RGB (Red+Green+Blue) = 179+139+223=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #B38BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BDF is #4C7420. Grayscale: #A0A0A0. Windows color (decimal): -5010465 or 14650291. OLE color: 14650291.
HSL color Cylindrical-coordinate representation of color #B38BDF: hue angle of 268.57º 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 #B38BDF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 139 | 223 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.13 |
| HSL | 268.57º | 0.57% | 0.71% | - |
| HSV(B) | 268.57º | 0.38% | 0.87% | - |
| XYZ | 41.14 | 33.38 | 74.09 | - |
| YUV | 160.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 223 | 0.20 | 0.38 | 0 | 0.13 | 268.57 | 0.57 | 0.71 |
| Hex | B3 | 8B | DF | 14 | 26 | 0 | D | 10D | 39 | 47 |
| Octal | 263 | 213 | 337 | 24 | 46 | 0 | 15 | 415 | 71 | 107 |
| Binary | 10110011 | 10001011 | 11011111 | 10100 | 100110 | 0 | 1101 | 100001101 | 111001 | 1000111 |
Color Harmonies of #B38BDF
Complementary color
Monochromatic Colors of #B38BDF
Black with #B38BDF
Text Example
Text Example
White with #B38BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BDF; }
p { color: rgb(179,139,223); }
H1.HeaderClassName
{
color: #B38BDF;
}
.AnyTagClassName
{
color: #B38BDF;
}
</style>
background-color css
<style>
a { background-color: #B38BDF; }
a { background-color: rgb(179,139,223); }
div.DivClassName
{
background-color: #B38BDF;
}
.BgClassName
{
background-color: #B38BDF;
}
</style>
border-color css
<style>
span { border-color: #B38BDF; }
span { border-color: rgb(179,139,223); }
td.TdClassName
{
border-color: #B38BDF;
}
.TagClassName
{
border-color: #B38BDF;
}
</style>