Shades of Biloba Flower #B186DF
Tints of Biloba Flower #B186DF
RGB
CMYK
RGB Variations
Color information
#B186DF (or 0xB186DF) is known color: Biloba Flower. HEX triplet: B1, 86 and DF. RGB value is (177,134,223). Sum of RGB (Red+Green+Blue) = 177+134+223=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B186DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186DF is #4E7920. Grayscale: #9C9C9C. Windows color (decimal): -5142817 or 14649009. OLE color: 14649009.
HSL color Cylindrical-coordinate representation of color #B186DF: hue angle of 268.99º 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 #B186DF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 134 | 223 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.13 |
| HSL | 268.99º | 0.58% | 0.7% | - |
| HSV(B) | 268.99º | 0.4% | 0.87% | - |
| XYZ | 39.98 | 31.73 | 73.83 | - |
| YUV | 157 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 223 | 0.21 | 0.40 | 0 | 0.13 | 268.99 | 0.58 | 0.7 |
| Hex | B1 | 86 | DF | 15 | 28 | 0 | D | 10D | 3A | 46 |
| Octal | 261 | 206 | 337 | 25 | 50 | 0 | 15 | 415 | 72 | 106 |
| Binary | 10110001 | 10000110 | 11011111 | 10101 | 101000 | 0 | 1101 | 100001101 | 111010 | 1000110 |
Color Harmonies of #B186DF
Complementary color
Monochromatic Colors of #B186DF
Black with #B186DF
Text Example
Text Example
White with #B186DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B186DF; }
p { color: rgb(177,134,223); }
H1.HeaderClassName
{
color: #B186DF;
}
.AnyTagClassName
{
color: #B186DF;
}
</style>
background-color css
<style>
a { background-color: #B186DF; }
a { background-color: rgb(177,134,223); }
div.DivClassName
{
background-color: #B186DF;
}
.BgClassName
{
background-color: #B186DF;
}
</style>
border-color css
<style>
span { border-color: #B186DF; }
span { border-color: rgb(177,134,223); }
td.TdClassName
{
border-color: #B186DF;
}
.TagClassName
{
border-color: #B186DF;
}
</style>