Shades of Biloba Flower #B386DF
Tints of Biloba Flower #B386DF
RGB
CMYK
RGB Variations
Color information
#B386DF (or 0xB386DF) is known color: Biloba Flower. HEX triplet: B3, 86 and DF. RGB value is (179,134,223). Sum of RGB (Red+Green+Blue) = 179+134+223=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #B386DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386DF is #4C7920. Grayscale: #9D9D9D. Windows color (decimal): -5011745 or 14649011. OLE color: 14649011.
HSL color Cylindrical-coordinate representation of color #B386DF: hue angle of 270.34º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B386DF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 134 | 223 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.13 |
| HSL | 270.34º | 0.58% | 0.7% | - |
| HSV(B) | 270.34º | 0.4% | 0.87% | - |
| XYZ | 40.43 | 31.96 | 73.85 | - |
| YUV | 157.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 223 | 0.20 | 0.40 | 0 | 0.13 | 270.34 | 0.58 | 0.7 |
| Hex | B3 | 86 | DF | 14 | 28 | 0 | D | 10E | 3A | 46 |
| Octal | 263 | 206 | 337 | 24 | 50 | 0 | 15 | 416 | 72 | 106 |
| Binary | 10110011 | 10000110 | 11011111 | 10100 | 101000 | 0 | 1101 | 100001110 | 111010 | 1000110 |
Color Harmonies of #B386DF
Complementary color
Monochromatic Colors of #B386DF
Black with #B386DF
Text Example
Text Example
White with #B386DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386DF; }
p { color: rgb(179,134,223); }
H1.HeaderClassName
{
color: #B386DF;
}
.AnyTagClassName
{
color: #B386DF;
}
</style>
background-color css
<style>
a { background-color: #B386DF; }
a { background-color: rgb(179,134,223); }
div.DivClassName
{
background-color: #B386DF;
}
.BgClassName
{
background-color: #B386DF;
}
</style>
border-color css
<style>
span { border-color: #B386DF; }
span { border-color: rgb(179,134,223); }
td.TdClassName
{
border-color: #B386DF;
}
.TagClassName
{
border-color: #B386DF;
}
</style>