Shades of Biloba Flower #B786D8
Tints of Biloba Flower #B786D8
RGB
CMYK
RGB Variations
Color information
#B786D8 (or 0xB786D8) is known color: Biloba Flower. HEX triplet: B7, 86 and D8. RGB value is (183,134,216). Sum of RGB (Red+Green+Blue) = 183+134+216=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #B786D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B786D8 is #487927. Grayscale: #9D9D9D. Windows color (decimal): -4749608 or 14190263. OLE color: 14190263.
HSL color Cylindrical-coordinate representation of color #B786D8: hue angle of 275.85º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B786D8 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 134 | 216 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.15 |
| HSL | 275.85º | 0.51% | 0.69% | - |
| HSV(B) | 275.85º | 0.38% | 0.85% | - |
| XYZ | 40.45 | 32.08 | 69.03 | - |
| YUV | 158 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 216 | 0.15 | 0.38 | 0 | 0.15 | 275.85 | 0.51 | 0.69 |
| Hex | B7 | 86 | D8 | F | 26 | 0 | F | 114 | 33 | 45 |
| Octal | 267 | 206 | 330 | 17 | 46 | 0 | 17 | 424 | 63 | 105 |
| Binary | 10110111 | 10000110 | 11011000 | 1111 | 100110 | 0 | 1111 | 100010100 | 110011 | 1000101 |
Color Harmonies of #B786D8
Complementary color
Monochromatic Colors of #B786D8
Black with #B786D8
Text Example
Text Example
White with #B786D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786D8; }
p { color: rgb(183,134,216); }
H1.HeaderClassName
{
color: #B786D8;
}
.AnyTagClassName
{
color: #B786D8;
}
</style>
background-color css
<style>
a { background-color: #B786D8; }
a { background-color: rgb(183,134,216); }
div.DivClassName
{
background-color: #B786D8;
}
.BgClassName
{
background-color: #B786D8;
}
</style>
border-color css
<style>
span { border-color: #B786D8; }
span { border-color: rgb(183,134,216); }
td.TdClassName
{
border-color: #B786D8;
}
.TagClassName
{
border-color: #B786D8;
}
</style>