Shades of Biloba Flower #B786DF
Tints of Biloba Flower #B786DF
RGB
CMYK
RGB Variations
Color information
#B786DF (or 0xB786DF) is known color: Biloba Flower. HEX triplet: B7, 86 and DF. RGB value is (183,134,223). Sum of RGB (Red+Green+Blue) = 183+134+223=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #B786DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B786DF is #487920. Grayscale: #9E9E9E. Windows color (decimal): -4749601 or 14649015. OLE color: 14649015.
HSL color Cylindrical-coordinate representation of color #B786DF: hue angle of 273.03º 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 #B786DF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 134 | 223 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.13 |
| HSL | 273.03º | 0.58% | 0.7% | - |
| HSV(B) | 273.03º | 0.4% | 0.87% | - |
| XYZ | 41.37 | 32.45 | 73.89 | - |
| YUV | 158.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 223 | 0.18 | 0.40 | 0 | 0.13 | 273.03 | 0.58 | 0.7 |
| Hex | B7 | 86 | DF | 12 | 28 | 0 | D | 111 | 3A | 46 |
| Octal | 267 | 206 | 337 | 22 | 50 | 0 | 15 | 421 | 72 | 106 |
| Binary | 10110111 | 10000110 | 11011111 | 10010 | 101000 | 0 | 1101 | 100010001 | 111010 | 1000110 |
Color Harmonies of #B786DF
Complementary color
Monochromatic Colors of #B786DF
Black with #B786DF
Text Example
Text Example
White with #B786DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786DF; }
p { color: rgb(183,134,223); }
H1.HeaderClassName
{
color: #B786DF;
}
.AnyTagClassName
{
color: #B786DF;
}
</style>
background-color css
<style>
a { background-color: #B786DF; }
a { background-color: rgb(183,134,223); }
div.DivClassName
{
background-color: #B786DF;
}
.BgClassName
{
background-color: #B786DF;
}
</style>
border-color css
<style>
span { border-color: #B786DF; }
span { border-color: rgb(183,134,223); }
td.TdClassName
{
border-color: #B786DF;
}
.TagClassName
{
border-color: #B786DF;
}
</style>